Flash Media Server vs Flash Remoting

I was wondering what are the pros and cons of moving our text
based broadcast service from Flash Remoting to Flash Media server.
Right now we have the client flash file retrieve messages via the
Flashservice Gateway installed by Coldfusion 7. As of this moment
we do not see the need for audio or video interaction. Also it is a
broadcast system so we send messages to our clients, the do not
send messages back. A one way chat if you will.
Of course cost is a factor, but outside of cost, how much of
a benefit would it be? Or would it be overkill so to speak.
Is the server load reduced or greater? Is it better for the
client system? How is bandwidth affected? This topic has come up a
few times... but I would like to ask the pros for thier
suggestions.
Thanks in advance for your comments.
Johnny

I suppose you'd save a little bandwidth going with FMS since
there would be no need for constant polling of the server, but in
the end i don't think the difference in bandwidth usage would
justify the investment of FMS. The only real benefit I see is that
the stateful connection to FMS reduces latency between updates (as
opposed to polling the remoting server every few seconds).
If you like the idea of a stateful connnection to the server,
I would think a better option would be either Flex Data services or
an XML socket server. FMS really is overkill for something like the
application you described.

Similar Messages

  • E3000 Media Server - Remote Access?

    I got the the e3000 media server setup and can play all my music through it on all my PCs. Really Cool.
    Is there a way I can access this media from another location (WAN side)?
    I'm going to a party this weekend and my job was to have the music. Instead of copying my entire library (4.5GB) to my laptop, I was hoping I could access my library on the router USB port from his connection. Is this do-able? I am running Linksys 1.0.0.4 firmware now from Dec 2010.

    Well i don't think you have an option to access media server from the remote location?
    But you can access your drive from the remote location using FTP feature.

  • Track recordings on new Quantum Media Server vs 2 DVR's Help

    Folks
    I have had 2 DVR's with multi-room service which allowed us (my wife on DVR1  and family on DVR2) to keep recorded show separate for ease of finding and watching.  I have switched to the new Quantum Media Server and 3 remote boxes, yet am unable to figure out how to keep recorded shows grouped by either remote box, or other means, as we were able to to with the 2 DVR's.
    Can anyone provide a method?
    Thanks
    New Quantum User in Northern VA...
    Solved!
    Go to Solution.

    You can't.
    it is a single DVR with 6 tuners and remotes.
    Only way to do that would be to upgrade to dual Quantum DVRs (which costs $10 more).
    If a forum member gives an answer you like, give them the Kudos they deserve. If a member gives you the answer to your question, mark the answer as Accepted Solution so others can see the solution to the problem.

  • Can flash media live encoder feed stream to remote adobe media server installed on other machine?

    Hi All,
    i have installed  Flash Media Live Encoder 3.2 on my one machine xxx and AMS version 5 on another machine yyy.
    i am trying to configure FMLE for ams server URL - i.e. stream to flash media server option on FMLE. I have generated FMS URL as "rtmp://yyy/live" and clicked "connect" to. Its not getting connected to it.
    please find attachment for error.
    is there any restriction that our AMS should be on same machine wehere we have installed flash media live encoder ??
    please help on this!!

    If you have any trouble to understand from above query then please go through following scenarios and do reply if you have answers to it.
    I have installed Flash Media Live Encoder 3.2 on my machine and Adobe Media Server 5.0.3 on another machine.
    My requirement is to stream RTMP from Flash Media Live Encoder which is installed on my machine(source) and receive RTMP stream on Adobe Media Server which is installed on another machine.
    I am unable to connect to "rtmp://<"IP Address of Adobe Media Server installed system">/live on AMS installed machine.
    Atached please find the error message screen shot:
    Are there any restriction that Adobe Media Server and Flash Media Live Encoder must be installed on the same machine?

  • Flash Media Server 2 - Trace

    I have ...
    * Flash MX Professional 2004 7.2
    * Flash Media Server 2
    * Flash Remoting Components
    The problem I am having is I cannot get trace messages on
    server side scripts to display anywhere. I have looked at View
    Applications > {APP} > Live Log, but nothing is there. I have
    #include "NetDebug.as" in my code, but while giving no errors, it
    appears not to do anything. I really have no idea what is going on,
    as I have previously managed to get trace messages displayed
    successfully.
    Please help and my thanks!

    About the security warning... you get that with all .swf's
    run locally. To get rid of it, follow the link to add the location
    in the security manager. The link will take you to a page on the
    adobe site. Just add the path to the .swf, and you won't get that
    warning anymore.
    About connecting from a local .swf... it will work just fine.
    It's the flash client that makes the connection, so it doesn't
    matter where it's served or run from.
    In your main.asc, the code looks good but you don't need to
    load the component libraries unless you're using components
    (Communication components, not UI components). Loading them doesn't
    harm the operation of the application, it just uses memory where
    you not might need to.
    In your client side AS, try changing the rtmp string to match
    the following:
    myNetConnection.connect("rtmp://129.186.168.116/LawnChairLarry");
    Note the addition of a second slash after the rtmp, and the
    absence of the _definst_ instance name. If you want to use the
    default instance, you don't need to identify it.
    Next, you'll want to make sure the path to your video file
    looks like this:
    FMS Install
    Dir/applications/LawnChairLarry/streams/_definst_/LawnChairLarry.flv

  • Flash Media Server doubts

    How many concurrent users supports Flash Media Server version 3.0.7?

    There are major difference between the two editions you are mentioning but most important difference in your context is - No Remote SharedObjects and No Server-side coding is possible in Flash Media Streaming Server. So you won't be able to write full fledged Video Chat or Text Chat - you migth have to use some other technologies so that you can create chat rooms and use FMSS to do Video Streaming part.
    You can see full comparision between all editions of FMS here: http://www.adobe.com/products/flash-media-server-family/buying-guide-comparison.html

  • Is Flash Media server being used commercially--TV? etc.

    Would much appreciate some concrete (live time) examples of Flash Media server being used in a commercial enterprise.  Prefer domestic (US) but any will be great.  Any closed network systems such as a multi-campus university?
    Is it being used only as a one-to-many distriution tool?  Or, is it being used as a many-to-many remote classroom environment?
    Thanks,
    Greg. Eckrich, aka
    chicagohotdog

    On your requirement of having your web app manage access, your developers will need to program some supporting classes on the FMS side. If the web app is to maintain access control, the flow will work like this:
    1. User credentials will be provided to the client side application (the .swf) either by manual entry via a form, or by runtime variables provided in the flash object embed code.
    2. When the client connects to the FMS application, the credentials will be passed in the connection request
    3. The FMS application will make an HTTP request of the web application server to validate the credentials.
    4. The web app server will reply with a pass/fail result
    5. The FMS application will accept/reject the connection accordingly.
    Server side programming for FMIS (server side actionscript) is Javascript, so if your developers are already experienced with Javascript, they should have no problem getting comfortable with the FMS API.

  • How to test streaming bandwidth on localhost with Flash Media Server ?

    Hello,
    I'm trying to debbug my code on Client side (Action Script 3) that works with Flash Media Server 4 on localhost. Everything seems fine up to that point.
    However, when I'm trying to test my player with other remote streaming servers, I notice bugs because of lower bandwith transmission between the server and the player.
    Is there a simple way to simulate lower bandwith with FMS4 on localhost (by config, application.xml, programmation...) ?
    Thanks
    Seb Ethier

    Thank you zarihs Rawna
    Indeed, i have been with Server-Side ActionScript (SSAS) way. it's more simple, i think.
    Well, here the step what i did :
    Step 1 :
    Make a file "main.asc" et copy & paste the code below.
    - more info : http://www.peachpit.com/articles/article.aspx?p=31217
          *main.asc*
        var bandwidth;
        application.allowDebug = true;
        // Application callback functions
        application.onConnect = function(client, user) {
            //12800 = 100 Kbps   
            //64000 = 500 Kbps
            //131072 = 1Mbps
            //327680 = 2.5 Mbps
            //983040 = 7.5 Mbps
            //1966080 = 15 Mbps
            //3932160 = 30 Mbps
            //6553600 = 50 Mbps
            //15728640 = 120 Mbps
            bandwidth = 64000;
            client.setBandwidthLimit(bandwidth, bandwidth);
            trace("clientToServer = " + client.getBandwidthLimit(0) +  " serverToClient="+  client.getBandwidthLimit(1));
            application.acceptConnection(client);       
            trace("TEST");
    Step 2 : Save the file under the folder underneath FMS's applications directory
    Example : FMS\application\dyn
    More info : http://www.flashcomguru.com/articles/fms2_basics.cfm
    Step 3: Start the FMS server. If there is a problem, check the log file
    Example : FMS\logs\_defaultVHost_\dyn\_definst_\application.00.log
    Step 4 : (optional) Change the value of the variable bandwidth for your test. I put in comment some common internet connection speed converted in bytes.
    That's all,
    regards,
    sethier

  • 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/"

Maybe you are looking for

  • Server Manager Error, Windows Server 2012 Standed

    Windows Server 2012 on my desktop and I've been in it then open Server Manager "ServerManager.exe - This application could not be started" error this time. In it, the option is YES and NO. YES is open to the side of .net. Please help me as soon as po

  • HP customer care harasment

    I have submitted my laptop  at one of HP customer service station for my laptop's keyboard replacement. During recieving the laptop, the engineer at customer care has throughly inspected the laptop and written every detail on Quotation. but when i vi

  • V.Important: How to use se24 to build a class step by step:  Points assured

    hi all I am new to OO based abap programming.  I want to build a class using SE24 but i dont know where to put the various pieces of code in SE24. Can anyone please provide a step by step procedure (including screenshots) on how to use SE24 to build

  • Visualize timeperiods using Oracle

    We are developing a system for planning and allocating material for the building industry and are looking for a way to visualize periods in the database. Could we use Oracle Graphics for this or should we use Java or visual C++ do to so ? Anyone havi

  • CKF showing as * in the result.

    Hi Friends, I have a CKF calle ABS FTE. This CKF is caluclated as below. (A) ABS FTE = ABS Hours ( RKF) / CAT Hours (CKF using formula variables). (B) ABS hours is restricted by some Time types and the key figure is 0dur_value. (C) CAT hours is calcu