<div dir="ltr">Hello,<div><br></div><div>On 28 June 2013 16:44, Serhiy Stetskovych <span dir="ltr"><<a href="mailto:patriotyk@gmail.com" target="_blank">patriotyk@gmail.com</a>></span> wrote:<br><div class="gmail_extra">

<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><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>

</blockquote><div><br></div><div>It should technically support it but I haven't tested it. I think your main problem will probably be the encoding performance of libvpx.</div><div><br></div><div>As Brendan noted, not all browsers support WebM. See here for info: <a href="http://en.wikipedia.org/wiki/HTML5_video#Browser_support">http://en.wikipedia.org/wiki/HTML5_video#Browser_support</a></div>

<div><br></div><div>As an alternative to WebM, fragmented MP4 may be a possibility. Between the two you should be able to cover most browsers.</div><div><br></div><div>Having said that, HTML5 <video> doesn't seem to be well-suited to live streaming right now but it is in the works through some of the MediaElement / MediaSource stuff.<br>

</div><div><br></div><div>Best regards,</div><div>Rob</div></div></div></div></div>