globocom / m3u8

Python m3u8 Parser for HTTP Live Streaming (HLS) Transmissions
Other
1.98k stars 464 forks source link

Add support for rendering REQ-VIDEO-LAYOUT in stream info classes #365

Closed colekas-ssim closed 1 month ago

colekas-ssim commented 1 month ago

REQ-VIDEO-LAYOUT is a relatively new tag within a stream info class - https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis#section-4.4.3.8 (Page 48)

mauricioabreu commented 1 month ago

@leandromoreira it is not a tag per se, it is a stream info attribute

colekas-ssim commented 1 month ago

I can add something to the README.rst, but it doesn't look like it has a section for these types of additions... open to suggestions.

mauricioabreu commented 1 month ago

@colekas-ssim no need to. We currently just document tags, not specific attributes of each tag.

Thank you, merging!