We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f4efbc commit f527e20Copy full SHA for f527e20
gsyVideoPlayer-exo_player2/build.gradle
@@ -6,7 +6,13 @@ android {
6
}
7
8
dependencies {
9
- api viewDependencies.media
+ api(viewDependencies.media - ["androidx.media3:media3-datasource-rtmp:${mediaVersion}"])
10
+
11
+ api("androidx.media3:media3-datasource-rtmp:${mediaVersion}") {
12
+ exclude group: 'io.antmedia', module: 'rtmp-client'
13
+ }
14
+ api "com.github.mcxinyu:LibRtmp-Client-for-Android:v3.2.0.m2"
15
16
api project(":gsyVideoPlayer-base")
17
18
0 commit comments