Search found 1 match

by prashanthmallu
Thu Jan 19, 2012 7:03 pm
Forum: MKV file processing and playback
Topic: select a specific video stream while playing back in HTML5
Replies: 0
Views: 6230

select a specific video stream while playing back in HTML5

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 ...