caeleel / twitch-dvr

A chrome extension to enable DVR on Twitch streams.
38 stars 4 forks source link

Are you thinking into be able to be more accurate choosing the right time? #10

Open CKGrafico opened 2 years ago

CKGrafico commented 2 years ago

One very interesting way to use this tool is to sync a twitch caster with a tv or other media platform video, to do that sometimes is important to be able to rewind for just 2,3,5 seconds but seems that the minimum is 30 or similar but is difficult to go just 3-4 seconds to the past.

I'm playing with:

- const vodDeadzone = 15;   
- const vodDeadzoneBuffer = 15;
+ const vodDeadzone = 5;    
+ const vodDeadzoneBuffer = 5;

but seems not enought