-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
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:AVdev0021@192.168.1.64: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={() => {}}
/>
lwinkyawmyat
Metadata
Metadata
Assignees
Labels
No labels