Skip to main content
Participant
April 16, 2006
Question

Basic Media Server Component Problems

  • April 16, 2006
  • 4 replies
  • 386 views
I last touched Flash back in 2004MX, haven't bought the version 8 upgrade yet, and my actionscript is a bit rusty. I'm interested in trying to learn the Flash Media Server, I've installed the demo on my WinXP machine. I downloaded the media server components and installed them according to the readme instructions. Then I started going through the basics in the pdf.

I created a folder under the Applications directory called "voice_chat". In that I stuck the components.asc file and created the main.asc file with the load("components.asc"); command. In 2004 MX I dragged out the SimpleConnect, AudioConference, and RoomList. I linked the last to SimpleConnect, and under Application Directory I have "rtmp:/voice_chat/main.asc".

Testing this and connecting, does nothing. No users appear in either list. Does Media Server 2 only work with Flash8? That was my first instinct, but my intentions are to integrate this with Director. I would greatly appreciation any information or noticeable issues in how I've gone about setting up these basic components so far. Thanks
    This topic is closed to new replies. Start a new post to keep the conversation going.

    4 replies

    Participant
    April 16, 2006
    Hey! Excellent, Jay. That did it. So thats good to know, no harm in specifying the default port for dumb WindowsXP.

    Thanks again for the help
    April 16, 2006
    If you are running the .swf on the local FMS machine, try this as your rtmp string:

    rtmp://localhost:1935/voice_chat

    If the .swf is on a remote machine, try this:

    rtmp://IPaddress.of.your.fmsMachine/voice_chat
    Inspiring
    April 16, 2006
    Do you see the apps loading in FMS Management Console?

    If they are not loading there then you may need to tweak the installation to
    respond.


    --
    Lon Hosford
    www.lonhosford.com
    May many happy bits flow your way!
    "treschonde" <webforumsuser@macromedia.com> wrote in message
    news:e1s5ur$4q0$1@forums.macromedia.com...
    I last touched Flash back in 2004MX, haven't bought the version 8 upgrade
    yet,
    and my actionscript is a bit rusty. I'm interested in trying to learn the
    Flash Media Server, I've installed the demo on my WinXP machine. I
    downloaded
    the media server components and installed them according to the readme
    instructions. Then I started going through the basics in the pdf.

    I created a folder under the Applications directory called "voice_chat".
    In
    that I stuck the components.asc file and created the main.asc file with the
    load("components.asc"); command. In 2004 MX I dragged out the
    SimpleConnect,
    AudioConference, and RoomList. I linked the last to SimpleConnect, and
    under
    Application Directory I have "rtmp:/voice_chat/main.asc".

    Testing this and connecting, does nothing. No users appear in either list.
    Does Media Server 2 only work with Flash8? That was my first instinct, but
    my
    intentions are to integrate this with Director. I would greatly
    appreciation
    any information or noticeable issues in how I've gone about setting up these
    basic components so far. Thanks


    Participant
    April 16, 2006
    Sounds like my issue is just lack of knowledge here. Perhaps I'm not grasping the Applications.

    I've scanned through the pdf and thought I had done the basics for what I need, but I could easily be wrong. When I created the folder "voice_chat" under the Applications folder, the only things I put in there were the main.asc with that one line of code, and the components.asc files. I've installed the components correctly, that I know. Other than that, I just have my flash movie saved elsewhere from which I attempt to connect to my running FMS.

    As for the Management Console, when I launch it, it asks for my login/password for the default 'Server 1'. Upon logging in, there's a button at the bottom for loading a new instane, from it I select my "voice_chat" folder. I give it an instance name of "main". But when running my Flash movie, no client ever gets connected when I try to log in with the SimpleConnect.

    So perhaps I am missing some steps here?