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

Stream freeze issue on reload #6401

Open
vjy13 opened this issue May 7, 2024 · 1 comment
Open

Stream freeze issue on reload #6401

vjy13 opened this issue May 7, 2024 · 1 comment

Comments

@vjy13
Copy link

vjy13 commented May 7, 2024

What do you want to do with Hls.js?

I have used hls.js to live stream in an angular application. Everything works fine, but as I reload the page, the stream freezes and if I navigate to any other page and come back, the stream starts working again.
The hls.js logic is placed inside the custom directive of angular and the directive is linked directly into the video tag.

What have you tried so far?

No response

@vjy13 vjy13 added Needs Triage If there is a suspected stream issue, apply this label to triage if it is something we should fix. Question labels May 7, 2024
@robwalch
Copy link
Collaborator

robwalch commented May 7, 2024

the stream freezes

Is the video tag paused, or won't autoplay (video.play() returns a Promise that is rejected)?
Does clicking play begin playback?

HLS.js streams HLS files. Playback is controlled by the video tag in your application.

@robwalch robwalch added Need info Waiting for author and removed Needs Triage If there is a suspected stream issue, apply this label to triage if it is something we should fix. labels May 13, 2024
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

2 participants