Flash media server on IIS7 Server 2008

Hey, everyone. I have a problem. I have read some threads how to setup flash media server on IIS and I tried to follow these threads. The problem is I can't connect to flash server. I suspected that I may forget to config something on IIS manager.
Could you help me please?

Hey, everyone I can connect to FMS now. But I suspect why I connect to first page(black and red) not login page.

Similar Messages

  • How can I put video stream on flash media server on to website running on IIS7?

    We are encoding live video feed using Flash Live Media Encoder and publishing it using Flash Media Server. Is there any documentation on how I can put this publishing point on a website running on IIS7?

    Sorry - but not very clear what you are trying to achieve here - can you please elaborate what you want to do?

  • Flash Media Server on IIS7.5 without Apache

    I am trying to install Flash Media Server on IIS7.5  without Apache.  Are there any Whitepapers or instructions on how to do this?  We are a IIS shop and want to avoid using apache if possible.

    Check this link : http://help.adobe.com/en_US/flashmediaserver/configadmin/WS02f7d8d4857b167770a4686812a808b 6918-8000.html

  • FMS4 -Set the Flash Media Server services to Run as Administrator (FMSCore not running)

    Installed fms4  x64 on windows server 2008 to try it out. When i open up task manager to check processes running, FMSCore process does not runhttp://kb2.adobe.com/cps/862/cpsid_86205.htmlI found this in the knowledge base but step3 "Run this program As Administrator" checkbox is greyed out so i cannot do anything. I have stopped and restarted service so many time, rebooted server at least twice.
    Even the video that's supposed to play when you click the start screen is not playingSet the Flash Media Server services to Run as Administrator
    Complete the following steps for each of the following files located in the Flash Media Server root installation folder (C:/Program Files/Adobe/Flash Media Server, by default):
    FMSAdmin.exe
    FMSCore.exe
    FMSMaster.exe
    FMSEdge.exe
    Right-click the file and chooseProperties.
    Select the Compatibility tab and click Change Settings For All Users.
    Select Run This Program As Administrator. Click Apply, and then click OK.
    Complete these steps for each Flash Media Server service.
    Restart the computer.
    Flash Media Server starts when the computer starts.

    Hi,
    Thanks for using FMS4.
    When you said "
    I have stopped and restarted service so many time, rebooted server at least twice. "
    How did you make sure that the services are restarted ? Probably they have not yet started at all ? You need to have admin privileges to start/stop the FMS services. Please make sure you have the admin rights for the logged in user.
    Open a command prompt as admin, and run the following commands :
    net start fms
    net start fmsadmin. 

  • Windows Flash Media Server ERROR: [info] mod_jithttp - FMS installation path: "C:\\Program Files\\Ad

    Hello all,
        I am running Flash Media Server 4.5.1 for Windows. I am using Windows 2008 R2 Server. Whenever I start my Flash Media Server, I get the following error in my Windows Event Log in the Application section.
    The Apache service named  reported the following error:
    >>> [Tue Sep 04 13:43:40 2012] [info] mod_jithttp - FMS installation path: "C:\\Program Files\\Adobe\\Flash Media Server 4.5\\"  .
    I am using the default configuration settings for HDS Live in the Apache2.2/conf/httpd.conf
    <IfModule jithttp_module>
    <Location /hds-vod>
         HttpStreamingJITPEnabled true
         HttpStreamingContentPath "/flashvideo"
         JitFmsDirPath ".."
         Options -Indexes FollowSymlinks
    </Location>
    </IfModule>
    I am not sure what the error is, I did see using a single quote if you are using spaces in Windows for Apache2.2 configuration and that setting did not work. I would like to use HDS Live eventually. If anyone has experience in troubleshooting this, I'd love to hear your input. Thank you.
    Harry Traver

    Hello Shiven,
         FMS Apache Service is installed from the Adobe Flash Media Server installation program. When I start FMS from the "Start Adobe Flash Media Server 4.5" icon, it starts both the "Flash Media Server (FMS)" and "FMSHttpd" service. When I stop the FMSHttpd service I am not longer able to access my FMS server from http://myfmsserverip. Please advise.
    Harry Traver

  • Bitmapdata + Flash Media Server 3

    I could not make streaming bitmapdata using Flash Media
    Server 3.
    I am using the default connection, and continues giving the
    same issue of conversion.
    This code:
    private function init():void
    if(nc){
    nc.close()
    nc = new NetConnection();
    NetConnection.defaultObjectEncoding =
    flash.net.ObjectEncoding.AMF3;
    nc.addEventListener( NetStatusEvent.NET_STATUS, netStatus );
    nc.connect("rtmp://localhost/fmsdemo/demo", "demo");
    private function netStatus( event:NetStatusEvent ):void
    switch( event.info.code ) {
    case "NetConnection.Connect.Success":
    _labelStatus.text = "Status: Conexão realizada com
    sucesso!";
    nc.client = this;
    users_so = SharedObject.getRemote("users_so", nc.uri, true);
    users_so.addEventListener( SyncEvent.SYNC, usersSyncHandler
    users_so.connect( nc );
    users_so.client = this;
    break;

    Hello :)
    You must try to transform your BitmapData in ByteArray ...
    you dispatch
    your ByteArray to the server... and when you receive the
    ByteArray to
    the server you transform your ByteArray in BitmapData ;)
    See the code source in my French article about AMF3 and
    classmapping
    with FMS3 :
    http://www.ekameleon.net/blog/index.php?2008/01/27/92--fmis3-flash-media-interactive-serve r-3-amf3-and-classmapping
    To transform un objet in ByteArray i use the code :
    var buffer:ByteArray = new ByteArray();
    buffer.writeObject( myObject );
    And to transform the ByteArray in a new object :
    var o:* = buffer.readObject();
    For me this solution is a good solution to send objects with
    AMF3. AMF3
    support ByteArray, XML(E4X), Number, Boolean, String, Object,
    Array and
    class mapping (use registerClass). I don't think AMF3 support
    the
    BitmapData type ?
    EKA+ :)
    egenial a écrit :
    > Sorry, tightness enter unintentionally.
    >
    > Continue...
    >
    > var bd:BitmapData = new
    BitmapData(_videoDisp.width,_videoDisp.height);
    > bd.draw(_videoDisp);
    > users_so.send("recebe", bd)
    >
    >
    > Receive...
    >
    > public function recebe(bd:BitmapData):void
    > {
    > var out:Bitmap = new Bitmap();
    > out.bitmapData = bd;
    > _myVideoComponent.addChild(out);
    > }
    >
    > Error....
    >
    > Error #2044: Unhandled AsyncErrorEvent:. text=Error
    #2095:
    > flash.net.SharedObject was unable to invoke callback
    recebe. error=TypeError:
    > Error #1034: Type Coercion failed: cannot convert
    Object@ebd6719 to
    > flash.display.BitmapData.
    >
    > Anyone know any solution? I want to make streaming
    bitmapdata.
    >
    > I use AMF3
    > __Info___________________________
    > level -> status
    > objectEncoding -> 3
    > code -> NetConnection.Connect.Success
    > description -> Connection succeeded.
    >
    > Thanks!
    >
    >

  • Config Flash Media Server

    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

    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.

  • Problem with NetConnection in Adobe AIR(Flex) using Flash Media Server.

    Hi
    I am creating a small chat application using Flash Media server. I have already created all my user interface components in Flex(Adobe AIR).In this application rather than sending text messages user can also  send  file to another user in his friend list.
    problem what i am facing is, when i am sending file through FMS most of time it send successfully but for some files while sending  application loss netconnection.
    so i would like to know, rather than closing application what are other condition when FMS loses network connection?
    Any help would be appreciated .
    Thanks.

    Hi. It looks like your code is not finding the mp3. At least,
    I can reproduce your error code by removing the mp3 from the
    directory, or renaming it.
    Btw, if you test with FF instead of IE, you'd see the error:
    Error #2044: Unhandled IOErrorEvent:. text=Error #2032:
    Stream Error.
    at KZFlash_fla::Sound_2/KZFlash_fla::frame1()
    Hope that helps.

  • How to get list of logged-in users from Flash Media Server in a Flash programm? (Or login/logout notifications)

    Hi there,
    I'm Very sorry for asking this. I guess it's a very basic problem, but I'm very new to Flash and Flash media Server and I need a very fast answer...
    Currently I'm working on a Director project using a flash program which connects to Flash Media Server (I guess version 3, it's quite old). Unfortunately they forgot to make a flash method to send the actual userlist (or a notification when someone logged in or out) to Director. AND, unfortunately, they lost the source code of that flash programm, so I cannot look into it or alter it *sigh*.
    Now I want to do a new flash programm which covers the old one, letting all known methods "pass trough" and building an additional method to gain the user list (or login/out notification).
    How do I get the login information from Flash Media Server? (Would be good if you could provide an idea already for flash code... as I said I'm a tard at flash till now)
    Thank you so much. And I hope you understand my situation asking here...
    Jana

    hparmar : yes, that's what I feared... I hoped it would be possible to tell the server from which application I do need the login information. What a mess.
    Dimo Hristov: thanks for your offer! I already tried decompiling the flash program with the shareware version of Trillix Decompiler. It only decompiled the UI (in a terrible way) but no source code at all. It was the shareware version where I can decompile 2 or 3 programms to test the software. Are you sure the non-free version of Trilix Flash Decompiler will do..?

  • Windows Vista and Flash Media Server Streaming Problems

    My company recently started using Flash Media Server to
    stream audio and video content.
    My boss just installed Windows Vista Ultimate and now no
    streaming content will play at all. Simple Flash animations work,
    but nothing that accesses the Flash Media Server for content. I've
    uninstalled and reinstalled multiple versions of the Flash Player
    on his machine but nothing seems to work. I also tried the new
    "Reset" feature in IE that is supposed to return it to it's
    shipping state and that didn't work. I navigated to the "System 32"
    folder and ran the Flash Updater EXE. I downloaded and installed
    all of the available updates through "Windows Update".
    I also tested Flash Objects that stream video on Adobe.com
    and they don't play either. Has anyone heard of this happening or
    know what I need to do to fix it? I don't know if this is a bug in
    the Flash Player or with Windows Vista.

    This appears to be the solution:
    http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?forumid=44&catid=184&threadid =1243464&enterthread=y

  • Beginners guide to integrating Flash Media Server 2?

    I'm a newbit to Flasha dn flash media server and need some
    help with integrating the two products. We've just purchased Flash
    Media Server 2 to stream user created videos to a website. Idealy
    we would like to use the FlvPlayBack component placed on the stage
    to display the FLV file from the media server, but cannont get the
    component to access the FLV file.
    Media Server Configuration:
    On the Media Server we created an application (testapp) with
    an default instance (_definst_). The directory path for the
    Appliation looks like this W:\MediaApps\testapp\streams\_definst_\
    The name of the server is MediaServer
    The application and instance are appearing in the Media
    Server Admin manager.
    I've placed an FLV file (Movie.flv) In the _devinst_
    directory.
    Flash FLA file
    Placed FLVPlayback component on the stage
    Set contentpath= rtmp:\\MediaServer\testapp\_definst_\Movie
    Set islive=true
    When I test publish the file, the video does not display?
    Does anyone have any guidance on what I need to do? There
    seems to be a lack of documentation on integrating the media
    server. I looked a sample app called "SimplePB" that works, but
    does not use the FLVPlayback component.
    Any help would be appreciated.
    Thank you,
    John Wallwork

    John,
    For an FLV to stream from FMS, it must be placed in the
    streams/_definst_ directory...
    applications/myApplication/streams/_definst_/myFlv.flv
    Then you would type in the rtmp connection information in the
    contentPath of the FLVPlayback component like this
    rtmp://myRTMPConnectionInfo/myApplication/myFlv
    without the flv extension.
    The documentation comes from the FMS components when you
    install them.
    Here it is...
    To set up your FCS for streaming FLV files:
    Create a folder in your FCS application folder, and give it a
    name such as my_application.
    Copy the main.asc file into the my_application folder.
    Create a folder named streams in the my_application folder.
    Create a folder named _definst_ inside the streams folder.
    Place your FLV files in the _definst_ folder.
    To access your FLV files on the Flash Communication Server,
    use a URL such as rtmp://my_servername/my_application/stream.flv.
    For more information on administering the Flash Communication
    Server, including how to set up a live stream, see the FCS
    documentation at
    www.macromedia.com/support/documentation/en/flashcom/. When playing
    a live stream with FCS, you need to set the FLVPlayback property
    isLive to true. For more information, see FLVPlayback.isLive.
    Regards,
    Bill

  • Adobe Flash Media Server in Ubuntu

    I have installed Adobe Flash Media Server in Ubuntu.
    When I run the command
    sudo ./fmsmgr server start
    it says that Server: start command:
    Server service start not found. Exiting
    When I start adminserver in the same way,
    the message displayed is :
    Starting Adobe Flash Media Admin Server (please check /var/log/messages)
    In the messages, the following is displayed :
    Server starting...
    Listener started ( FCSAdminIpcProtocol ) : localhost:11110/v4
    Listener started ( FCSAdminAdaptor ) : 1111/v4
    Server started (./conf/Server.xml).
    Let me know if I am facing any issue because of the OS not being supported.

    If you navigate to path where FMS is installed say /opt/adobe/fms and then run ./server restart  , do you get same error?

  • Flash Media Server 3 / FlashPioneer Video Chat

    Just recently, I purchased and installed
    'FlashPioneerVideoChat'...
    I decided to use Flash Media Server 3 (developer addition)
    for the local server. The problem is you can't login to the FMS
    Server from the client end although all other communication aspects
    work fine. When a connection is made the login starts but doesn't
    open the application, it just keeps running. The Client side has
    been debugged and tested so that points to the Flash Server and
    whatever settings have to be made and/or code added to what file?
    Could someone please point me in the right direction, Thank
    you much ...
    [email protected]

    Hi, but doesn't the linux version work on a mac?
    I'm a bit confused here.
    I currently shoot video on a Canon mini dv camera and edit in Apple imovie.
    Convert to Apple Quicktime and then import into Flash 8 video encoder.
    I ftp the clips upto a flash server, from my mac and upload the playlist to my website host
    using Flash 8.
    Don't tell me i've now got to get one of those dreadful PC thingies to complete the loop,
    surely Adobe didn't invent this wonderful piece of software so it could run from a PC?
    Or did they?
    Andrew C-B.

  • Flash Media Server Update Process

    Hi all,
    I currently have Flash Media Server 3.5.0 installed and it has been running since 2009.  It has been running for so long without issues I kind of forgot about it.  Now i see there is an update to 3.5.7.  I downloaded it but when I ran the installer it warned me that all my configuration settings may be lost.  I tried to find some info on the best procedures to follow to perform the update but was unable to find much.  I really do not want to lose my settings.  I looked in the FMS admin console but i did not see any option to backup the current settings. 
    What is the best way to proceed with this update without losing your settings or negatively impacting the media server?

    Like Graeme Bull said in another related post : "You can keep up on that on the product manager's blog though http://blogs.adobe.com/ktowes/"

  • Patch Flash Media Server

    We currently have a server that operates as a streaming media
    server running Adobe Flash Media Server 2 in our organisation and I
    was looking into if there are any update features from Adobe
    available to automatically download and install latest security
    patches etc? Does anyone have any suggestions?

    Nothing at the moment, it has to be done manually.

Maybe you are looking for