-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Video stream isn't closed on Player component removal #1478
Comments
Have the same behaviour, this seem critical |
faced this issue for flv format |
Having the same issue with webm-format HTTP streams. The connection doesn't close even if I reset the url to empty state inside useEffect() return as an unmount cleanup. |
I have the same problem, has anyone fixed this? |
Any luck with this? |
Also having the same issue |
Setting the src on the video element seems to work as a workaround, we were using this in a modal so we set the src on close
|
Current Behavior
Video stream isn't closed when we stop player and remove component.
Expected Behavior
Component either closes the stream on removal phase or has the method for this.
Steps to Reproduce
Environment
Nothing special about environment. Current machine I have this one is: MacBook Pro M1, Chrome. But this can be found on demo page of this project as well. UPD. It occurs with FLV.
The text was updated successfully, but these errors were encountered: