I'm reading from a Sony IP cameras, I'm running:

./live/proxyServer/live555ProxyServer -t "rtsp://192.168.88.13/media/video1"

I'm then trying to read the RTSP with:

./live/testProgs/openRTSP 'rtsp://192.168.0.2:554/proxyStream'

After a while, the stream freezes and I'm getting: RTCPInstance error: Hit
limit when reading incoming packet over TCP. Increase "maxRTCPPacketSize"

I tried to increase this value in live/liveMedia/RTCP.cpp:

static unsigned const maxRTCPPacketSize = 500000;

But after 10-15 minutes, I'm seeing the same error again and the stream
freezes :( - Any ideas?
_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to