I need for my web page to have video player that supports .asf format. My .asf files have 2 video streams.
Windows media player works fine for this. Here is my example: http://weblectures.yolasite.com/
and scenarios of opening link above:
- Chrome, in Ubuntu, it won't work or just one video stream will start
- IE, in Windows 7, it won't work
- Chrome, in Windows 7 it works (both video streams are streaming)
My ultimate goal is that user/client has to do minimal effort to stream a video from my web page. I don't want for e.g. that user has to go on JW Player and downlad it and then install it so he could stream my videos.
And also it has to work on all platforms (Windows, Ubuntu, MAC OS X).
Questions (it is similar to this question but I have to play .asf that has 2 video streams.
- Is HTML5 solution?
- I've seen that Ubuntu has problems with .asf, is there a way to play it in Ubuntu?
- Is there some "universal" player?