Re: [Live-devel] Error message while using live555 proxy server

2012-07-11 Thread Ross Finlayson
> I am getting the following error message (H264VideoStreamDiscreteFramer > error: MPEG 'start code' seen in the input) while using live555 proxyserver > to stream RTSP streams from a few of my IP cameras. This error seems to > appear in many IP cameras from a particular vendor. However, it does

Re: [Live-devel] RTSPServer.Error:The total received frame size exceeds the client's buffer size (40).1276 bytes of trailing data will be dropped

2012-07-11 Thread Ketan Gholap
*Hello Sir As u can u see from my last mail i am using the code from your file testOnDemandRTSPServer.cpp under the section/ A MPEG-2 Transport Stream, coming from a live UDP (raw-UDP or RTP/UDP) source. As u said that "my error message means exactly what it says: The size of the buffer that you

[Live-devel] Error message while using live555 proxy server

2012-07-11 Thread Saurabh Gandhi
Hello everyone, I am getting the following error message (H264VideoStreamDiscreteFramer error: MPEG 'start code' seen in the input) while using live555 proxyserver to stream RTSP streams from a few of my IP cameras. This error seems to appear in many IP cameras from a particular vendor. However, i

Re: [Live-devel] Problem stopping and restarting an RTSP client

2012-07-11 Thread Constantin Savtchenko
> > if (rtspClients[i] != NULL) > > { > > *env << "shutting down " << *rtspClients[i] << "\n"; > > shutdownStream(rtspClients[i]); > > } > > rtspClients[i] = NULL; > > } > > Mike, Could you send your shutdownStream()? Perhaps you're no