|
|
|
|
@ -69,20 +69,18 @@ dependencies { |
|
|
|
|
implementation project(':catvod') |
|
|
|
|
implementation project(':forcetech') |
|
|
|
|
implementation project(':ijkplayer') |
|
|
|
|
implementation project(':media-lib-database') |
|
|
|
|
implementation project(':media-lib-datasource') |
|
|
|
|
implementation project(':media-lib-datasource-rtmp') |
|
|
|
|
implementation project(':media-lib-decoder-av1') |
|
|
|
|
implementation project(':media-lib-decoder-ffmpeg') |
|
|
|
|
implementation project(':media-lib-exoplayer') |
|
|
|
|
implementation project(':media-lib-exoplayer-dash') |
|
|
|
|
implementation project(':media-lib-exoplayer-hls') |
|
|
|
|
implementation project(':media-lib-exoplayer-rtsp') |
|
|
|
|
implementation project(':media-lib-exoplayer-smoothstreaming') |
|
|
|
|
implementation project(':media-lib-extractor') |
|
|
|
|
implementation project(':media-lib-session') |
|
|
|
|
implementation project(':media-lib-ui') |
|
|
|
|
pythonImplementation project(':pyramid') |
|
|
|
|
implementation 'androidx.media3:media3-database:1.0.0' |
|
|
|
|
implementation 'androidx.media3:media3-datasource:1.0.0' |
|
|
|
|
implementation 'androidx.media3:media3-datasource-rtmp:1.0.0' |
|
|
|
|
implementation 'androidx.media3:media3-exoplayer:1.0.0' |
|
|
|
|
implementation 'androidx.media3:media3-exoplayer-dash:1.0.0' |
|
|
|
|
implementation 'androidx.media3:media3-exoplayer-hls:1.0.0' |
|
|
|
|
implementation 'androidx.media3:media3-exoplayer-rtsp:1.0.0' |
|
|
|
|
implementation 'androidx.media3:media3-exoplayer-smoothstreaming:1.0.0' |
|
|
|
|
implementation 'androidx.media3:media3-extractor:1.0.0' |
|
|
|
|
implementation 'androidx.media3:media3-session:1.0.0' |
|
|
|
|
implementation 'androidx.media3:media3-ui:1.0.0' |
|
|
|
|
implementation 'androidx.appcompat:appcompat:1.6.1' |
|
|
|
|
implementation 'androidx.lifecycle:lifecycle-viewmodel:2.5.1' |
|
|
|
|
implementation 'androidx.preference:preference:1.2.0' |
|
|
|
|
|