sksushilkumar / red5phone

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

red5phone on cluster ? #101

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I make a cluster of red5,for simplest way, one origin and one edge, and 
put red5phone and some other demos on origin.
2. make sure the cluster work fine. I try the oflaDemo, url is 
rtmp://<edge's ip>/oflaDemo, connection successful and flv playing find.
3. make a call. The way is like this: "client --> edge --> origin --> 
asterisk", and there is some error:

expected output:

+++ Audio  ts: 0
RtpStreamReceiver - forwardAudioToFlashPlayer -> 
java.lang.NullPointerException
+++ Audio  ts: 64
RtpStreamReceiver - forwardAudioToFlashPlayer -> 
java.lang.NullPointerException
+++ Audio  ts: 128
RtpStreamReceiver - forwardAudioToFlashPlayer -> 
java.lang.NullPointerException
+++ Audio  ts: 192
RtpStreamReceiver - forwardAudioToFlashPlayer -> 
java.lang.NullPointerException
+++ Audio  ts: 256
RtpStreamReceiver - forwardAudioToFlashPlayer -> 
java.lang.NullPointerException
+++ Audio  ts: 320
RtpStreamReceiver - forwardAudioToFlashPlayer -> 
java.lang.NullPointerException
[SIPUser] streamStatus start
+++ Audio  ts: 384
RtpStreamReceiver - forwardAudioToFlashPlayer -> 
java.lang.NullPointerException
+++ Audio  ts: 448
RtpStreamReceiver - forwardAudioToFlashPlayer -> 
java.lang.NullPointerException
+++ Audio  ts: 512
RtpStreamReceiver - forwardAudioToFlashPlayer -> 
java.lang.NullPointerException
RtpStreamReceiver - forwardAudioToFlashPlayer -> 
java.lang.NullPointerException
RtpStreamReceiver - forwardAudioToFlashPlayer -> 
java.lang.NullPointerException
RtpStreamReceiver - forwardAudioToFlashPlayer -> 
java.lang.NullPointerException

versions I use:
Red5:       0.8.0
Red5Phone:  r28

Any assistance with this problem would be 
greatly appreciated.  Thank you!

Original issue reported on code.google.com by l8...@163.com on 9 Mar 2010 at 1:09

GoogleCodeExporter commented 9 years ago
I'm having this problem using the Red5 Phone...on one server, not the other. 
Not 
clustered, 2 seperate instances.  Where should I be looking to solve this.  Why 
would 
red5 gett a null pointer on forwarding audio to flash?

Original comment by camronle...@gmail.com on 3 May 2010 at 5:39

GoogleCodeExporter commented 9 years ago
Hey, just to report what I found out on this:

Check your conf/red5.properties file. I had modified this file with specific IP
addresses to fix an IPv6 issue I was having with Java. It turns out I had a 
conflict
in there that was making red5 try to send the media stream to the wrong place.

May or may not be your issue, but you should check into it.

Cam

Original comment by camronle...@gmail.com on 12 May 2010 at 5:27

GoogleCodeExporter commented 9 years ago
How did you fix this for IP6? I may be having the same issues.  i.e. 
http://code.google.com/p/red5phone/issues/detail?id=187&sort=-id

I can only get this woking on 1 of 3 machines. The non working machine have a 
Teredo Tunneling Pseudo-Interface. Not sure if that is the cause, but that is 
all I have now

Original comment by pj@steele.us on 18 Apr 2012 at 12:05