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

Brendan Long self at brendanlong.com
Fri Jun 28 08:24:00 PDT 2013


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>.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20130628/de87c868/attachment.html>


More information about the gstreamer-devel mailing list