ios - React Native Play RTSP Stream from IP Camera -


i play video stream (h264) through rtsp protocol ip/network in ios device. using react native.

i have tried several react native packages below, not manage make work.

  • react-native-vlcplayer
  • react-native-pili
  • react-native-pxplayer

the closest package think might work react-native-vlcplayer, seems abandoned.

any recommendation?

thank you


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -