[External] Re: h264 RTP stream performance
Honckiewicz, Filip BIS
Filip.Honckiewicz at fs.utc.com
Mon Mar 31 02:50:57 PDT 2014
Hi,
You are using gstreamer-0.1, so you should use gstrtpjitterbuffer instead of rtpjitterbuffer. That's the difference between gstreamer-1.0 and gstreamer-0.1 on the API level that in older version you have to sometimes add "gst" prefix. Of course there're more and more significant differences - compare them reading manual for both gstrtpjitterbuffer (gstreamer-0.1) and rtpjitterbuffer (gstreamer-1.0).
Filip:)
-----Original Message-----
From: gstreamer-devel [mailto:gstreamer-devel-bounces at lists.freedesktop.org] On Behalf Of Arnold Angerer
Sent: Monday, March 31, 2014 11:23 AM
To: gstreamer-devel at lists.freedesktop.org
Subject: [External] Re: h264 RTP stream performance
For testing purposes, I'm working on Ubuntu 12.04, I'm not quite sure where to find the rtpjitterbuffer element.
As far as I can tell it looks like I've got all the available plugins installed (good,bad,ugly,...).
Am 31.03.2014 10:23, schrieb Dudi.r:
> are working on windows or linux?
>
> try to add "rtpjitterbuffer latency=1000" before the rtph264depay.
>
>
> gst-launch-0.10 udpsrc port=5000 \ caps="application/x-rtp,
> media=(string)video, clock-rate=(int)90000,
> encoding-name=(string)H264,
> sprop-parameter-sets=(string)\"J01AHqkYGwe83gDUBAQG2wrXvfAQ\\,KN4JyA\\
> =\\=\", payload=(int)96, ssrc=(uint)786848209,
> clock-base=(uint)101553131, seqnum-base=(uint)64602" !
> *rtpjitterbuffer latency=1000* ! rtph264depay !
> ffdec_h264 ! ffmpegcolorspace ! autovideosink
>
>
> Dudi.
>
>
>
> --
> View this message in context:
> http://gstreamer-devel.966125.n4.nabble.com/h264-RTP-stream-performanc
> e-tp4666207p4666208.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
>
>
_______________________________________________
gstreamer-devel mailing list
gstreamer-devel at lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
More information about the gstreamer-devel
mailing list