simple pipeline- loopback
leon
dudi.reuveni at comm-it.co.il
Sun Mar 16 05:29:22 PDT 2014
cheers!
I am struggling with simple client-server pipeline that works fine on
ubuntu, but when I try to run it on windows- nothing happens.
the server finishes its run and the client keeps waiting..
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock (it's stuck here- client side)
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/simple-pipeline-loopback-tp4665969.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
More information about the gstreamer-devel
mailing list