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
select a specific video stream while playing back in HTML5
-
- Posts: 1
- Joined: Thu Jan 19, 2012 6:57 pm