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

On Edge HLS playback stops after few seconds #920

Closed
nerdbeere opened this issue Jul 30, 2020 · 6 comments
Closed

On Edge HLS playback stops after few seconds #920

nerdbeere opened this issue Jul 30, 2020 · 6 comments
Labels

Comments

@nerdbeere
Copy link

Description

On the new chromium-based Edge (Version 84.0.522.48, tested in macOS and Windows 10) certain HLS Streams stop playback after a few seconds.
This is reproducible on https://videojs.github.io/http-streaming/ with the following URL: https://bitdash-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8

Sources

So far I could only reproduce this issue with streams from bitmovin:

https://bitdash-a.akamaihd.net/content/MI201109210084_1/m3u8s/f08e80da-bf1d-4e3d-8899-f0f6155f6efa.m3u8
https://bitdash-a.akamaihd.net/content/sintel/hls/playlist.m3u8

Steps to reproduce

Explain in detail the exact steps necessary to reproduce the issue.

  1. Open https://videojs.github.io/http-streaming/
  2. Paste one of the test urls from above
  3. Start playback

Playback stops and leads to endless loading spinner after a few seconds.

Results

Expected

Playback of bitmovin HLS streams play in Edge as they do in other browsers.

Error output

No errors on console

Additional Information

videojs-http-streaming version

Latest from https://videojs.github.io/http-streaming/

Browsers

what browsers are affected? please include browser and version for each

  • Edge Version 84.0.522.48 (Official build) (64-bit)

Platforms

  • macOS
  • Windows 10
@welcome
Copy link

welcome bot commented Jul 30, 2020

👋 Thanks for opening your first issue here! 👋

If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.

@olysyuk
Copy link

olysyuk commented Jul 30, 2020

It appears that player never loads second segment of audio.
image

@olysyuk
Copy link

olysyuk commented Jul 31, 2020

It appears to be not only bitmovin issue, this stream stops playing as well https://wowzaec2demo.streamlock.net/vod-multitrack/_definst_/smil:ElephantsDream/elephantsdream2.smil/playlist.m3u

@klipstein
Copy link

We were able to fix the issue by setting: { html5: { nativeAudioTracks: false }}

@gkatsev
Copy link
Member

gkatsev commented Aug 5, 2020

Looks liek a similar issue to videojs/video.js#6762 and the workaround seems to be to make sure that overrideNative is set

@stale
Copy link

stale bot commented Oct 4, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the outdated label Oct 4, 2020
@stale stale bot closed this as completed Oct 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants