-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Playback fails on unsupported container #342
Comments
Hi, With |
I filed Firefox bug 1265512 to track the "Angel One" stall. This seems like a recent issue in Firefox and/or Shaka because I know I've tested all these videos in Firefox before. The "Sintel (multicodec)" video also stalls, 100% reproducible in Firefox 45–48 on OS X. |
Thanks @cpeterso |
btw, the "Angel One" and "Sintel 4k" stalls are Firefox bug 1261900, reported by modmaker. |
Sorry - I should've been more specific. Sintel 4k (multicodec, widevine) doesn't work when media.webm.enable=true and media.mediasource.webm.enable=true because it tries to play Widevine WebM which is not supported. |
Shaka assumes Widevine support implies WebM support. Firefox (Nightly) just landed supported Widevine, but only in MP4 for now. |
Yes, I see the problem. We'll look into reworking our support reporting system to handle this scenario. |
We're currently failing to play encrypted streams on Edge where no capabilities are returned from an EME query. We'll have to skip this check when the information isn't available. |
The Shaka Player demo at doesn't work on Firefox unless you disable WebM support by setting media.webm.enabled=false in about:config
Steps To Reproduce:
Expected Results:
MP4 video should play
Actual Results:
WebM video attempts to play but fails to do so because Firefox does not support CENC in WebM.
See https://bugzilla.mozilla.org/show_bug.cgi?id=1257716
The text was updated successfully, but these errors were encountered: