Skip to content
This repository was archived by the owner on Dec 8, 2024. It is now read-only.
This repository was archived by the owner on Dec 8, 2024. It is now read-only.

Decode got error while `#EXT-X-PROGRAM-DATE-TIME' exists in media playlist #120

@leikao

Description

@leikao

When I use m3u8 to decode a media playlist, it got error:

playlist is empty

The m3u8 file just like this:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-MEDIA-SEQUENCE:0
#EXT-X-ALLOW-CACHE:YES
#EXT-X-PROGRAM-DATE-TIME:2018-12-31T09:47:22+08:00
#EXT-X-TARGETDURATION:15

#EXTINF:14.666000,
20181231/0555e0c371ea801726b92512c331399d_00000000.ts
#EXTINF:13.698000,
20181231/0555e0c371ea801726b92512c331399d_00000001.ts
#EXTINF:14.668000,
20181231/0555e0c371ea801726b92512c331399d_00000002.ts
#EXTINF:13.200000,
20181231/0555e0c371ea801726b92512c331399d_00000003.ts
#EXT-X-ENDLIST

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions