Can Java TV be used to play movie files on pc?
Hi All!I would like to write a simple movie player in Java. I want it be able to play simple mpeg/xvid movies. Is Java TV the right stuff to use or are there other packages for this?Any help would be appretiated,thanks in advanceG.
# 2
JavaTV is really for STB work - managing "live" video and audio streams and addition interactive content. As "evgeny4" says, all you need to write a movie player is JMF. Incidentally, JavaTV is also based on JMF.Roger