react-native-gstreamer icon indicating copy to clipboard operation
react-native-gstreamer copied to clipboard

React native Gstreamer Ios / Android.

Results 5 react-native-gstreamer issues
Sort by recently updated
recently updated
newest added

Hi, I have been successful in streaming an RTSP stream using GStreamer. However, when I pop the component, the video still plays in the background (I'm able to hear the...

When switching wifi hotspot on rtsp stream, app crashes.

Hi, Have you tried implementing an RTP connection instead of RTSP ? Do you think it is possible with some tweaking?

``` Undefined symbols for architecture x86_64: "_OBJC_CLASS_$_RCTReconnectingWebSocket", referenced from: objc-class-ref in libReact.a(RCTPackagerConnection.o) ld: symbol(s) not found for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v...