How to remove delayed packets in RTSP streaming?

Chuck Crisler ccrisler at mutualink.net
Thu Jul 2 12:24:23 PDT 2015


Add an rtpjitterbuffer between your rtspsrc and the rtph264depay.
Alternatively, you might be able to replace the jitter buffer and the depay
with an rtpbin and get better overall behavior, but I am not certain about
that.

On Thu, Jul 2, 2015 at 2:45 PM, chetan.bele <chetan.bele03 at gmail.com> wrote:

> Hi Guys,
>
> I am using following line for RTSP streaming:
>
> gst-launch-0.10 rtspsrc connection-speed=100000 latency=0 buffer-mode=none
> location=rtsp://admin:12345@192.168.7.207 ! rtph264depay ! ffdec_h264 !
> ffmpegcolorspace ! deinterlace mode=interlaced ! fpsdisplaysink sync=false
> -v
>
> Framerate = 30fps ( current well as average )
> Sometime frames getting delayed and then framerate goes so high. Is there
> any option to remove delayed frames so that current frame rate will be
> maintained to 30?
>
> Please help.
>
> Thanks in advance!!!
>
> -Chetan
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/How-to-remove-delayed-packets-in-RTSP-streaming-tp4672543.html
> Sent from the GStreamer-devel mailing list archive at Nabble.com.
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150702/9e70b846/attachment.html>


More information about the gstreamer-devel mailing list