Browse Source

Custom exo for fix hls segment error

pull/21/head
FongMi 2 years ago
parent
commit
b655c7ddb8
3 changed files with 6 additions and 3 deletions
  1. +2
    -1
      .gitignore
  2. +2
    -2
      app/build.gradle
  3. +2
    -0
      settings.gradle

+ 2
- 1
.gitignore View File

@ -2,4 +2,5 @@
.idea
*build
*.jks
/local.properties
/local.properties
/exo

+ 2
- 2
app/build.gradle View File

@ -50,6 +50,8 @@ android {
dependencies {
implementation project(':catvod')
implementation project(':exoplayer-library')
implementation project(':exoplayer-extension-rtmp')
implementation 'androidx.appcompat:appcompat:1.4.2'
implementation 'androidx.core:core-splashscreen:1.0.0'
implementation 'androidx.preference:preference:1.2.0'
@ -60,8 +62,6 @@ dependencies {
implementation 'com.github.bassaer:materialdesigncolors:1.0.0'
implementation 'com.github.bumptech.glide:glide:4.13.2'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.google.android.exoplayer:exoplayer:2.18.1'
implementation 'com.google.android.exoplayer:extension-rtmp:2.18.1'
implementation 'com.google.code.gson:gson:2.9.1'
implementation 'com.google.zxing:core:3.5.0'
implementation 'com.makeramen:roundedimageview:2.3.0'


+ 2
- 0
settings.gradle View File

@ -14,6 +14,8 @@ dependencyResolutionManagement {
google()
}
}
gradle.ext.exoplayerModulePrefix = 'exoplayer-'
apply from: file("/exo/core_settings.gradle")
rootProject.name = "TV"
include ':app'
include ':catvod'

Loading…
Cancel
Save