robertdoo / red5

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

after install unable to browse http://yourip:5080/ #436

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
------------
http://176.9.18.27:5080/admin/
Login details
Server IP: 176.9.18.27
Username: admin
Password: admin123
--------------

What is the expected output? What do you see instead?
----------------

root@gill [/usr/local/red5]# /etc/init.d/red5 status
red5 (pid  24200) is running...
root@gill [/usr/local/red5]#
red5 running but unable to access it via browser.
----------------

What version of the product are you using? On what operating system?

Try to run this

http://176.9.18.27:5080/admin

Thank You.

----------------
root@gill [/usr/local/red5]# cat /etc/redhat-release
CentOS release 6.4 (Final)
root@gill [/usr/local/red5]#
----------------

Please provide any additional information below.

Original issue reported on code.google.com by we3g...@gmail.com on 13 Sep 2013 at 9:10

GoogleCodeExporter commented 9 years ago
What does your red5.properties look like?

Original comment by mondain on 13 Sep 2013 at 9:56

GoogleCodeExporter commented 9 years ago
If you want the server to only listen on xx then make these modifications to 
your red5.properties file:

http.host=176.9.18.27
rtmp.host=176.9.18.27

Original comment by mondain on 22 Oct 2013 at 9:03