videojs / m3u8-parser

An m3u8 parser.
Other
474 stars 98 forks source link

Forcing ':' on standard tags #50

Closed ost12666 closed 1 year ago

ost12666 commented 6 years ago

To fix issues: https://github.com/videojs/m3u8-parser/issues/22

Forcing parser to recognize standard tags only when they end with ':'. This will prevent detecting, by mistake, tags that start with the same string.

gkatsev commented 4 years ago

@ost12666 is this still needed?

ost12666 commented 4 years ago

I don't know I switched to https://github.com/kuu/hls-parser

Essk commented 1 year ago

See #156 - brings these changes into the present-day base