Search code examples
javastreamplaybackasx

How to playback asx files/streams with java


I am trying to play a asx file with Java SE. I have read a lot of documentation of frameworks and libraries but I am unable to find a solution.

Is it at all possible to playback ASX files. If so, with what framework or librarie?

Thanks in advance, Stefan NLD


Solution

  • According to this thread, it should be possible using dsj (DirectShow Java). Never tested personally.