Adobe Flash Media Interactive Server 3.5

Hey, I am thinking about making a web site that streams HD movies and videos that I have created myself. I was wonder could you use Adobe Flash Media Interactive Server 3.5 to do so I know i would have to buy a dedicated server and a fast one with a good load of bandwidth. The big question am asking is that can you base a website or content management system around the interactive server.

FMS isn't reall suiatable for serving a website or CMS. I suppose you -could- use the included Apache installation to handle your HTTP traffic, but it would require installing a database, an application server, and whatever else you would need. You'd then need to maintain the installation yourself... FMS doesn't have any sort of package manager to handle updating Apache or anything else you might want to attach to it.
I think you'd be better off using a package manager like Plesk or Cpanel, and let it take care of your httpd server and supporting services. My advice is to just use FMS for purposes that specifically call for it.

Similar Messages

  • I can not find my license "Adobe Flash Media Interactive Server 4.5 - Full License"  in my page ID

    i bought a "Adobe Flash Media Interactive Server 4.5 - Full License - English" two years ago. Now i'm trying to download my product, but my product list is empty. Why? How can i download my product?
    Order Number: 8751785443
    Best regards,
    Simone.

    You'll need to contact Adobe Support directly using chat or phone to try to resolve this.
    Here are some links to help make contact:
    http://www.adobe.com/support/chat/ivrchat.html
    http://www.adobe.com/support/download-install/supportinfo/

  • Flash media interactive server with redhat enterprise linux ?

    Was wondering if anyone was having issues trying to install
    the flash media interactive server on a RedHat Enterprise Linux
    machine. It seems that the installer that is packaged with the
    program in incompatiable. If so what are you doing to get the
    server installed? Thanks for any help

    i check the dependencies and noticed that there was one that
    was not satisfyied " libasneu.so.1 as it was link to nothing. After
    moving the file to the /usr/lib and running the ldd command on the
    fmsmaster file i was then able to see the link between the two.
    When I try to install the program again I recieve the same error
    message
    "no package installFMS available"- this happens when i try
    using yum to install the program or
    ERROR: your distribution, unknown, is not supported by this
    Adobe Flash Media Server installer. - happens when ./installFMS is
    ran.
    anyone else know of any other tricks to get this installed ?
    Thanks again for everyone help on this issue.

  • Upgrade from FMS 3.5 to Flash Media Interactive Server no apps working

    I sucessfully upgraded from FMS to FMIS. In the Admin it shows that the license is now Flash Media Interactive Server r405 I believe.
    The live and vod services continue to work as expected.
    On a separate development server I have developed a number of applications that I want to move to the new production server. Nothing connects at all on the new server. In the Admin, all the applications show as being available.
    Is there something I need to do to make it work?
    I don't want to post details on line but willing to share if someone can help out?
    Boss really wants to make the $4000 upgrade work if you know what I mean...

    Thank you. If you don't mind, I would prefer to do it here although I am
      happy to post the final results for the thread. I used to work at MM
    and Adobe before that so I think there is great value in one to many
    support.
    1. How did you upgrade - using license file or license keys - i suppose license key?
    License key. Just copied and pasted into the server admin's license screen.
    2. Did you restart your server after putting in the serial key? If not , please restart, for licensing changes to take place, you need to restart the server.
    Yes. I did, but I did it from the admin, not the start and stop applets.
    3. If you have restarted and you are facing same issue - can you check your logs and see what error messages are you getting, you can check edge.00.log,core.00.log and master.00.log.
    This is from the Edge.log. I am not really sure what it says, but it
    coincides with when I entered the key.
    #Version: 1.0#Start-Date: 2010-08-03 07:11:16
    #Software: Adobe Flash Media Server 3.5.0 r405
    #Date: 2010-08-03
    #Fields:
    date     time     x-pid     x-status     x-ctx     x-comment2010-08-03     07:11:15     52 36     (i)2581250     
    Edge disconnected from core (9412).     -2010-08-03     08:51:40     5236     (i)2581252     
    Registering core (11384).     -2010-08-03     11:37:14     5236     (i)2581250     
    Edge disconnected from core (11384).     -2010-08-03     11:37:31     5236     (i)2581252     
    Registering core (12104).     -2010-08-03     17:06:16     5236     (i)2581250     
    Edge disconnected from core (12104).     -2010-08-03     17:06:16     5236     (i)2581250     
    Edge disconnected from core (5264).     -
    #Date: 2010-08-03
    #Fields:
    date     time     x-pid     x-status     x-ctx     x-comment2010-08-03     17:06:38     60 80     (i)2581173     
    Host: C29527-121731 IPv4: 10.0.0.2     -2010-08-03     17:06:38     6080     (i)2631174     
    Listener started ( defaultRoot_edge1 ) :
    localhost:19350/v4     -2010-08-03     17:06:39     6080     (i)2631174     
    Listener started ( defaultRoot_edge1 ) :
    80/v4     -2010-08-03     17:06:39     6080     (i)2631174     
    Listener started ( defaultRoot_edge1 ) :
    1935/v4     -2010-08-03     17:06:39     6080     (i)2581252     
    Registering core (6052).     -2010-08-03     17:06:40     6080     (i)2581252     
    Registering core (6120).     -
    #End-Date: 2010-08-05 05:43:58
    4. If I am not mistaken you have upgraded from Streaming Server to Interactive Server, am i right?
    Well the name on the screen was Flash Media Server 3.5 It streams just
    fine, but I get really confused with all the names of the servers frankly.
    5. Also which version of FMS are you using?
    3.5
    Thank you so much for your help. I am trying not to have to deinstall
    the server and reinstall it. If I can avoid that, please let me know.
    FWIW, this is the code I used to test to see if the server was accepting
    connections to an unsigned app.
    package
    import flash.net.NetConnection;
    import flash.display.Sprite;
    import flash.text.TextField;
    import flash.events.NetStatusEvent;
    public class FMS3Connect extends Sprite
    private var nc:NetConnection;
    private var rtmpNow:String;
    private var msg:String;
    private var connectText:TextField;
    private var posX:Number;
    function FMS3Connect ()
    nc=new NetConnection();
    nc.addEventListener (NetStatusEvent.NET_STATUS,checkConnect);
    rtmpNow="rtmp://www.letsgoexpo.com/connect";
    trace (rtmpNow);
    //rtmpNow="rtmpe:/connect";
    nc.connect (rtmpNow);
    private function checkConnect (event:NetStatusEvent):void
    connectText=new TextField();
    msg=event.info.code;
    connectText.width=250;
    connectText.text=msg;
    addChild (connectText);
    posX=connectText.stage.stageWidth;
    connectText.x=100;
    connectText.y=175;
    Of course it has a little SWF that goes with it, but there isn't
    anything there except this.
    On the development server this works and shows the connect.
    Thanks for your help. I will be checking mail frequently after noon
    pacific. I don't know where you are located so I guess you get mail out
    whenver you can.
    Matt Brown - Moss Beach Ceramics     
    email: [email protected]
    web: www.mossbeachceramics.com     
    store: mossbeachceramics.etsy.com
    cell: (650) 518-0250

  • Java Client for Adobe Flash Media Streaming Server

    Hello
    Is it possible to connect to a Adobe Flash Media Streaming
    Server by a java client?
    I need to be able to receive a streamed RTMP flash-video and
    implement the following functions:
    - PLAY
    - PAUSE
    - STOP
    - GO TO A SPECIFIC POSITION
    I need to implement this player on a non-top-level Swing
    JComponent in Java (because this is the restriction I have from
    sun's wonderland, where I want to implement this player)...
    How can I do that in Java? Are there any code examples
    available or do you know an API or other possibilities to do that?
    Thanks for you help.
    Kind regards,
    Peter

    This is a pretty big question. Is it possible? Probably. In
    theory it should. But *normally* the client is based on the flash
    player. I believe the protocol is publically available if you want
    to roll your own.
    But if you are looking for readily available solution, there
    is none that I know of.

  • Playback of flv using Flash Player 10.1 and Flash Media Interactive Server jerky.

    Greetings:
    Thanks for taking time to read this.
    Here is our problem:
    Playback of flv using Flash Player 10.1 and Flash Media Interactive Server jerky.
    Playback ok if using Flash Player 10.0 with Flash Media Interactive Server.
    1. Record live using Flash Media Interactive Server
    2. Attempt to play back resulting flv using Flash Player 10.1 and Flash Media Interactive Server.
      Video plays ok for a few seconds and then plays faster than as recorded -- very jerky.
    Audio plays at normal rate.
    OS: Windows 7 64bit (two different machines. All updates installed.)
    Web browser: FireFox 3.6.10 and IE8 8.0.7600.16385
    Flash version: 10.1.85.3
    Tried with hardware acceleration on and off.
    Note: Also had another person report the same thing on a Mac.
    We had been using Flex 3, so we tried building with Flash Builder 4 – had the same problem.
    This is a show stopper for us.
    Tried using Wowza and everything worked.
    We’re dropping FMIS and switching to Wowza.
    If someone can suggest something else to try, we would appreciate it.

    Hi Greg,
    So if I understand correctly, your findings are:
    Flash Player 10.1.85.3 + Flash Media Interactive Server = Jerky Video
    Flash Player 10.0.x.x + Flash Media Interactive Server = Smooth Video
    Flash Player 10.1.85.3 + Wowza = Smooth Video
    And what about Flash Player 10.0.x.x + Wowza?
    Also, if you could check the network traffic to confirm if it's Flash Player causing the issue or it is receiving it like that from FMIS.
    Cheers
    --Vikas

  • Upgrade path from Adobe Flash Media Streaming Server 3.5  to Adobe Media Server 5 Professional

    Hi All,
    We are currently using Adobe Flash Media Streaming Server 3.5 for streaming video via flash. We want to upgrade this to Adobe Media Server 5 Professional.
    I would like to understand the complete upgrade path and any specific pre-caution that I may need to take for existing videos.
    Please direct me if you there already exists some support material or let me know if any specific details may be required.
    Regards,
    Amresh

    FMS isn't reall suiatable for serving a website or CMS. I suppose you -could- use the included Apache installation to handle your HTTP traffic, but it would require installing a database, an application server, and whatever else you would need. You'd then need to maintain the installation yourself... FMS doesn't have any sort of package manager to handle updating Apache or anything else you might want to attach to it.
    I think you'd be better off using a package manager like Plesk or Cpanel, and let it take care of your httpd server and supporting services. My advice is to just use FMS for purposes that specifically call for it.

  • 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?

  • RTMP & Flash Media Streaming Server Live application

    I'm running Flash Media Streaming Server and have only been serving VOD up until now.  I had my network administrator open up port 1935 to the outside world during the setup process and now I can't remember if that was actually required for streaming VOD to clients.  Most documentation I've read says that this port should be open, but I seem to recall reading something at one point that suggested it wasn't necessary.
    I've just started messing around with publishing live streams using Flash Media Live Encoder to the Flash Media Streaming Server.  I have that working without issue but was surprised to find that no authentication is required before a client running the live encoder can publish a stream to the Flash Media Streaming Server.  An authentication module is available however it only works with Flash Media Interactive Server and Flash Media Development Server.
    If I leave port 1935 open to the outside world, there would be nothing to stop anybody anywhere from streaming video via my server.  Anyone else running a default install of Flash Media Streaming Server and with port 1935 open to the outside should see that this is true of their setup as well.  I'm wondering if I can safely close port 1935 without limiting the functionality of the server or if there's some way I can require authentication prior to publishing a live stream even though I'm not on the four-and-a-half-times-more-expensive edition of the product.

    Now with so many publishers being present its not that trivial to
    design single module which would suffice for whole set of
    publishers.And according to me blocking all publishers right away and
    just allowing FMLE using this plug-in might not be best solution. So it
    is best left to the onus of one who is building solution to customise
    things according to his own needs.
    Bear in mind that not everybody is using FMIS.  Users of FMSS didn't buy this product with the expectation of having to build applications and develop plug-ins (in fact, in the case of the former they explicitly cannot do so) - they bought it so that they could have a streaming server.  As far as users of FMSS are concerned, I would think, the solution has already been built - by Adobe - and it's been found to be lacking a very basic element.
    As it stands, even the authentication add-in that was developed for use with FMLE clients provides no security whatsoever.  It would need to be modified in such a way as to permit access only to FMLE and block other client software before it served any useful purpose.
    So yes, what I think would be useful would be a change at the protocol level / on the server side.  An option to prompt all clients for credentials and allow or deny them access based on their response would be useful.  Otherwise server admins will have to know about each and every piece of client software that may wish to publish a stream to their server and then . . . what - make modifications to their authentication module every time a new client pops up?  Yes, a central, standard authentication system (like what is employed in pretty much every other client-server system that makes provisions for the requirement of authentication) makes a lot of sense.

  • Flash Media Streaming Server

    Flash Media Streaming ServerがCreative Suite 4 Master Collectionに同梱されています。Flash Media Streaming Serverの設定の仕方、操作方法などCreative Suite 4 Master CollectionのAdobeの無償サポート(電話でのサポート)、4インシデント内で受けられるのでしょうか。 通常、体験版はインストール、アンインストールなどAdobeでは無償で電話でのサポートがありますが、Flash Media Streaming Serverも同様のサポートは受けられるのでしょうか。

  • Streaming Live Video using Flash Media Encoder/Flash Media Streaming Server

    We currently get a video feed from local cable channel that gets streamed live to our internet website. It gets encoded first on our Windows 2003 server running Windows Media Encoder and then gets published on another Windows 2003 server running Windows Media Services. We are trying to replace these two servers with another solution and the two things driving this project are:
    1. These two servers are coming to an end of life cycle so we need to replace the hardware and upgrade the OS.
    2. They currently only support Windows compatible file formats. Just like other organizations out there, iPAD users are popping up and they want to view these video streaming from their iPAD.
    That's why we are looking at Adobe Flash Media Encoder3 and Flash Media Streaming Server 4.5. My questions for the experts out there are:
    1. Can Adobe Flash Media Encoder and Adobe Flash Media Streaming Server can replace our current solution?
    2. Do we need both Flash Media Encoder and Flash Media Streaming Server or can Flash Media Streaming Server also can encode video feed?
    3. Can Flash Media Encoder and Flash Media Streaming Server can run on the same server?
    4. Our Windows Media Services server also has few on-demand publishing points along with a live video streaming. Can above mentioned Adobe products support having live streaming publishing point along with on-demand video publishing points?
    5. Does Adobe Flash Media Encoder only support Flash and Quicktime or does it also support .wmv?
    I called the sales to find the answers to these questions but he basically read the features listed on the Adobe product website and couldn't really answer these questions.
    Any help in find the answers to these questions will be greatly appreciated.
    Thanks you.

    FYI - I was able to do it by using the "onFI" handler of the embedded NetStream object.
    myVideo.addEventListener(fl.video.VideoEvent.STATE_CHANGE, onVideoStateChange);
    function onVideoStateChange(evt:fl.video.VideoEvent)
      // trace("State = " + evt.state);
      if ( evt.state == "playing" )
      if (!ns)
      ns = myVideo.getVideoPlayer(evt.vp).netStream;
      ns.client.onFI = onFIHandler;
    function onFIHandler(infoObj:Object):void
      var ts:String = infoObj.st;
      trace("system time: " + ts);
      ExternalInterface.call("updateTimeStamp", ts);

  • Adobe flash media live encoder not connecting to my server?

    Hi all,
         I am working on streaming programs through "Adobe flash Media Live encoder" in my website.The steps that i done for streaming is
        * Installed Adobe flash media live encoder
        * In the FMS URL entered as  " rtmp://myserver ip/live "
        * In stream given as "livestream"
        * when i click connect the follwing error is displaying " Invalid primary FMSURL "
    The website i am going to implement is " www.thelivingword.in:8080 " which is done using PHP. Is there anything i have to do in coding to connect the media server.As i am new to this i need guidance from you people for completing this..
    Plz help me out of this..waiting for ur guidance steps.
    Regards
    Hari.V

    Can you check if firewall is on machine where Flash Media Server is installed? I mean it needs to off or you need to allow port 1935 and 80 so that you allow incoming traffic to FMS on this ports.

  • I want stream my Video on my dedicated server with Adobe Flash Media Encoder but server dont have sound card what to do

    I want stream my Video on my dedicated server with Adobe Flash Media Encoder but server dont have sound card what to do

    You can not install it.
    Only apps from the official Apple App Store can be installed.

  • Adobe flash media encoder compatibility with the lion mac mini server

    Can anyone tell me if the adobe flash media encoder is compatible with the lion mac mini server?

    I am running adobe live flash encoder on a new mac-mini server with Lion and am able to stream video just fine - however I get a hum in the audio. I am not sure whether the hum is caused by the audio input, the camcorder, the adobe encoder, or the combination, but it seems to be the camcorder's fault.
    There is a manual about migrating or upgrading to lion server, but none about instituting a new capability from scratch

  • How to secure Flash Media Streaming Server 3.5 (live stream connection)

    I have Flash Media Streaming Server 3.5 (not Interactive) running on RHEL5.5 x86_64 Linux.
    All is working well, however how do I prevent unauthorized access to connecting to the live stream and streaming content?
    How can I setup the server to require a user and password to stream live media to the server?
    Any help would be great, I am new to this product and I have been reading some documentation but I have not found a clear cut answer on how to force a username and password to connect to the server to stream live content only.
    I am using the Adobe FMS Apache install, what files need changing?
    I have the following files:
    /opt/adobe/fms/applications/live
    total 44
    -rwxr-xr-x 1 fms fms 1035 Jul 27 14:52 allowedHTMLdomains.txt
    -rwxr-xr-x 1 fms fms  992 Jul 27 14:52 allowedSWFdomains.txt
    -rwxr-xr-x 1 fms fms 1550 Jul 27 14:52 Application.xml
    -rwxr-xr-x 1 fms fms 4371 Jul 27 14:52 main.far
    -rwxr-xr-x 1 fms fms 2292 Jul 27 14:52 readme.txt
    I want to lock down a person from connecting to the server on the public internet and starting a live stream?
    Can this be done with a user name and password?

    If you are concerned about anyone starting publishing to your stream then we have security update on this. Please upgrade to 3.5.4 and now you can use FMS Authentication Add-in (used with FMLE as publisher). If you are facing problems with publisher which are not FMLE, please enable SWF Verification so that only valid SWF's connect to your FMS.
    You can find 3.5.4 update here : http://www.adobe.com/support/flashmediaserver/downloads_updaters.html
    You can find FMS Authentication Add-in on FMLE Download page: https://www.adobe.com/cfusion/entitlement/index.cfm?e=fmle3 (when you click on Agree - it will prompt for your Adobe ID - then when you reach Download page - you will get Optional Download of Authentication Add-in)

Maybe you are looking for