Hello All
I am using version 5.4 of Xuggler for decoding H.264 rtsp stream from ip camera.
I am experiencing a lot of “mosquitos” in the picture.
The following is copy from a developer that helped me back in 2010 when I was facing the same problems with version 3.4:
I strongly suspect the problem you are facing is caused by the shortage of UDP receive buffer in xuggler/ffmpeg library.
The default value UDP_MAX_PKT_SIZE for s->buffer_size is 64Kbytes, which is defined as a macro in captive/ffmpeg/csrc/libavformat/udp.c.
This default value of receive buffer may not be enough for high bitrate streaming.
The result for having small buffer under high bitrate is likely dropped RTP packets, which subsequently cause video frame corruption.
If the UDB receive buffer can be set using parameters, it would be great.
Hoping to get this solved J
Best Regards
Per-Jarle Sæther
Hello Dave
And thank you for your reply.
Will these parameters work for rtsp urls also?
My ip camera accept the following url: rtsp://<ip address>/channel1
Should I use the following url?
rtsp://<ip address>?channel1&fifo_size=250000&pkt_size=1500&overrun_nonfatal=1
Best Regards
Per-Jarle Sæther
--
You received this message because you are subscribed to the Google Groups "xuggler-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/xuggler-users/-/49kHOCHhDVsJ.
To post to this group, send email to xuggle...@googlegroups.com.
To unsubscribe from this group, send email to xuggler-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/xuggler-users?hl=en.
--
You received this message because you are subscribed to the Google Groups "xuggler-users" group.
To view this discussion on the web visit https://groups.google.com/d/msg/xuggler-users/-/uv04W7EsMZ0J.
To post to this group, send email to xuggle...@googlegroups.com.
To unsubscribe from this group, send email to xuggler-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/xuggler-users?hl=en.