<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<div class="moz-cite-prefix">On 06/28/2013 08:44 AM, Serhiy
Stetskovych wrote:<br>
</div>
<blockquote
cite="mid:CAAcZh=9toFbooV7MWY2g+P8cbkyiUKJbrfKDXNgL7xuuhYiTZw@mail.gmail.com"
type="cite">
<div dir="ltr">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.
<div><br>
</div>
<div style="">If gstreamer is not supported it, I am going to
add support to gstreamer. Just tell me how to start.<br>
</div>
</div>
</blockquote>
It's not clear exactly what you're asking, so I'll answer all of the
questions that you might be:<br>
<br>
Do all of the popular browsers support <video>?<br>
<br>
<a href="http://caniuse.com/#feat=video">Yes</a><br>
<br>
Do they all use GStreamer?<br>
<br>
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.<br>
<br>
Does GStreamer support WebM and VP8?<br>
<br>
<a
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-matroskademux.html">Yes</a>
and <a
href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-vp8dec.html">yes</a>.<br>
</body>
</html>