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

Similar Messages

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

  • 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

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

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

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

  • I want to upgrade from my current version of Flash v11.9.900.117 to the current v11.9.900.152. On cl

    I want to upgrade from my current version of Flash v11.9.900.117 to the current v11.9.900.152. On clicking on the Flash player link in the Downloads section of the Adobe home page I am taken to what looks like the 'Flash Player' download page with an 'install Flash' button in the bottom right hand corner. However, when I click on this button I am directed back to the Adobe home page. Could this be something to do with my AV?.

    Bypass the downloader/installer and download the Adobe Flash Player installer directly by clicking one of the following links.
    Flash Player for ActiveX (Internet Explorer)
    Flash Player Plug-in (All other browsers)
    Flash Player (Mac OS X)

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

  • Problems Flash Media Development Server 4.5

    I have just downloaded Flash Media Development Server 4.5 on Windows. This was not an upgrade from 3.5 or 4.0 for example. My problem is when i go to start>Programs>Flash Media 4.5>Start Flash Media Server for some reason i am unable to login but when i go in my web browser i type in localhost URL i can login. Why is this? I  think I installed the Flash Media Server correctly any advice would be appreciated.
    Thank You in Advance

    Hi,
    Couple of things :
    1. When you say you go to start>Programs>Flash Media 4.5>Start Flash Media Server you're unable to login, where exactly do you expect to login? This only starts your FMS server
    2. When you type your localhost in the browser, then the FMS start page is loaded.
    3. If you have installed in the default path then your FMS files will be installed in C:\Program Files\Adobe\Flash Media Server 4.5. Let me know if you can find them there. If you haven't done a default installation, then check under the path you've provided during installation.
    Hope this helps.
    Thanks,
    Apurva

  • 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);

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

  • Flash media Encoding Server

    I heard that Adobe has launched  a new server reffered to as Flash media Encoding Server.  In their website they do have explained a lot about it. But they have not mentioned whether it can be used for Live Streaming or not. Does any one know whether it can be used for Live Encoding .. anyone?? How is this server different from Flash Media Server??

    Jay is correct - Flash Media Encoding Server is a companion product to Flash Media Server that will encode/transcode files to Flash friendly formats for delivery via Flash Media Server or other forms of delivery.  It is not meant for live capture and encode - simply for preparing VOD files for delivery.   For more about encoding for Flash and the various Adobe and products in this space for both Live and VOD - you may want to read an article I wrote on our developer center.
    http://www.adobe.com/devnet/video/articles/video_encoding_ecosystem.html
    Laurel Reitman
    Sr. Product Manager

  • Stratus/Flash Media Enterprise Server 4

    I see the new Flash Media Server products have been released and Flash Media Enterprise Server 4 includes support for RTMFP... Will Stratus continue to operate?  Is it known how long Stratus will be available?

    Hi,
    Flash Access will work delivered via FMS over RTMP.
    Flash Access should work over an RTMFP client-server connection -- by default it's exactly the same as RTMP as far as functionality, unless you're in "live unbuffered" mode, which you probably wouldn't be for a client-server streaming scenario with Flash Access protection.
    However, if you mean "P2P multicast", then that is not a supported scenario.
    cheers,
    /Eric.

  • Who can tell me  flash media Flash Media Enterprise Server 4 (p2p) with flash access

    flash access support flash media Flash Media Enterprise Server 4 (p2p) ?

    Hi,
    Flash Access will work delivered via FMS over RTMP.
    Flash Access should work over an RTMFP client-server connection -- by default it's exactly the same as RTMP as far as functionality, unless you're in "live unbuffered" mode, which you probably wouldn't be for a client-server streaming scenario with Flash Access protection.
    However, if you mean "P2P multicast", then that is not a supported scenario.
    cheers,
    /Eric.

Maybe you are looking for

  • Print out table desc from sql/plus

    Hello, I'm trying to print out the desc table from the database . What is the syntax for it in the sql/plus ? Thanks very much. TPham null

  • JMIP Condition type is not  Replicated from Po to MIGO excise tab

    Dear Experts I Maintained inventorized excise condition types in the Purchase order . Like JMIP, JEC2, JSEI . while doing the GR , Excise values are not coming in the excise Tab. Please help me. Thanks Reddy Edited by: Subbas on Aug 4, 2010 2:56 PM

  • Itunes Multi-Pass

    Hi, i am not getting too much info on this New Multi-pass option now i was looking at The Daily show and i see that option if i pay 9.99, does that i mean i will NEVER have to pay for downloading episodes again or its only for the next 15? 30?

  • Trigger while importing from .csv file

    hey i am importing data from .csv file into a table called temp. .csv file is having column sales. the data in that also contains some empty filed or N/A or - sales coulmn in my table is NUMBER. so while importing some column are not able to import.

  • Adding a Layer (absolute position div) to a locked page

    Maybe I am just not understanding templates but I have a really simple one that has one editable region called "content". I want to add a absolute positioned div to the content area but DW tells me this would require changing code that is locked by t