differences between windows and ubuntu- simple pipeline

Dušan Poizl poizl at maindata.sk
Mon Mar 10 03:36:27 PDT 2014


use just "udpsrc port=5000"

the uri expect multicast group. but on server you don't use multicast.

Dňa 10.03.2014 10:26, Dudi.r wrote / napísal(a):
> Hi,
>
> I have simple client-server pipeline that works fine on ubuntu, but when I
> try to run it on windows- nothing happens.
>
> Setting pipeline to PAUSED ...
> Pipeline is live and does not need PREROLL ...
> Setting pipeline to PLAYING ...
> New clock: GstSystemClock         (it's stuck here)
>
> this is the server:
> gst-launch-0.10 filesrc location=file.pcap ! pcapparse src-port=58694 !
> application/x-rtp, payload=(int)96, media=(string)video,
> clock-rate=(int)90000, encoding-name=(string)H264  !  udpsink host=127.0.0.1
> port=5000
>
>
> this is the client :
> gst-launch-0.10 udpsrc uri=udp://127.0.0.1:5000 ! application/x-rtp,
> payload=(int)96, media=(string)video, clock-rate=(int)90000,
> encoding-name=(string)H264 ! gstrtpjitterbuffer latency=1000 , do-lost=true
> ! rtph264depay ! queue ! ffdec_h264 ! autovideosink
>
> do someone know why is the pipeline doesn't work on windows..?
>
> thanks!
>
>
>
>
> --
> View this message in context: http://gstreamer-devel.966125.n4.nabble.com/differences-between-windows-and-ubuntu-simple-pipeline-tp4665864.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