Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No playback in Chrome on Ubuntu #675

Closed
jskarpe opened this issue Aug 9, 2013 · 6 comments
Closed

No playback in Chrome on Ubuntu #675

jskarpe opened this issue Aug 9, 2013 · 6 comments

Comments

@jskarpe
Copy link

jskarpe commented Aug 9, 2013

Accessing: http://www.videojs.com/

Version 28.0.1500.71 Ubuntu 12.04 (28.0.1500.71-0ubuntu1.12.04.1)

Works fine using Chrome in Windows 7 (28.0.1500.95 m)

Chrome reads the mp4 in both Windows 7 and Ubuntu - but mp4 is not supported in Chrome for Ubuntu

@heff
Copy link
Member

heff commented Aug 10, 2013

Could you open the javascript console and run document.createElement('video').canPlayType('video/mp4');?

If it says maybe/probably then Chrome thinks it can play MP4s, and it may be a codec issue. If it's not a codec issue then Chrome is just lying to us.

@jskarpe
Copy link
Author

jskarpe commented Aug 10, 2013

document.createElement('video').canPlayType('video/mp4');
"maybe"

@heff
Copy link
Member

heff commented Aug 10, 2013

Can you get any mp4 to play in chrome + Ubuntu?

Is it Chromium? You might check out this issue:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/991758

@doublex
Copy link

doublex commented Oct 12, 2013

Chromium bug #88384.
The browser claims to play MP4 videos, put he can't.
Install the ubuntu package "chromium-codecs-ffmpeg-extra"

@heff
Copy link
Member

heff commented Nov 12, 2013

Thanks for finding the chromium bug. If any other info is found about this issue post it here.

@heff heff closed this as completed Nov 12, 2013
@Kief5555
Copy link

I am having the same issue on mac. Twitter, Tiktok, etc. dont work

@github-actions github-actions bot locked as resolved and limited conversation to collaborators May 25, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants