Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android RTSP shows black frame. #24

Open
ayaulym97 opened this issue Jan 5, 2020 · 1 comment
Open

Android RTSP shows black frame. #24

ayaulym97 opened this issue Jan 5, 2020 · 1 comment

Comments

@ayaulym97
Copy link

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={() => {}}

    />
@SathishSaminathan
Copy link

have you found any solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants