select a specific video stream while playing back in HTML5

MKV playback, recompression, remuxing, codec packs, players, howtos, etc.
Post Reply
prashanthmallu
Posts: 1
Joined: Thu Jan 19, 2012 6:57 pm

select a specific video stream while playing back in HTML5

Post by prashanthmallu » Thu Jan 19, 2012 7:03 pm

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

Post Reply