How to play .ts files (type of video / MP2T media) in a browser?

I have one .m3u file that points to multiple .ts files (all in akamai).

Since we give akamai a live stream, they convert it to these .ts files each of 10. I see that m3u files are easy to understand, but I cannot find a browser-based player (flash, html5 or native plugin) for these files.

If I pass the m3u file link to vlc, vlc plays all .ts files one by one, as if it contained only one large file. I want to use flash or something similar to play in a browser, just as vlc can play these .m3u files.

Is it possible?

+7
source share
1 answer

Basically you are talking about the Apple HLS format. You can use the html5 object on your web page. You can use the http://osmfhls.kutu.ru/ flash plugin. You can use jwplayer. There are more options (e.g. flowplayer).

+8
source

All Articles