-
Notifications
You must be signed in to change notification settings - Fork 54
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
Cannot play DASH live #10
Comments
Hi, could you offer a test stream so we can reproduce the bug, thanks! |
Hi, my server is in internal network so I cannot give you the link. Instead, you can use Peer5 demo stream to test, they have DASH live with SegmentTemplate : https://wowza.peer5.com/live/smil:bbb_abr.smil/manifest.mpd The player can just download the first chunk, then it stops. |
I play this stream, and it works well |
Which version of sdk do you use? |
I use 2.4.1 version, but I changed player to Bitmovin. After use your original code, the player is ok. But in my case, the proxy just repeatly requests the init chunk. I think my code have some error and trying to debug. Thank you. |
Hello dev team,
I'm testing your project and I found that the SDK cannot play DASH live streams. I'm playing an custom stream and It cannot under stand the tag SegmentTemplate like:
Currently, the SDK can just play the VOD by sends a segment base request and receives Content-Range header response from the server. Server responses Content-Range with the size of the whole VOD program, then the SDK can understand. But in DASH live, the program is consist of multiple segments and use SegmentTemplate to describe the chunks file name. Please support DASH LIVE.
The text was updated successfully, but these errors were encountered: