globocom / m3u8

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

Pass timespec all the way down in dumps #345

Closed daveisfera closed 7 months ago

daveisfera commented 7 months ago

Currently, Segment accepts timespec but it's not available at the top of the chain, so this PR adds the ability to pass it all the way down

(I'd also like to make microseconds the default, but didn't want to change behavior while adding the feature, so that could be an exercise for a future date)