All-platforms does do some audio. I have had the SimplePlayer (one of
the examples with JMF1.1) playing back an AU file and a MOV file (with
audio) with JDK 1.1.7 v3. The problem was more with custom DataSources that
the JMF and appletviewer couldn't seem to find, even though the
directory s
Hi. I have written a small client/server application which streams audio
across an already open network socket. I have my own DataSource and
SourceStream class that does this.
The windows version works OK (it plays MPEG audio and .AU audio, which is
broadly what I want). I can have the JMF.