Hi there,
I downloaded a sample application from the IBM website where they provide a tutorial on the
Java Media Framework. Their
test application demonstrates how you can broadcast an MP3 file over an entire network using classes: MediaTransmitter and recieving on MediaPlayerFrame.
The Media Transmitter is working but when I try to run the MediaPlayerFrame class I get the following error message:
C:\Temp2\ibm>java -classpath "C:\Temp2\ibm;C:\JMF\JMF-2.1.1e\lib\jmf.jar" MediaPlayerFrame rtp://192.168.2.120:49150/audio
RTP Handler internal error: javax.media.ControllerErrorEvent[source=com.sun.media.content.unknown.Handler@1e328e0,message=Internal module com.sun.media.BasicRendererModule@1766806: failed to handle a data format change!]
Does anyone know what that all means? What did I do wrong?
Alan