Skip to main content
July 26, 2006
Question

Help configuring Flash Media Server

  • July 26, 2006
  • 4 replies
  • 390 views
Hi All
Can anybody help in configuring FMS2 on a local machine so that I can test some sample applications.
My main aim is to abe able to stream live video and audio using FMS 2.0 .
I am completely new to flash and FMS so any help will be highly appreciated.
Regards
-Raj
    This topic is closed to new replies. Start a new post to keep the conversation going.

    4 replies

    Participant
    July 26, 2006
    Hi RajanYadav

    here is a example:
    http://www.ceflash.com/software/live.fla

    please open it with flash 8
    July 27, 2006
    Hi Ceflash

    Thank you for the example but I am unable o open it. It says unexpected file format when I try to open it with flash 8
    July 26, 2006
    I am sorry but I am not familiar with Flash programmin either and I read a tutorial that mentioned doing something similar but where exactly in the FLA I need to do this?
    Participant
    July 26, 2006
    if use the default setting

    you may create a folder under the
    { $ media server root }/applications/....

    for example:
    the folder named "test",
    maybe like this:
    "C:\Program Files\Macromedia\Flash Media Server 2\applications\test\"

    then
    in the FLA:
    you may connect like this

    myConn = new NetConnection();
    myConn.connect("rtmp:/test");

    or
    myConn = new NetConnection();
    myConn.connect("rtmp://localhost/test");