react-native-rtmp-publisher icon indicating copy to clipboard operation
react-native-rtmp-publisher copied to clipboard

📹 Live stream RTMP Publisher for React Native

Results 17 react-native-rtmp-publisher issues
Sort by recently updated
recently updated
newest added

Would it be possible to continue the transmission in the background? If you succeed, this tool will be the best of all.

enhancement

In the MR I added: - setVideoSettings method, with which you can setup your needed video quality - videoSettings prop - does the same as setVideoSettings, but useful, when you...

The very first time works fine, but stopping the stream and starting a new one will crash. This is happening only on iOS. **To Reproduce** 1. Run .startStream() 2. Stream...

### Describe the bug The stopStream method does not successfully stop the live stream. When calling stopStream, the method hangs and eventually times out. The expected logs for stopping the...

**Is your feature request related to a problem? Please describe.** I am trying to use this in a rather low bandwidth enviroment, so being able to force the app to...

# New Architecture Support in react-native-rtmp-publisher for React Native 0.74 and above ## Is your feature request related to a problem? Please describe. The current version of react-native-rtmp-publisher is not...