Page 1 of 1

select a specific video stream while playing back in HTML5

Posted: Thu Jan 19, 2012 7:03 pm
by prashanthmallu
Hello,

i have a .mkv file with 2 video stream's in it.

While playback in html5 video Tag, how do we select a specific video stream ?

<html>
<video width="640" height="360" src="1234.mkv" controls autobuffer>
</video>
</html>

i have tried
src="1234.mkv#Strem 0"
src="1234.mkv#1"
but no luck....

Best Regards
Prasanth.k