sksushilkumar / red5phone

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

NoSound When rtmp ip is not localhost !!! help please #185

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have Freeswitch server. ip 10.2.22.142
Tested with X-line fine.
i install red5 on 10.2.22.137 and the then i set red5 is used in localhost.

rtmp://localhost/sip
tested with red5phone is ok.call connected .i can listen and talk.but
when i change red5 to ip 10.2.22.137 and rtmp://10.2.22.137/sip on red5phone.it 
is connected succefull.buttt when i make a call i can't hear or talk.
plead help me!!!!! 7 day

Red5SIP Stream broadcast start: speaker_1330147092843
Red5SIP streamStatus
[SIPUser] streamStatus start
RtpStreamReceiver - run -> pkt.length = 172, offset = 12, length = 160.
+++ Audio - ts: 250 length: 161
java.lang.NullPointerException
        at org.red5.server.webapp.sip.RTMPUser.pushAudio(RTMPUser.java:251)
        at org.red5.server.webapp.sip.RTPStreamReceiver.run(RTPStreamReceiver.java:156)
RtpStreamReceiver - run -> Terminated.
RtpStreamReceiver - run -> Frames = 1.

Original issue reported on code.google.com by canhlinh...@gmail.com on 25 Feb 2012 at 5:19

Attachments:

GoogleCodeExporter commented 9 years ago
thanks.i fixed it.
change ip to 0.0.0.0 in red5.property.ok

Original comment by canhlinh...@gmail.com on 27 Feb 2012 at 4:10