<div dir="ltr">Dear Steve<br>Thanks for kind response.<div><br></div><div>The container is matroska, but it can contain VP8 encoded data. I parse the mkv file, get simpleblock from matroska, and from that I send the data to chrome. For chrome it is just VP8 encoded data.</div><div><br></div><div>Be it a webm file or matroska file, but the VP8 encoded data will be same in both the case, whereas metadatas may differ.</div><div><br></div><div>If above assumption is true, Ideally Chrome should play it.</div><div><br></div><div>I hope I am missing something, and chrome not recognizing the video frames.</div><div><br></div><div>Best Regards<br>Austin</div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 29, 2017 at 8:48 PM, Steve Lhomme <span dir="ltr"><<a href="mailto:slhomme@matroska.org" target="_blank">slhomme@matroska.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Chrome handle only a few codecs. And among those it may not allow them<br>
in Matroska. I know Firefox can handle H264 but not from Matroska.<br>
What you want is to use WebM and so use codecs that are possible with<br>
WebM: VP8 and VP9 (and later AV1).<br>
<div><div class="h5"><br>
2017-10-27 13:40 GMT+02:00 Austin Einter <<a href="mailto:austin.einter@gmail.com">austin.einter@gmail.com</a>>:<br>
> Hi<br>
> I am developing an application, where I need to read audio / video frames<br>
> and send to Chrome, and in Chrome we should be able to see vide, listen<br>
> audio.<br>
><br>
> I am able to get audio part working (webrtc call, http as signalling).<br>
> But video I send does not show in Chrome.<br>
><br>
> Do I need to take care anything extra to get Chrome show the video packets.<br>
><br>
> Thanks<br>
> Kamal<br>
><br>
</div></div>> ______________________________<wbr>_________________<br>
> Matroska-users mailing list<br>
> <a href="mailto:Matroska-users@lists.matroska.org">Matroska-users@lists.matroska.<wbr>org</a><br>
> <a href="https://lists.matroska.org/cgi-bin/mailman/listinfo/matroska-users" rel="noreferrer" target="_blank">https://lists.matroska.org/<wbr>cgi-bin/mailman/listinfo/<wbr>matroska-users</a><br>
> Read Matroska-Users on GMane:<br>
> <a href="http://dir.gmane.org/gmane.comp.multimedia.matroska.user" rel="noreferrer" target="_blank">http://dir.gmane.org/gmane.<wbr>comp.multimedia.matroska.user</a><br>
><br>
<span class="HOEnZb"><font color="#888888"><br>
<br>
<br>
--<br>
Steve Lhomme<br>
Matroska association Chairman<br>
______________________________<wbr>_________________<br>
Matroska-users mailing list<br>
<a href="mailto:Matroska-users@lists.matroska.org">Matroska-users@lists.matroska.<wbr>org</a><br>
<a href="https://lists.matroska.org/cgi-bin/mailman/listinfo/matroska-users" rel="noreferrer" target="_blank">https://lists.matroska.org/<wbr>cgi-bin/mailman/listinfo/<wbr>matroska-users</a><br>
Read Matroska-Users on GMane: <a href="http://dir.gmane.org/gmane.comp.multimedia.matroska.user" rel="noreferrer" target="_blank">http://dir.gmane.org/gmane.<wbr>comp.multimedia.matroska.user</a><br>
</font></span></blockquote></div><br></div>