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

Live stream starts with black screen on IE11/Edge #1989

Closed
5 tasks done
gjanblaszczyk opened this issue Nov 7, 2018 · 5 comments
Closed
5 tasks done

Live stream starts with black screen on IE11/Edge #1989

gjanblaszczyk opened this issue Nov 7, 2018 · 5 comments

Comments

@gjanblaszczyk
Copy link
Contributor

What version of Hls.js are you using?

Latest

What browser and OS are you using?

IE11/Edge on Windows 10

Test stream:

https://video-dev.github.io/hls.js/latest/demo/?src=https%3A%2F%2Fdemo.screen9.com%3A8081%2Fdemos%2Fgrbla%2Fhls%2Fvideo1%2Fplaylist.m3u8&demoConfig=eyJlbmFibGVTdHJlYW1pbmciOnRydWUsImF1dG9SZWNvdmVyRXJyb3IiOnRydWUsImVuYWJsZVdvcmtlciI6dHJ1ZSwiZHVtcGZNUDQiOmZhbHNlLCJsZXZlbENhcHBpbmciOi0xLCJsaW1pdE1ldHJpY3MiOi0xLCJ3aWRldmluZUxpY2Vuc2VVcmwiOiIifQ==

Checklist

Steps to reproduce

  1. Open hls demo page on IE 11 on Windows 10

Please notice that when you seek somewhere than the video will show again.

Expected behavior

See the video

Actual behavior

See black screen with audio only

@horiuchie
Copy link

horiuchie commented Nov 21, 2018

Same issue.
 
workaround

Please notice that when you seek somewhere than the video will show again.

I have tried seeking to 0 before playing video like this:

...
video.currentTime = 0;
video.play();
...

This workaround works well for me.

@jbreemhaar
Copy link

This might be fixed in current canary (v0.11.1-canary.4134).
I'm (probably) experiencing the same black screen issue in 0.11.0, but not on that canary version.

@stale
Copy link

stale bot commented Jan 28, 2019

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 Stale label Jan 28, 2019
@stale stale bot removed the Stale label Jan 28, 2019
@michaelcunningham19 michaelcunningham19 added Bug Browser issue If there is an underlying issue with the browser that hls.js is running on, this tag should be used. labels Jan 28, 2019
@itsjamie itsjamie added browser: Edge browser: IE11 browser: IE and removed Browser issue If there is an underlying issue with the browser that hls.js is running on, this tag should be used. browser: IE11 labels Oct 29, 2019
@woutd
Copy link
Contributor

woutd commented Nov 28, 2019

Same issue with latest version (v0.12.1).
When refreshing the player sometimes it works, sometimes it doesn't.
Not seeing any error in console, everything seems ok except for the video itself which is blank.
Only in IE11 and Edge.
Seek (workaround) seems to solve it.

@robwalch
Copy link
Collaborator

robwalch commented Jul 25, 2020

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

7 participants