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

RTP Sample doubt

 
Greenhorn
Posts: 11
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Dear all,
I have try on the Deitel 4/e RTPServer,RTPServerTest and SimplePlayer.
It worked when I transmit live voice from microphone in RTPServer
Application of PC 1 to PC 2 which received the voice through
headphone/speaker.
But when I converted the client Application to a client Applet , the voice
can't transmit to client applet.
From the file named .plugin141_05.trace, I saw the following log message
When I run the applet in PC 2)
MediaNode event thread java.lang.InterruptedException
java.lang.ArrayIndexOutOfBoundsException: 0>=0
....
java.lang.InterruptedException
.....
.....
Please help me. Many thanks.
Regards,
Chong

 
reply
    Bookmark Topic Watch Topic
  • New Topic