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
<br><hr align="left" width="300">
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Live-Streaming-tp3087339p3087339.html">Live Streaming</a><br>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br>