We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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={() => {}}
/>
The text was updated successfully, but these errors were encountered:
have you found any solution
Sorry, something went wrong.
No branches or pull requests
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={() => {}}
The text was updated successfully, but these errors were encountered: