differences between windows and ubuntu- simple pipeline

Dušan Poizl poizl at maindata.sk
Mon Mar 10 04:38:29 PDT 2014


you should add quotation marks around caps="...."

run server with "gst-launch-0.10 -v ..." it will print something like 
GstUDPSink:udpsink0 ... caps = "application/x-rtp .... 
sprop-parameter-sets=(string)".........."

it may be needed copy this sprop-parameters-sets to client caps.

Dňa 10.03.2014 11:51, Dudi.r wrote / napísal(a):
> Hi,
>
> I tried:
>
> server:
> gst-launch-0.10 filesrc location=modern5sec.pcap ! pcapparse src-port=58694
> ! application/x-rtp, payload=(int)96, media=(string)video,
> clock-rate=(int)90000, encoding-name=(string)H264  !  udpsink  port=5000
>
> client:
> gst-launch-0.10 udpsrc port=5000 caps=application/x-rtp,
> media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264,
> payload=(int)96 ! gstrtpjitterbuffer latency=1000 , do-lost=true !
> rtph264depay ! queue ! ffdec_h264 ! autovideosink
>
> and it still not working :/
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/differences-between-windows-and-ubuntu-simple-pipeline-tp4665864p4665869.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



More information about the gstreamer-devel mailing list