Closed (won't fix)
Project:
Red5 Flash Server
Version:
5.x-1.0
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
3 Dec 2008 at 15:41 UTC
Updated:
15 Jul 2015 at 09:57 UTC
Jump to comment: Most recent
Comments
Comment #1
shunting commentedMake sure that you have the value for "Red5 Flash Server IP Address" correct in the administrative interface.
In particular, you don't need a port number after the IP address, so on my Mac, the value is 192.168.1.103 (and not 192.168.1.103:5080 or 192.168.1.103:1935). This was a little confusing (at least to a me) because to browse to the red5 server I set up, the port number is needed.
Comment #2
tobiasr commentedI get the same error on Red5 0.8RC2...
The error log says:
[WARN] [DefaultQuartzScheduler_Worker-5] org.red5.server.net.rtmp.RTMPConnection - Closing RTMPMinaConnection from 85.216.134.130 : 51761 to (server ip) (in: 3517 out 3231 ), with id 30134161 due to long handshake
2009-02-14 19:12:04,830 [DefaultQuartzScheduler_Worker-5] WARN o.r.server.net.rtmp.RTMPConnection - Closing RTMPMinaConnection from 85.216.134.130 : 51761 to (server ip) (in: 3517 out 3231 ), with id 30134161 due to long handshake
If I go to http://(my ip):5080 I get the correct Red5 page.
Any idea?
Comment #3
Passer commentedI got the same problem.
The admin page is shown with ip:5080 but adding a webcam node shows up
"connection failed"
on ip
and ip:5080
Comment #4
drumfreak commentedI found that adding the webapps path to the ip address worked for me. I setup my server with some demos, so like:
Red5 Flash Server IP Address:: 192.168.0.100/oflaDemo
Red5 Flash Server webapps path::
/admin/settings/webcamvideo
Now on to figuring out the "Please enter Title" issue..
Comment #5
TePartire commentedIt's showing connection failed and connection rejected messages, when adding the /oflaDemo at the end of the ip, it records, but it doesn't preview
i tested the red5 demos in three pc's and they're working, but i can't connect using the red5flashserver module, if anyone has one site that is working please let me know so i can check the code
thanks
Comment #6
K-Max commentedSame issue, though it sounds odd that you have to add in the publishing point /oflaDemo to the IP to get it to work.
Seems to be related to the JS functionality in videonoderecorder.js, however, at some point swftools have changed the swf function parameters which means the id attibute is no longer placed in the object ane embed tags.
On top of that it is calling the updateTitle function on the object and it doesn't seem to exist.
Would be very helpful if the source code of that swf was posted.
Comment #7
K-Max commentedComment #8
poatowary_rajib commentedHello All,
My Red5 demos are working from any machine. But, I am unable to run the videoflashchat, which is also installed in the webapps folder, just like the Red5 demos.
You can test my Red5 demo connection here:
http://www.videoflashchat.com/videoflashchat/connectiontest.html In the input field, enter rtmp://204.232.208.223/oflaDemo OR rtmp://204.232.208.223/SOSample and it will connect successfully.
You can also directly run the demos from here:
http://www.skuber.com:5080/demos
Therefore, my videoflashchat should also work accordingly. But, when I put the url rtmp:204.232.208.223 in the …URL… it always shows connection rejected.
Any suggestions would be highly appreciated.
Sincerely
Rajib
Comment #9
Forevermagic commentedHi everyone:
Could anyone tell me that what what should I set for Red5 Flash Server IP Address ,
and what is the Red5 Flash Server webapps path ?
My platform is Windows, so the webapps folder is at C:\Program Files\Red5\webapps,
and red5 is now at 127.0.0.1:5080 (localhost:5080)
Comment #10
pguillard commented