<div dir="ltr">I am not sure if you can use GStreamer to support another streaming server without significant code modification. If you want to use GStreamer as an RTSP server, download the GStreamer RTSP source and build it. There are examples included. <br>
<br><a href="http://gstreamer.freedesktop.org/src/gst-rtsp-server/">http://gstreamer.freedesktop.org/src/gst-rtsp-server/</a><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sun, Aug 25, 2013 at 7:52 AM, okhta <span dir="ltr"><<a href="mailto:oktaspeed@gmail.com" target="_blank">oktaspeed@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I've managed to stream using rtp, and now I want to try using a streaming<br>
protocol rtsp ..<br>
<br>
I will do the streaming video (mp4/mkv) with server (ubuntu 12.04) and a<br>
client. on the client I use VLC to open a streaming video.<br>
example: ip 192.168.10.4 server and client 192.168.1.2-4<br>
<br>
server:<br>
gst-launch filesrc location = /home/okhta/video.mp4 ! decodebin<br>
name=decoder decoder.  ! queue  ! ffmpegcolorspace ! udpsink<br>
rtsp://<a href="http://192.168.10.4:8554/test" target="_blank">192.168.10.4:8554/test</a><br>
<br>
on the client:<br>
vlc rtsp://<a href="http://192.168.10.4:8554/test" target="_blank">192.168.10.4:8554/test</a><br>
<br>
<br>
please tell me for pipeline rtsp command on the server, or tell my fault<br>
that streaming video is successful ..<br>
thank you ..<br>
<br>
sorry if my english language is not good..<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/problem-rtsp-streaming-tp4661700.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/problem-rtsp-streaming-tp4661700.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>