• 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
  • Liutauras Vilda
  • Jeanne Boyarsky
  • paul wheaton
Sheriffs:
  • Ron McLeod
  • Devaka Cooray
  • Henry Wong
Saloon Keepers:
  • Tim Holloway
  • Stephan van Hulst
  • Carey Brown
  • Tim Moores
  • Mikalai Zaikin
Bartenders:
  • Frits Walraven

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
 
Don't count your weasels before they've popped. And now for a mulberry bush related tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic