<div dir="ltr"><div><div>Though this is not directly related to GStreamer, Apple's HLS might be a choice.<br></div>A blog post [1] details about how you could install in a generic Linux server.<br><br>[1] <a href="http://www.ioncannon.net/projects/http-live-video-stream-segmenter-and-distributor/">http://www.ioncannon.net/projects/http-live-video-stream-segmenter-and-distributor/</a><br>

<br></div>Soo-Hyun<br><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Jan 3, 2014 at 8:00 PM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Do, 2014-01-02 at 23:49 -0800, Baby Octopus wrote:<br>
> Hello,<br>
><br>
> Is it possible to do VOD streaming of an mp4 file content using something<br>
> like gst-rtsp-server?<br>
><br>
> It is possible to some extent using test_mp4 application in gst-rtsp-server.<br>
> But seeking is not possible here. So is there any way of doing proper VOD<br>
> streaming for a YouTube kind of an application?<br>
><br>
> I'm exploring the possibility here. Any views are welcome :)<br>
<br>
</div>So you want to do VOD with the RTSP protocol? gst-rtsp-server should be<br>
able to do whatever you want, and seeking should be possible to be<br>
implemented for non-shared media factories quite easily. Please create a<br>
feature request for that in Bugzilla.<br>
<br>
Otherwise you also have the options of many other streaming protocols.<br>
DASH is the new thing these days, and you can use gst-streaming-server<br>
for that for example. Or implement your own server around the MP4 muxer<br>
and related elements.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Sebastian Dröge, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
Expertise, Straight from the Source<br>
</font></span><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>
<br></blockquote></div><br></div></div>