Mark Levine - 2007-09-14

I'm trying to play a MPEG2-TS file received from a HTTP progressive download. The movie will play fine when played as a file, but when I'm receiving it via HTTP JMF complains that it cannot find a player for the media.

Now I have noticed that when playing quicktime files (i.e. .mov) the player uses the com.sun.media.parser.video.QuicktimeParser class to retrieve the video via HTTP and demux it to video/audio tracks. I'm assuming I will probably have to do the same with MPEG2-TS when using HTTP. I was hoping that there was a way around this and if anyone had solved this problem before?