[gst-devel] Live Streaming
frknml
faruk.namli at gmail.com
Tue Dec 14 16:47:40 CET 2010
Hi Everyone;
I'm trying to design real time video streamer.Firstly i tried it in my
local system with my webcam.The senario is,I'm sending my webcam capture via
udp at the same time i'm receiving this data from my local network.I could
succeed to show my webcam capture but I couldn't overcome the latency and
the video is not smooth.I wrote my command below,please advise me how can i
handle these problems.
Receiver
gst-launch udpsrc buffer-size=16777216 port=1234 ! ffdemux_mpegts !
ffdec_mpeg2video ! autovideosink
Sender
gst-launch v4l2src !
video/x-raw-yuv,width=320,height=240,framerate=\(fraction\)30/1 !
ffenc_mpeg2video ! ffmux_mpegts ! udpsink host="10.0.0.217" port=1234
Faruk
--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Live-Streaming-tp3087339p3087339.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20101214/aa39cdf0/attachment.htm>
More information about the gstreamer-devel
mailing list