Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

fix(CAMERA_STREAM): stream fails to resume after being suspended #692

Merged
merged 3 commits into from Apr 7, 2021

Conversation

rchl
Copy link
Collaborator

@rchl rchl commented Apr 7, 2021

Appears to be a regression in v1 of hls.js. An upstream issue created
at video-dev/hls.js#3732

But I also found similar issue (video-dev/hls.js#2473)
that seems to suggest that it's best to just re-initialize the Hls
instance instead of re-attaching the media so I'll just go with that
for now.

Fixes #688

rchl added 3 commits April 7, 2021 11:26
Appears to be a regression in v1 of hls.js. An upstream issue created
at video-dev/hls.js#3732

But I also found similar issue (video-dev/hls.js#2473)
that seems to suggest that it's best to just re-initialize the Hls
instance instead of re-attaching the media so I'll just go with that
for now.

Fixes #688
@alphasixtyfive alphasixtyfive merged commit bed202a into master Apr 7, 2021
@rchl rchl deleted the fix/stream-resume branch April 7, 2021 18:25
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Camera Stream doesn't work (v2.3.0)
2 participants