google / google/ExoPlayer

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

Open
#10,852 3 comments 0 reactions 1 assignee Assigned to @tianyif View on GitHub
bug needs triage
Dominant language
Java
Stars
21.9k
Forks
6k
PR merge metrics
No merged PRs in 30d

Description

### 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

- [ ] You will email the zip file produced by `adb bugreport` to dev.exoplayer@gmail.com after filing this issue.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.