mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-08-18 21:36:42 +00:00
feat(trailer): Use selected variant URL to avoid adaptive fallback crashes in Media3 HLS
This commit is contained in:
parent
993058825a
commit
14e03a7f4b
1 changed files with 2 additions and 1 deletions
|
|
@ -328,7 +328,8 @@ class InAppYouTubeExtractor {
|
|||
(bestProgressive == null || bestManifest.height > bestProgressive.height)
|
||||
|
||||
val combinedUrl = if (bestCombinedIsManifest) {
|
||||
bestManifest.manifestUrl
|
||||
|
||||
bestManifest.selectedVariantUrl
|
||||
} else {
|
||||
bestProgressive?.url
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue