-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
HLS video stream is not playing #860
Comments
Hi there, i have the same issue. My HLS manifest not working in Shaka player (latest version). I tested this in demo application
This is my solution Shaka player show error (MANIFEST.UNPLAYABLE_PERIOD, code 4011) - http://prntscr.com/fhgcua Can you explain why my manifest don't work with shaka player |
@boredom2 |
@PidginEnemy |
Hi there, Please help me understand, because obviously, I dont know enough. Isnt it possible to playback HLS Files with MSE on all Browsers? Or am I wrong here? I thought, when interpreting HLS, SHAKA would allow me to also playback HLS in all Browsers? So there is no Way to playback HLS on Firefox for example? |
We can play HLS content on all platforms so long as the underlying media can be played. So if the HLS contains MP4 content, then it can be played on all platforms. If the HLS content contains MPEG2-TS, then it can only be played on browsers that support TS, namely Edge, Chromecast, and (eventually) Safari. So you can play HLS on Firefox so long as the media is MP4. We have a demo asset that uses MP4 HLS that can be played on all browsers. But most HLS content uses TS, which isn't playable on all platforms. |
Thanks a lor for this Clarification, that explains everything. |
Okay, about the fact that only an audio stream plays in this manifest: https://nexxplayplus6.streaming.mediaservices.windows.net/32de1b7d-822c-43b2-b3a5-1cd97f0e9ae7/242391_src.ism/manifest(format=m3u8-aapl) This was introduced by 434f1bf (CL that fixed #841). The fact that we started grouping variants by codecs and choosing the group with the smallest average bandwidth led to the player always choosing audio-only variants for HLS content that has at least one. |
Have you read the FAQ and checked for duplicate issues:
yes
What version of Shaka Player are you using:
2.1.3
Can you reproduce the issue with our latest release version:
yes
Can you reproduce the issue with the latest code from
master
:didnt check
Are you using the demo app or your own custom app:
both
If custom app, can you reproduce the issue using our demo app:
yes
What browser and OS are you using:
Firefox (latest), Chrome (latest)
What are the manifest and license server URIs:
http://nexxplayplus6.streaming.mediaservices.windows.net/32de1b7d-822c-43b2-b3a5-1cd97f0e9ae7/242391_src.ism/manifest(format=m3u8-aapl)
What did you do?
tried to play HLS
What did you expect to happen?
Video Playing
What actually happened?
Error occured
Hi there,
I know, its me again with Problems on MS Azure and HLS with SHAKA.
All Microsoft generated Manifests fail to play on latest SHAKA, although the initial Problem (couldnt detect HLS) is solved by your Team, thanks for that.
Now the Player complans about "MANIFEST.UNPLAYABLE_PERIOD" - you will see this, once you give this URL into the Demo App.
So sadly, although playable on iOS/Safari, SHAKA does not like that Manifest.
Can we find out why?
Thanks,
Christoph
The text was updated successfully, but these errors were encountered: