ezranbayantemur / react-native-rtmp-publisher

📹 Live stream RTMP Publisher for React Native
MIT License
98 stars 14 forks source link

Stream publish fix on iOS #35

Closed izquiratops closed 7 months ago

izquiratops commented 1 year ago

The publish method from RTMPStream must be executed after the connection success event. At least for me, the stream is broken after the first successful publish without this change.