Load HLS video instead of Dash video to support older Android versions. Fixed app crashes on opening video or images on older Android versions.

This commit is contained in:
Alex Ning
2019-09-10 16:41:54 +08:00
parent f4515514c1
commit 354a215209
11 changed files with 31 additions and 39 deletions

View File

@@ -7,7 +7,7 @@
android:paddingStart="16dp"
android:paddingEnd="16dp"
android:paddingBottom="16dp"
android:background="@color/transparentActionBarColor"
android:background="@color/transparentActionBarAndExoPlayerControllerColor"
android:orientation="vertical">
<LinearLayout