mirror of
https://github.com/sifacaii/VlcJellyfin
synced 2025-05-26 06:20:20 -04:00
修复Android7之下内置VLC无法播放HTTPS链接的问题。
This commit is contained in:
parent
86d795648d
commit
dbc08834fc
@ -1,5 +1,5 @@
|
||||
jellyfin安卓TV客户端,支持安卓4.2以上。
|
||||
|
||||
在安卓5.1及以下环境中运行时,集成的VLC播放器可能无法播放HTTPS,可在右上角菜单勾选"调用外部播放器"选项,使用外部播放器播放。
|
||||
可在右上角菜单勾选"调用外部播放器"选项,使用外部播放器播放。
|
||||
|
||||
支持jellyfin8.1以上
|
||||
|
@ -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'
|
||||
|
BIN
app/libs/libvlc-all-3.5.1-https.aar
Normal file
BIN
app/libs/libvlc-all-3.5.1-https.aar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user