Dexter Gaon-Shatford
Dexter Gaon-Shatford
~~Thanks for the feedback. I need to take another look at the implementation. If you use a value of `1.0` for both options, does it have the same problem?~~ I've...
@CounterPillow have you been able to test the changes?
Thanks for the feedback. In my testing, I used a streaming server which essentially appends to a mpegts file which is served to clients piece by piece. It looks like...
@CounterPillow I've corrected the feature such that I was able to play a youtube livestream without the interruptions you described using options ``--rt-catchup --rt-catchup-multiplier=0.1 --rt-catchup-max-delay=5.0``. I didn't test a twitch...
@CounterPillow Okay, I've made sure the speed is only changed when the flag is on. As for the catch-up speed, I've changed the multiplier to grow quadratically with the delay....
I think it's worth noting that you don't need a value of z-index as high as 1000 to resolve the issue. 1 is enough. A way of resolving this without...
@Krzmbrzl This is in no way authoritative, but I'm not sure this will work. I assume that `std::numeric_limits::min()` is going to be less than the current argument, `0.01`. My intuition...
Many of the dependencies for libwget are optional, but i have enabled them all by default as the reason someone would prefer wget2 to wget is probably the presence of...
libwget gets its own package because it is licensed separately from the wget2 executable
> Do we need to separate the build opts? I just tried to follow [the build options section in the manual](https://github.com/void-linux/void-packages/blob/master/Manual.md#build-options)