• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Liutauras Vilda
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

JMF Test App error

 
Ranch Hand
Posts: 237
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Space pants. Tiny ad:
Smokeless wood heat with a rocket mass heater
https://woodheat.net
reply
    Bookmark Topic Watch Topic
  • New Topic