google / ExoPlayer

This project is deprecated and stale. The latest ExoPlayer code is available in https://github.com/androidx/media
https://developer.android.com/media/media3/exoplayer
Apache License 2.0
21.73k stars 6.03k forks source link

Always start hls with first playlist in master playlist even if it iframes playlist #10852

Open sergju opened 1 year ago

sergju commented 1 year ago

ExoPlayer Version

2.18.2

Devices that reproduce the issue

all devices

Devices that do not reproduce the issue

No response

Reproducible in the demo app?

Yes

Reproduction steps

Start playback with first iframes playlist in master playlist

Expected result

Start download non iframes playlist

Actual result

Start download iframes playlist

Media

Master playlist example

EXTM3U

EXT-X-VERSION:5

EXT-X-I-FRAME-STREAM-INF:BANDWIDTH=10000000,URI="iframes/iframes.m3u8"

EXT-X-STREAM-INF:BANDWIDTH=10000000,PROGRAM-ID=1

frames/playlist.m3u8

Bug Report

tianyif commented 1 year ago

Hi @sergju,

Thanks for reporting! Could you please share a sample playlist so that we can reproduce?

sergju commented 1 year ago

Hi, do you need some real playlist? As I described above - you can just put playlist with iframes on first place in master playlist

sergju commented 1 year ago

trick_hls.tar.gz