CrendKing / mpv-twitch-chat

Show Twitch chat messages as subtitles when watching Twitch VOD with mpv.
MIT License
89 stars 4 forks source link

Paused VODs make the subtitle timings to drift beyond the current timestamp #3

Closed garoto closed 3 years ago

garoto commented 3 years ago

I'm guessing because the script will continue to fetch new segments regardless of the player state. Any seek ammount forward(?) or backwards will resync the subs. Perhaps adding a timer that observes the pause property and suspending fetching new segments might be a fix?

CrendKing commented 3 years ago

https://github.com/CrendKing/mpv-twitch-chat/commit/3d8ce579f84915bcd9a396658acf65a1ae1bdec8