differences between windows and ubuntu- simple pipeline

Dudi.r dudi017 at gmail.com
Mon Mar 10 02:26:35 PDT 2014


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.


More information about the gstreamer-devel mailing list