-
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
Live streams not working in Edge browser #4955
Comments
See #4467 (comment) |
@avelad This seems to be unrelated. I tested custom content with livestreams from https://ottverse.com/free-hls-m3u8-test-urls/ For example: Works in Chrome, but Edge gives error: "Failed to set the 'timestampOffset' property on 'SourceBuffer': The timestamp offset may not be set while the SourceBuffer's append state is 'PARSING_MEDIA_SEGMENT'." |
@joeyparrish can you review it? Thanks! |
I'm unable to reproduce the issue. I'm using this link: On Edge 109.0.1518.78 on Linux. |
@avelad just pointed out to me that this only reproduces on Windows, due to Edge+Windows having native support for TS streams. On Chrome or Linux, where they are unsupported, they get transmuxed to MP4 first. Please try enabling the option player.configure('mediaSource.forceTransmux', true); If so, we could consider changing the default in a future release. |
@joeyparrish @avelad I can confirm that enabling forceTransmux resolves the issue. In your comment, the key was wrong - it should be streaming.forceTransmux (not mediaSource). |
Have you read the FAQ and checked for duplicate open issues?
Yes
What version of Shaka Player are you using?
Latest
Can you reproduce the issue with our latest release version?
Yes
Can you reproduce the issue with the latest code from
main
?Yes
Are you using the demo app or your own custom app?
Demo app
If custom app, can you reproduce the issue using our demo app?
What browser and OS are you using?
For embedded devices (smart TVs, etc.), what model and firmware version are you using?
What are the manifest and license server URIs?
Can be reproduced in Demo page (using Shaka Player History live stream, both HLS and Dash)
What configuration are you using? What is the output of
player.getConfiguration()
?What did you do?
Open live stream in Edge browser
What did you expect to happen?
Live stream to play
What actually happened?
Live stream plays only first chunk, then stops and keeps loading.
The text was updated successfully, but these errors were encountered: