Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
neszt opened this issue Mar 27, 2021 · 1 comment
Open

Comments

@neszt
Copy link

neszt commented Mar 27, 2021

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
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants