html5 video streaming (progressive downloading) with gst-streaming-server

David Schleef ds at schleef.org
Fri Jun 28 12:26:46 PDT 2013


Yes.  I recommend starting with the vts example in
gst-streaming-server/tools.



David


On Fri, Jun 28, 2013 at 03:44:39PM +0000, Serhiy Stetskovych wrote:
> Sorry I forgot to write that I need a live streaming
> 
> 
> 2013/6/28 Brendan Long <self at brendanlong.com>
> 
> >  On 06/28/2013 08:44 AM, Serhiy Stetskovych wrote:
> >
> > Hello all, I need to stream webm vp8 to html5 video tag. Does gstreamer
> > supports it? I don't need HLS or DASH, I need only progressive download for
> > showing video in all popular and modern browsers.
> >
> >  If gstreamer is not supported it, I am going to add support to
> > gstreamer. Just tell me how to start.
> >
> > It's not clear exactly what you're asking, so I'll answer all of the
> > questions that you might be:
> >
> > Do all of the popular browsers support <video>?
> >
> > Yes <http://caniuse.com/#feat=video>
> >
> > Do they all use GStreamer?
> >
> > No, Chrome uses FFMPEG. Safari uses AVFoundation. IE uses something
> > Windows-y. The browsers that don't use GStreamer probably have no interest
> > in it.
> >
> > Does GStreamer support WebM and VP8?
> >
> > Yes<http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-matroskademux.html>and
> > yes<http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-vp8dec.html>
> > .
> >
> > _______________________________________________
> > gstreamer-devel mailing list
> > gstreamer-devel at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
> >
> >

> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel



More information about the gstreamer-devel mailing list