wonday / react-native-live-stream

a react-native module for live stream play and publish
MIT License
91 stars 21 forks source link

IP Camera Feed #16

Open MawutorHonya opened 5 years ago

MawutorHonya commented 5 years ago

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

wonday commented 5 years ago

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