pcherenkov / udpxy

lightweight network-traffic relay daemon
229 stars 105 forks source link

Even buffered data is not continuous with a weak Internet connection #25

Open neszt opened 3 years ago

neszt commented 3 years ago

I'm not sure this problem is related to udpxy, but it could be.

On a weak internet connection, I set a 30 second buffered time in the vlc (the stream is provided by udpxy, of course) and I find that once the buffer is loaded and the vlc starts playing, the 30 second buffered video is also interrupted.

I would expect playback to be smooth for at least the first 30 seconds.

I tried configuring udpxy parameterization as well as linux sysctl values but it didn't help.

udpxy -B 4K -H 30 -R -1
net.core.wmem_max = 1677721600
net.core.rmem_max = 1677721600
net.core.wmem_default = 167772160
net.core.rmem_default = 167772160
pcherenkov commented 3 years ago

Please re-test and study both udpxy and vlc logs, look for irregularities there and then post your findings. Thank you.