You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem: every time you render a react-flv-player on your screen the player will get the network packages and if you remove from the DOM this player it still getting the video packages. Solution: .destroy function from flv.js is not implemented in this library and should be.
The problem: every time you render a react-flv-player on your screen the player will get the network packages and if you remove from the DOM this player it still getting the video packages.
Solution: .destroy function from flv.js is not implemented in this library and should be.
My solution was this:
https://github.com/alecshoppe/react-flv-player/blob/patch-1/lib/wrapper/ReactFlvPlayer.js
The text was updated successfully, but these errors were encountered: