2bc4 / twitch-hls-client

Minimal CLI client for watching/recording Twitch streams
GNU General Public License v3.0
22 stars 5 forks source link

Player desync when segment duration suddenly drops #14

Closed 2bc4 closed 6 months ago

2bc4 commented 1 year ago

So this happens very rarely. I noticed that when the video drastically changes (ie. screen transitions, going from gameplay to full cam, etc.) the segment duration can drop (ie. 2.000s -> 0.899s). For whatever reason this causes twitch-hls-client to output a corrupt segment, even though dynamic segment durations should work.

2bc4 commented 5 months ago

This is still an issue but I genuinely have no idea how to fix it.

2bc4 commented 5 months ago

This is fixed with the new segment handler code