<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><blockquote type="cite"><div>However, it seems that we do not stream out all streams in the mkv.</div></blockquote><div><br></div><div>That's correct.  We stream no more than one video track, no more than one audio track, and no more than one subtitle track (if any).  If there are multiple audio and/or subtitle tracks (e.g., for different languages), then we choose one that matches our preferred language code string.  The default preferred language code is "eng" (for English).  However, you can use a different preferred language code by adding it to the end of the call to "MatroskaFile::CreateNew()" at line 106 of "liveMedia/MatroskaFileServer.cpp".</div><div><br></div><div>E.g., to prefer a Hungarian audio/subtitle track - if one is present - then change this line to</div><div><br></div><div><span class="Apple-tab-span" style="white-space:pre">     </span>MatroskaFile::createNew(env, fileName, onMatroskaFileCreation, this, "hun");</div><div><br></div><br><blockquote type="cite"><div>Also, from VLC side, we saw lots of errors (lost frames count kept going up, about 10% loss).</div></blockquote><div><br></div>Do "we" not have our own domain name? :-)<div><br></div><div>As I said before, please put an example file online, and send us the URL, so I can download it and test it for myself.</div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Ross Finlayson<br>Live Networks, Inc.<br><a href="http://www.live555.com/">http://www.live555.com/</a></span></span>
</div>
<br></body></html>