I'm having a similar (or related) issue.
I'm not using 'live555ProxyServer', since it does not fit my needs. I have
implemented my own proxy, and am seeing breaks in the video as well.
The breaks disappear when I substitute the 'input' to be a file, instead of
an RTP network stream (I have an inter
I also tried:
sysctl -w net.core.rmem_max=8388608
sysctl -w net.core.wmem_max=8388608
sysctl -w net.core.rmem_default=65536
sysctl -w net.core.wmem_default=65536
sysctl -w net.ipv4.tcp_rmem='4096 87380 8388608'
sysctl -w net.ipv4.tcp_wmem='4096 65536 8388608'
sysctl -w net.ipv4.tcp_mem='8388608 83