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
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
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
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