videojs / m3u8-parser

An m3u8 parser.
Other
471 stars 98 forks source link

Read tag EXT-OATCLS-SCTE35 in M3U8 manifest information #159

Closed vaishalichauhan-ttn closed 1 year ago

vaishalichauhan-ttn commented 1 year ago

I want to read the "EXT-OATCLS-SCTE35" tag in M3U8 in an HLS.

I have tried reading it using player.tech().hls.playlists.media().segments but no luck.

Please help.

gkatsev commented 1 year ago

We don't parse non-standard tags by default. You'll want to set up a custom parser https://github.com/videojs/m3u8-parser#custom-parsers Also see https://github.com/videojs/http-streaming#customtagparsers

vaishalichauhan-ttn commented 1 year ago

Thank you. I will try with custom parsers