I'm reading from a Sony IP cameras, I'm running:
<div><br></div><div>./live/proxyServer/live555ProxyServer -t "rtsp://<a href="http://192.168.88.13/media/video1">192.168.88.13/media/video1</a>"</div><div><br></div><div>I'm then trying to read the RTSP with:</div>

<div><br></div><div>./live/testProgs/openRTSP 'rtsp://<a href="http://192.168.0.2:554/proxyStream">192.168.0.2:554/proxyStream</a>'</div><div><br></div><div>After a while, the stream freezes and I'm getting: RTCPInstance error: Hit limit when reading incoming packet over TCP. Increase "maxRTCPPacketSize"</div>

<div><br></div><div>I tried to increase this value in live/liveMedia/RTCP.cpp:</div><div><br></div><div>static unsigned const maxRTCPPacketSize = 500000;</div><div><br></div><div>But after 10-15 minutes, I'm seeing the same error again and the stream freezes :( - Any ideas?</div>