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

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -