-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
feat(android) : add rtsp support #2824
feat(android) : add rtsp support #2824
Conversation
…b.com/react-native-video/react-native-video into feat/add_rtsp_support
…native-video into feat/add_rtsp_support # Conflicts: # Video.js # android/build.gradle # android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerView.java # android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerViewManager.java # examples/basic/android/gradle.properties # examples/basic/yarn.lock
…native-video into feat/add_rtsp_support # Conflicts: # API.md # Video.js # android/build.gradle # android/src/main/java/com/brentvatne/exoplayer/ReactExoplayerView.java # examples/basic/android/build.gradle # examples/basic/package.json # examples/basic/src/VideoPlayer.android.tsx # examples/basic/yarn.lock
Why this is not merged yet? |
@freeboub Can this be merged? |
@VMBindraban @Michota were you able to test this PR successfully? |
@freeboub I am getting a back screen when i try to load
Plays fine in VLC. |
@VMBindraban ok, it explains why it is not merged. Can you explain how you setup your sample stream please ? Last time I tried i wasn't able to setup vlc as rtsp stream server... (I have lost my notes on my initial test) |
I am using a free RTSP stream service: https://rtsp.stream/ |
Ok thank you for the sample stream, I was able to test it successfully and add a sample stream in demo app, let continue in: #3677 |
Enable RTSP support on android
Add sample url in basic sample