react-native-live-stream icon indicating copy to clipboard operation
react-native-live-stream copied to clipboard

IP Camera Feed

Open MawutorHonya opened this issue 5 years ago • 1 comments

Please does this player support links like: source={{uri:"rtsp://< user >:< password >@< ip cam > / < path-to-streaming-channel >"}}

MawutorHonya avatar Sep 10 '19 21:09 MawutorHonya

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',
    }
  }}

wonday avatar Sep 23 '19 09:09 wonday