Trying to get Flash Media Server working

Ask a Question related to Macromedia Flash Flashcom, Design and Development.

  1. #1

    Default Trying to get Flash Media Server working

    I am on a headless server. My first question - do I have the right processes
    running:
    localhost:11110 *:* LISTEN 5793/fmsadmin
    *:1935 *:* LISTEN 16781/fmsedge
    localhost:19350 *:* LISTEN 16781/fmsedge
    *:1111 *:* LISTEN 5793/fmsadmin
    ?

    murrrph Guest

  2. Similar Questions and Discussions

    1. Ping Flash Media Server not working
      I just installed trial FMS on my XP Pc and I also installed IIS. I can login FMS control fine and see the applications ( this website sample code)...
    2. flash media server only works local on server
      i just installed a developers version of the flash media server on a windows server. i don't have any problems while starting my applications on...
    3. Flash media server - high server load
      Hello all you brainy members, Is anyone else using FMS2 with Centos? I have got it all up and running and have a webcam chat room running,...
    4. Can you detail How create an application use StreamingMedia Server (Flash Media Server) for me?
      Can you detail the way to create an application use Streaming Media Server (Flash Media Server) for me? I installed Flash Media Server 2,...
    5. Flash Media Server 2, sample application now working
      I can't get Flash Media server to work. Here's what I've tried: 1. Downloaded and installed the trial versions of Flash Media Server 2 and Flash...
  3. #2

    Default Re: Trying to get Flash Media Server working

    Looks good. The server by default will listen on 1935 for the normal FMS service, and port 1111 for the admin.
    Graeme Bull Guest

  4. #3

    Default Re: Trying to get Flash Media Server working

    My concern was that doing the following, as the doco said:

    # ./fmsmgr server start
    Server:start command:
    Server service start not found. Exiting.
    #

    , did not work, so instead I did this:

    # ./fmsmgr server fms start
    Server:fms command:start
    NPTL 2.7
    Starting Adobe Flash Media Server (please check /var/log/messages)
    #

    , which did work. Also I was a bit concerned that the procress said 'fmsedge'
    - when I thought that the edge was something to do with a different product...

    thankyou - Chris


    murrrph Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139