qickrooms / red5phone

Automatically exported from code.google.com/p/red5phone
0 stars 0 forks source link

java.lang.NoSuchMethodError #43

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hello, i installed the red5 server on a debian machine, the installation was 
succesfull, next i 
installed the red5phone client to make calls via sip protocol and conect to an 
asterisk machine
ok, i can conect to the asterisk machine and can to make a call, but the 
problem is with  the audio, 
when i make a call i can`t hear nothing

and i see the red5 server response and i see the next exception

Exception in thread "Thread-47" java.lang.NoSuchMethodError: org.red5.server.net
.rtmp.event.AudioData.<init>(Lorg/apache/mina/common/ByteBuffer;)V
        at org.red5.server.webapp.sip.RTMPUser.pushAudio(RTMPUser.java:245)
        at org.red5.server.webapp.sip.RTPStreamReceiver.forwardAudioToFlashPlaye
r(RTPStreamReceiver.java:189)
        at org.red5.server.webapp.sip.RTPStreamReceiver.run(RTPStreamReceiver.ja
va:289)

i don`t know if that exception is about my problem...

any idea i appreciate,

att,

Jaime

pd. sorry for my english

Original issue reported on code.google.com by jalc...@gmail.com on 2 Jul 2009 at 3:59