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.

No duration when EXTINF without comma in the end #84

@igk1972

Description

@igk1972

@bradleyfalzon @grafov

Problem:
No parse duration segments.

Some m3u8 include EXTINF without comma in end.
Example:

#EXTM3U
#EXT-X-VERSION:3
#EXT-X-TARGETDURATION:10
#EXTINF:10.000
c_1267327549363093.ts
#EXTINF:10.000
c_1267327549363094.ts
#EXTINF:10.000
c_1267327549363095.ts

Solution:
Need revert this break with:
sepIndex = len(line)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions