razorRun/react-native-vlc-media-player

VLC-Media-Player not founded and doesn't work for RTSP in RN APP

gabrielzopz opened this issue · 4 comments

I'm trying to stream a RTSP IP Camera but the Lib is not compatible with RN 70+ and i can't even render a component via Expo Go.
It appears the issue: "RCTVLCPlayer" was no found in the UIManager.

This library can't be used in a Expo GO based application because it requires native code to work. But if you really want, you can try development builds as described here.

in app.json:

{
    "plugins": [
         "react-native-vlc-media-player"
    ]
}