Skip to content

Unable to support multi resolution HLS playback? #22

@upmin-l

Description

@upmin-l

Hello!

I encountered a problem and tried to play an M3u8 file that supports multiple resolutions, but unfortunately it would report a source error.

M3u8 file format:

#EXTM3U #EXT-X-VERSION:3 #EXT-X-STREAM-INF:BANDWIDTH=2800000,RESOLUTION=720x1280 720x1280/video.m3u8 #EXT-X-STREAM-INF:BANDWIDTH=5000000,RESOLUTION=1080x1920 1080x1920/video.m3u8

The above information appears to have two folders, 720x1280 and 1080x1920, respectively.

I use video_player to play, which automatically selects the appropriate video stream based on this information for playback and successfully displays the playback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working correctlyhelp wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions