react-native-live-stream
react-native-live-stream copied to clipboard
IP Camera Feed
Please does this player support links like: source={{uri:"rtsp://< user >:< password >@< ip cam > / < path-to-streaming-channel >"}}
I have not test it. You can also try to add some headers to source like this :
source={{
uri: 'trsp://< ip cam > / < path-to-streaming-channel >',
headers: {
Pragma: 'no-cache',
}
}}