Skip to main content
Participant
June 27, 2011
Answered

Config Flash Media Server

  • June 27, 2011
  • 1 reply
  • 1091 views

Hello

I am new with this, I have a problem

I have installed the flash media server in a windows 2008 server with IIS

when I run the test page at ...Adobe/Flash Media Server 4/webroot/index.html all works

but if call it from media live encode to stream from outside the server just dont works

here are the config lines

-----------------------------------------------------------------------------

SERVER.ADMIN_USERNAME = xxxxx

SERVER.ADMIN_PASSWORD = xxxxxxxx

SERVER.ADMINSERVER_HOSTPORT = :1111

SERVER.PROCESS_UID =

SERVER.PROCESS_GID =

SERVER.LICENSEINFO = xxxxxxxxxxxxxxxxxx

LIVE_DIR = C:\Program Files (x86)\Adobe\Flash Media Server 4\applications\live

VOD_COMMON_DIR = C:\Program Files (x86)\Adobe\Flash Media Server 4\webroot\vod

VOD_DIR = C:\Program Files (x86)\Adobe\Flash Media Server 4\applications\vod\media

SERVER.FLVCACHE_MAXSIZE=500

SERVER.HTTPD_ENABLED = true

ADAPTOR.HOSTPORT = :1935,80

HTTPPROXY.HOST = 209.239.120.100:80

VHOST.APPSDIR = C:\Program Files (x86)\Adobe\Flash Media Server 4\applications

APP.JS_SCRIPTLIBPATH = C:\Program Files (x86)\Adobe\Flash Media Server 4\scriptlib

LOGGER.LOGDIR =

USERS.HTTPCOMMAND_ALLOW = true

----------------------------------------------------------------------------------------------------------

when I use the test page I can see in the admin page log this

Mon 12:02:00 AM: Connect : rtmp://localhost:1935/vod
Mon 12:02:02 AM: Connect : rtmp://localhost:1935/vod

I only have one ip 209.239.120.100

and what should be my FMS URL

for the hekp thanks a lot

    This topic has been closed for replies.
    Correct answer SE_0208

    When you say this "but if call it from media live encode to stream from outside the server just dont works" - you mean you are trying to connect to FMS machine from FMLE which is installed on different machine - Am i right? - if that's the case - please check if your firewall is open for ports 1935,80.

    1 reply

    SE_0208Correct answer
    Participating Frequently
    June 27, 2011

    When you say this "but if call it from media live encode to stream from outside the server just dont works" - you mean you are trying to connect to FMS machine from FMLE which is installed on different machine - Am i right? - if that's the case - please check if your firewall is open for ports 1935,80.

    sysguateAuthor
    Participant
    June 27, 2011

    wow, thanks a lot, I where in the server about 5 hours just for that and never though in the firewall, thanks and thanks