VOD streaming using gstreamer

Soo-Hyun Choi s.choi at hackerslab.eu
Tue Jan 7 21:28:41 PST 2014


Though this is not directly related to GStreamer, Apple's HLS might be a
choice.
A blog post [1] details about how you could install in a generic Linux
server.

[1]
http://www.ioncannon.net/projects/http-live-video-stream-segmenter-and-distributor/

Soo-Hyun


On Fri, Jan 3, 2014 at 8:00 PM, Sebastian Dröge
<sebastian at centricular.com>wrote:

> On Do, 2014-01-02 at 23:49 -0800, Baby Octopus wrote:
> > Hello,
> >
> > Is it possible to do VOD streaming of an mp4 file content using something
> > like gst-rtsp-server?
> >
> > It is possible to some extent using test_mp4 application in
> gst-rtsp-server.
> > But seeking is not possible here. So is there any way of doing proper VOD
> > streaming for a YouTube kind of an application?
> >
> > I'm exploring the possibility here. Any views are welcome :)
>
> So you want to do VOD with the RTSP protocol? gst-rtsp-server should be
> able to do whatever you want, and seeking should be possible to be
> implemented for non-shared media factories quite easily. Please create a
> feature request for that in Bugzilla.
>
> Otherwise you also have the options of many other streaming protocols.
> DASH is the new thing these days, and you can use gst-streaming-server
> for that for example. Or implement your own server around the MP4 muxer
> and related elements.
>
> --
> Sebastian Dröge, Centricular Ltd - http://www.centricular.com
> Expertise, Straight from the Source
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140108/715e4320/attachment.html>


More information about the gstreamer-devel mailing list