修复Android7之下内置VLC无法播放HTTPS链接的问题。

This commit is contained in:
sifacai@outlook.com 2022-10-20 22:19:21 +08:00
parent 86d795648d
commit dbc08834fc
3 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
jellyfin安卓TV客户端支持安卓4.2以上。
在安卓5.1及以下环境中运行时集成的VLC播放器可能无法播放HTTPS可在右上角菜单勾选"调用外部播放器"选项,使用外部播放器播放。
可在右上角菜单勾选"调用外部播放器"选项,使用外部播放器播放。
支持jellyfin8.1以上

View File

@ -10,7 +10,7 @@ android {
minSdk 17
targetSdk 32
versionCode 1
versionName "1.0.5"
versionName "1.0.6"
multiDexEnabled true
@ -37,8 +37,8 @@ android {
}
dependencies {
//implementation files('libs/libvlc-all-3.4.9.aar')
implementation 'org.videolan.android:libvlc-all:3.5.1'
implementation files('libs/libvlc-all-3.5.1-https.aar')
//implementation 'org.videolan.android:libvlc-all:3.5.1'
implementation 'androidx.appcompat:appcompat:1.5.0'
implementation 'com.google.android.material:material:1.6.1'
implementation 'com.lzy.net:okgo:3.0.4'

Binary file not shown.