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

Playback fails on unsupported container #342

Closed
kentuckyfriedtakahe opened this issue Apr 18, 2016 · 8 comments
Closed

Playback fails on unsupported container #342

kentuckyfriedtakahe opened this issue Apr 18, 2016 · 8 comments
Assignees
Labels
component: EME The issue involves the Encrypted Media Extensions web API status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Milestone

Comments

@kentuckyfriedtakahe
Copy link

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

@tdrews tdrews added the type: question A question from the community label Apr 18, 2016
@tdrews
Copy link
Contributor

tdrews commented Apr 18, 2016

Hi,

With 48.0a1 (2016-04-18) and media.webm.enabled=true, "Angel One" begins playback (although there seems to be some other issue (perhaps MSE related) that causes playback to stall). Which piece of content are you having trouble with?

@tdrews tdrews self-assigned this Apr 18, 2016
@cpeterso
Copy link

cpeterso commented Apr 18, 2016

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.

@tdrews
Copy link
Contributor

tdrews commented Apr 18, 2016

Thanks @cpeterso

@cpeterso
Copy link

btw, the "Angel One" and "Sintel 4k" stalls are Firefox bug 1261900, reported by modmaker.

@kentuckyfriedtakahe
Copy link
Author

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.

@cpeterso
Copy link

Shaka assumes Widevine support implies WebM support. Firefox (Nightly) just landed supported Widevine, but only in MP4 for now.

@tdrews tdrews added type: bug Something isn't working correctly and removed type: question A question from the community labels Apr 20, 2016
@tdrews tdrews added this to the v2.0.0 milestone Apr 20, 2016
@tdrews
Copy link
Contributor

tdrews commented Apr 20, 2016

Yes, I see the problem. We'll look into reworking our support reporting system to handle this scenario.

@tdrews tdrews removed their assignment Apr 22, 2016
@TheModMaker TheModMaker self-assigned this Apr 26, 2016
@joeyparrish joeyparrish reopened this May 2, 2016
@joeyparrish
Copy link
Member

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.

@TheModMaker TheModMaker added the component: EME The issue involves the Encrypted Media Extensions web API label Feb 2, 2017
@shaka-project shaka-project locked and limited conversation to collaborators Mar 22, 2018
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
component: EME The issue involves the Encrypted Media Extensions web API status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

6 participants