<div dir="ltr"><div><div>I am not familiar with test-mp4.c. The examples supplied with the GStreamer RTSP server only work with somewhat static video sources. If you want a live source, you need to change the pipeline. Use something like: v4l2src device=/dev/video0 ! 'video/x-raw-yuv,width=640,height=480,framerate=30000/1001' ! rtph264pay pt=96,name=pay0<br>
<br></div>This should work with many webcams. Test the string with gst-launch to get it right, then code it into an example. It should do what you want.<br><br></div>Chuck<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Wed, Sep 11, 2013 at 10:13 AM, adam <span dir="ltr"><<a href="mailto:okhtas@gmail.com" target="_blank">okhtas@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 make rtsp server with gstRTSPserver to see examples of<br>
test-mp4.c, but there is a little problem that is, when the client plays the<br>
video with vlc rtsp://<a href="http://192.168.10.2:8554/test" target="_blank">192.168.10.2:8554/test</a>, the video playback from the<br>
beginning.<br>
but what I want is when the client plays such as live streaming video ..<br>
<br>
please help me to fix the code so that plays like a live video streaming<br>
<br>
thank you for all the attention<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/problem-live-streaming-tp4661952.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/problem-live-streaming-tp4661952.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>