I have a video stream from my home camera on rtsp protocol. Is it possible to play it on ios and android? I am trying to create
Versions:
- npm: 6.13.4
- node: v12.14.0
- react: ^16.12.0
- react-native: 0.61.5
I have tried packages:
- react-native-vlc-player
- react-native-vlcplayer
- react-native-video -> on is the app crashes because of SIGABRT
- react-native-live-stream -> this is always throwing build fail exceptions.
None of them working for me ...
I ran it in VLC Player on the computer, but not in the app.
Thank you for any suggestions.