red5pro / react-native-red5pro

React Native Red5 Pro Publisher/Subscriber
https://www.red5pro.com/
Other
34 stars 20 forks source link

Keep connection open when dismounting #22

Open stijnvanderlaan opened 6 years ago

stijnvanderlaan commented 6 years ago

When a video is dismounted and mounted on another position (for example when you reorder video's, or when a hot reload happens) the video connection is getting disconnected.

stijnvanderlaan commented 6 years ago

This is probably because of the design of the API, the stream is hard-coupled with the view (right?). I think (but i could be wrong) there are probably a couple of related issues with this: it's not possible to stream without a preview or keep streaming when you navigate to another view.