-
Notifications
You must be signed in to change notification settings - Fork 9.1k
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
Video Playback Fails #291
Comments
I think is is because the MP4 codec is under a paid license fee. Which means it isn't distributed with Chromium but only within Google Chrome. |
mp4 is missing in chromium: https://www.chromium.org/audio-video |
https://www.quirksmode.org/html5/tests/video.html as well to test. MP4 fails, but OGG Theora and WebM both play fine with Chromium. |
Thanks for the amazingly fast response! I'll resolve this by using Chrome instead as suggested in #288 |
You'd need to be on Chrome Canary to get accurate enough runnings at this point. Puppeteer relies on some bleeding-edge changes on Chromium internally. Which have yet to get out to even Dev Channel. So while Chrome may work, it isn't currently guaranteed to work. |
Thanks, that's probably something you're going to want to document. |
It's noted under the installation section of the README. |
Video playback does not work with puppeteer.
Sample code:
Expected result: big buck bunny plays at
https://video-dev.github.io/hls.js/demo/
Result: no video playback with the error:
The text was updated successfully, but these errors were encountered: