Re: [Live-devel] H264 over RTP problem

2008-09-05 Thread Ross Finlayson
The used sink has a big enough buffer, so if there is some data loss, that appear before the sink. I saw the following lines in MultiFramedRTPSource: // Try to use a big receive buffer for RTP: increaseReceiveBufferTo(env, RTPgs->socketNum(), 50*1024); is it possible that my problem caused by t

Re: [Live-devel] H264 over RTP problem

2008-09-05 Thread Miklos Szeles
The used sink has a big enough buffer, so if there is some data loss, that appear before the sink. I saw the following lines in MultiFramedRTPSource: // Try to use a big receive buffer for RTP: increaseReceiveBufferTo(env, RTPgs->socketNum(), 50*1024); is it possible that my problem caused by th

Re: [Live-devel] H264 over RTP problem

2008-09-04 Thread Ross Finlayson
I'm trying to receive H264 video stream(unicast RTP) from a camera. It works well for 320x240 video stream, but when I increase the resolution to 640x480 some frames can't be decoded. It looks like their end is missing. Is there any limitation on the size of the video frames? No. However, the

[Live-devel] H264 over RTP problem

2008-09-04 Thread Miklos Szeles
Hi, I'm trying to receive H264 video stream(unicast RTP) from a camera. It works well for 320x240 video stream, but when I increase the resolution to 640x480 some frames can't be decoded. It looks like their end is missing. Is there any limitation on the size of the video frames? If there is, whe