How to playback asx files/streams with java

1.1k views Asked by At

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

1

There are 1 answers

0
Pascal Thivent On BEST ANSWER

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