react-native-red5pro
react-native-red5pro copied to clipboard
Keep connection open when dismounting
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.
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.