Sync playbackRate between users
apmforgitissues012 opened this issue · 2 comments
Hello, thank you for maintaining this extension.
I prefer to watch videos at higher speeds, It would be convenient if the current video speed was synchronized between users.
The speed is normally stored in "document.querySelector('video').playbackRate"
Implementing this features should be as easy as watching for a change and then setting the other client to the same speed.
Thank you for your time.
Appologies, I see you're setting the plackbackRate here: https://github.com/Semro/syncwatch/blob/master/plugin/js/content.js#L144-L148
This seems to work as long as the playback rate is set through the video player's ui, If an extension like Global Speed is used than the rate does not sync.
Idealy, one client would have global speed disabled, and the other would overide the speed.