<div dir="ltr">Sorry I forgot to write that I need a live streaming</div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/6/28 Brendan Long <span dir="ltr"><<a href="mailto:self@brendanlong.com" target="_blank">self@brendanlong.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div bgcolor="#FFFFFF" text="#000000"><div class="im">
<div>On 06/28/2013 08:44 AM, Serhiy
Stetskovych wrote:<br>
</div>
<blockquote 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>If gstreamer is not supported it, I am going to
add support to gstreamer. Just tell me how to start.<br>
</div>
</div>
</blockquote></div>
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" target="_blank">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" target="_blank">Yes</a>
and <a href="http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-good-plugins/html/gst-plugins-good-plugins-vp8dec.html" target="_blank">yes</a>.<br>
</div>
<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>