I have several MPEG2 Transport Stream videos with KLV metadata embedded in them. I would like to display the videos in a web browser. Is it possible to use the HTML5 <video> tag to play a video of this type in a web browser?

If I use a converter to pull the video out of the MPEG-TS container and create an MPEG4 file encoded with H.264, then I can get the video to show up in a browser. But is there any possible way I could display these videos without having to convert them into a different format? I need to keep the KLV data around so I can do other stuff with it.

link|improve this question

What specific video codecs are supported are browser dependent. I don't believe there is currently any browser support for MPEG2. – Michael Mior Jan 9 at 23:17
feedback

1 Answer

There is no browser that support mpeg2. You can use service like: vid.ly and have all the formats you need.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.