Skip to main content
Participant
January 19, 2009
Question

FMS3 for DEBIAN

  • January 19, 2009
  • 2 replies
  • 413 views
Hi,
I have installed FMS3 developer on my server DEBIAN.
I had to fix some mistakes about some lines "not found" in "fmscore". So I created a file named "adobe_fms.conf" in :
/etc/ld.so.conf.d
...and wrote:
/opt/adobe/fms
And to finish, I run ldconfig...
Now, (I hope so) my "fmscore" is ok !
I checked out my file "fms.ini" to make sure everything is ok !
But, in fact, if I go on mysite:1935 nothing works !!
Or mysite:1935/fms_adminConsole.htm or whatever !
After :1935 nothing appears !
Only white page !

That's drive me nuts :(

Could you help me please !
    This topic has been closed for replies.

    2 replies

    Participating Frequently
    January 21, 2009
    :1935 is the RMTP/RMTPE/etc protocol port. You do not actually view any HTML pages over that port. :1111 is the admin port, but again you do not view anything over this, but you can send commands to if if you like.

    You need to browse for the adminconsole on your local drive (whereever you installed it to), and it will automatically connect to :1935 to stream the sample videos, or :1111 to display the admin console.
    Participating Frequently
    January 20, 2009
    Port 1935 is using the rtmp protocol...