google-code-export / red5

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

Ports are open prochatroom cam gets 2306 rejected #440

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.installed 1.0 version red 5 and prochatrooms

Red 5 is running i can see the demo page. ports are open 1935 5080
only when i try to connect to red5 using my webcam in prochatroom v8 i get the 
2306 error. i did the flash portscan and it tels me all ports fail.

even when i turn of the firewall it rejects the connection.

its running on centos 64 bit latest version.

i have attached the file provided by prochatrooms. are these files correct?

Original issue reported on code.google.com by supr3m3d...@gmail.com on 20 Sep 2013 at 3:19

Attachments:

GoogleCodeExporter commented 9 years ago
Try these mods:

in red5-web.properties change the virtualHosts entry to "*" like so:
webapp.virtualHosts=*

in red5-web.xml change org.red5.server.WebScope to 
org.red5.server.scope.WebScope

These may not work without a recompile of your app however due to the package 
modifications in 1.0+

Original comment by mondain on 22 Sep 2013 at 5:13