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

Android RTSP shows black frame.

Open ayaulym97 opened this issue 5 years ago • 1 comments

IOS works perfectly.I added after installation all in readme.But in Android shows https url but rtsp shows black frame.What should I do?

import { LivePlayer } from "react-native-live-stream"; <LivePlayer source={{ uri: "rtsp://admin:[email protected]:554" }} ref={ref => { this.player = ref; }} style={{ width: "100%", height: "30%", borderWidth: 1 }} paused={true} muted={true} bufferTime={300} maxBufferTime={1000} resizeMode={"contain"} onLoading={() => console.log("LOADINGGGG")} onLoad={() => console.log("LOADED")} onEnd={() => {}}

    />

ayaulym97 avatar Jan 05 '20 09:01 ayaulym97

have you found any solution

SathishSaminathan avatar Feb 12 '20 01:02 SathishSaminathan