<div dir="ltr">If you want to use the RTSP protocol, you will need the GStreamer RTSP Server. It isn't as easy to setup as simple pipelines, but does work quite well. Google will help you find the version you need (0.10 compatible or 1.2+ compatible).<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Nov 18, 2013 at 5:49 AM, M0rd0r <span dir="ltr"><<a href="mailto:m0rd00r@gmail.com" target="_blank">m0rd00r@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi all,<br>
<br>
I successfully accomplished my first task (Thanks to all). Now I'd like to<br>
stream the same video using RTSP protocol. Actually I use this command:<br>
<br>
Encoder:<br>
gst-launch -v -e v4l2src device=/dev/video0 !<br>
'video/x-raw-yuv,width=640,height=480' ! x264enc bitrate=4056 ! tee name=t<br>
t. ! queue ! rtph264pay pt=96 ! udpsink host=192.168.10.158 port=1234 t. !<br>
queue ! avimux ! filesink location=/dev/shm/a.avi<br>
<br>
Viewer:<br>
gst-launch-0.10 udpsrc port=1234 ! "application/x-rtp, payload=127" !<br>
rtph264depay ! 'video/x-h264,width=640,height=480' ! ffdec_h264 !<br>
xvimagesink sync=false<br>
<br>
Can anyone help me to build a valid command to stream the video with RTSP<br>
protocol?<br>
<br>
Thanks a lot (..again).<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Stream-video-and-save-on-file-tp4663134p4663393.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/Stream-video-and-save-on-file-tp4663134p4663393.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>