I would like to play video stream (h264) through RTSP protocol from IP/Network in iOS device. I am using React Native.
I have tried several React Native packages as below, but not manage to make it work.
- react-native-vlcplayer
- react-native-pili
- react-native-pxplayer
The closest package that I think might work is react-native-vlcplayer, but it seems to be abandoned.
Any recommendation?
Thank you