gstreamer UDP source play
Tim Müller
tim at centricular.com
Thu Jul 27 10:28:21 UTC 2017
On Thu, 2017-07-27 at 09:56 +0000, Duchassin Frédéric wrote:
Hi,
> I try to use gstreamer with a dektec source (DTM3200). It’s an
> UDP/RTP source.
> So I feed my gstreamer board with an UDP stream.
>
> And using the command for read :
> gst-launch-1.0 -v udpsrc address=239.0.0.1 port=1234 ! decodebin !
> imxipuvideosink
>
>
> The image displayed is completely bad !
>
> Have you an idea about the problem ?
If it's RTP, you probably want something like:
udpsrc caps=application/x-rtp,clock-rate=...,media=...,encoding-
name=... ! rtpjitterbuffer ! decodebin ! imxipuvideosink
what those parameters in the caps are depends on what it sends (mpeg-ts
stream? video elementary stream? which codec?)
Cheers
-Tim
--
Tim Müller, Centricular Ltd - http://www.centricular.com
Join us at the GStreamer Conference!
21-22 October 2017 in Prague, Czech Republic
http://gstreamer.freedesktop.org/conference/
More information about the gstreamer-devel
mailing list