Hello.
Does anyone know what I should use to play a video in Java, from an InputStream? I get the video from a SOAP message, and I don't want to save it to the hard disk, I just want to play it once and then release it.
I have tried using JMF, I downloaded it, but it doesn't even install. What other free (open-source) alteratives are there in Java?
Oh, and I need to play any formats of video for which there are codecs installed (if it plays in Windows Media Player, it should play in the library I am using).
Please help