globocom / m3u8

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

Parse as float and then round to int #356

Closed daveisfera closed 2 months ago

daveisfera commented 5 months ago

Fixes #355

leandromoreira commented 5 months ago

H264 uses integers to represent resolution. pic_width_in_mbs_minus_1 ue(v)

image

I think we should avoid adding unnecessary changes.

daveisfera commented 2 months ago

Closing since this is out of spec