Real RTSP Stream from IP Camera

I would like to play a video stream (h264) over the RTSP protocol from IP / Network on an iOS device. I am using React Native.

I tried several React Native packages, as shown below, but failed to get it working.

  • responsive-native-vlcplayer
  • reacts native-fimbria
  • responsive-native-pxplayer

The closest package that I think might work is response-native-vlcplayer, but it seems to be left behind.

Any recommendation?

thank

+4
source share
1 answer

You can use response-native-vlcplayer for streaming from an IP camera on iOS and react-native-vlc-player for streaming on Android.

"- ", RTVLCPlayer. . .

, iOS.

0

Source: https://habr.com/ru/post/1684098/


All Articles