-
-
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/add rtsp support #3677
Feat/add rtsp support #3677
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
…ideo into feat/add_rtsp_support
…feat/add_rtsp_support
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🙌
I can make it configurable as this is not a mandatory feature for existing apps
I think we can do functionality to disable each of those dependencies to allow fully optimize size of app, WDYT ?
Yes, I agree, but maybe instead of being forced to enable each feature, we can allow to disable some feature.
|
Yes! This is what I had in mind - I can take care of it |
Summary
Motivation
will replace: #2824
implement rtsp feature support
Changes
Test plan