Flash Media Server for Red Hat EL 6

I have tried installinf FMS 4.0.2 on RHEL/CentOS 6 with no luck.
The installer complains about missing libcap. When I supress the check the installer warns about installation on an unsupported O/S.
Unfortunately, I can't it to work on CentOS 5. The log says:
2011-07-17      00:39:40        23795   (i)2571011      Server starting...      -
2011-07-17      00:39:40        23795   (i)2581224      Edge (23818) started, arguments : -edgeports ":1935" -coreports "localhost:19350" -conf "/opt/adobe/fms/conf/Server.xml" -adaptor "_defaultRoot_" -name "_defaultRoot__edge1" -edgename "edge1".        -
2011-07-17      00:39:40        23795   (i)2571111      Server started (/opt/adobe/fms/conf/Server.xml).        -
2011-07-17      00:39:45        23795   (i)2581226      Edge (23818) is no longer active.       -
2011-07-17      00:39:45        23795   (w)2581255      Edge (23818) _defaultRoot__edge1 experienced 1 failure[s]!      -
Followed by many more edge failures.
Meanwhile the CentOS 5 installation works fine.
Does anyone have any idea what the problem could be or whether there is a workaround?
Thanks!

Thanks again to "r.circa" who came up with the original solution. Here are some updated instructions that don't require creating a symbolic link to fix the libcap issue.
I was able to get 4.5.4 working on RHEL 6.3. Here's what to do:
Update to latest errata with 'yum update'; reboot
Also make sure you have latest version of both libcap and compat-libcap1 packages (via yum update...)
Exract the latest FMS install archive (4.5.4 as of this writing).
In that folder, for a successful, error-free install you need to edit three files:
server
adminserver
installFMS
For 'server' and 'adminserver', edit these sections as follows:
  # Red Hat Linux
  if [ -f /etc/redhat-release ]; then
        cd_check "Red Hat Enterprise Linux [WAE]S release 3" /etc/redhat-release redhat-RHEL3-i686
        cd_check "Red Hat Enterprise Linux [WAE]S release 4" /etc/redhat-release redhat-RHEL4-i686
        cd_check "Red Hat Enterprise Linux Server release 5" /etc/redhat-release redhat-RHEL5-i686
        cd_check "Red Hat Enterprise Linux Client release 5" /etc/redhat-release redhat-RHEL5-i686
        cd_check "CentOS release 4" /etc/redhat-release centos-4-i686
        cd_check "CentOS release 5" /etc/redhat-release centos-5-i686
        DIST='RedHat'
        PSUEDONAME=`cat /etc/redhat-release | sed s/.*\(// | sed s/\)//`
        REV=`cat /etc/redhat-release | sed s/.*release\ // | sed s/\ .*//`
    DIST="${DIST} ${REV} ${PSUEDONAME}"
        cd_result $DIST
..and:
# check distribution
PLATFORM="Linux"
ARCH=`uname -m`
SUPPORT=0
DISTRO=`check_distro`
case $DISTRO in
    redhat-RHEL5-i686)
    redhat-RHEL6-i686)
    centos-5-i686)
    Debian)
Similarly, for installFMS edit these sections as follows:
  # Red Hat Linux
  if [ -f /etc/redhat-release ]; then
  cd_check "Red Hat Enterprise Linux [WAE]S release 3" /etc/redhat-release redhat-RHEL3-i686
  cd_check "Red Hat Enterprise Linux [WAE]S release 4" /etc/redhat-release redhat-RHEL4-i686
  cd_check "Red Hat Enterprise Linux Server release 5" /etc/redhat-release redhat-RHEL5-i686
  cd_check "Red Hat Enterprise Linux Server release 6" /etc/redhat-release redhat-RHEL6-i686
  cd_check "Red Hat Enterprise Linux Client release 5" /etc/redhat-release redhat-RHEL5-i686
  cd_check "Red Hat Enterprise Linux Client release 6" /etc/redhat-release redhat-RHEL6-i686
  cd_check "CentOS release 4" /etc/redhat-release centos-4-i686
  cd_check "CentOS release 5" /etc/redhat-release centos-5-i686
  DIST='RedHat'
  PSUEDONAME=`cat /etc/redhat-release | sed s/.*\(// | sed s/\)//`
  REV=`cat /etc/redhat-release | sed s/.*release\ // | sed s/\ .*//`
    DIST="${DIST} ${REV} ${PSUEDONAME}"
  cd_result $DIST
and...
# check distribution
PLATFORM="Linux"
DISTRO=`check_distro`
case $DISTRO in
    redhat-RHEL5-i686)
    redhat-RHEL6-i686)
    centos-5-i686)
        Debian)
run installFMS as normal and it should just work.
I hope that helps. I also hope Adobe starts to support RHEL 6 users. Seriously, how much effort would it take?
Best,
Daniel

Similar Messages

  • Flash Media Server for iPhone

    Hi,
    I am developing an app for iPhone/iPad. The client wants to show some realtime data in the app. Something like a chat application, where even if users don't do anything (flash uses no event), they can see what other users are doing in realtime.
    I went through adobe site to see Flash media Server for mobile device. But I am confused on which version of the server should suit the type of app I am developing.
    Thanks,
    Salim

    I'm more or less in the same boat. I've got the admin console
    up. I am able to run the vodtest application locally pointing the
    video file to rtmp://localhost/vod/sample.flv or using the server
    name instead of localhost as in rtmp://mclmedia/vod/sample.flv
    I can also load the html and swf file to my xp machine that
    has access to the server via our internal network. (DNS isn't
    configured yet) But the connectionFailed message appears when I try
    to call the videos using rtmp://mclmedia/vod/sample.flv

  • How To Use Flash Media Server For RPG Game Development Project ?

    I have a educational music video game development project (A Sea Voyage)  for whcih I am thinking to use the Adobe Flash Media Server for develping the 3D Game for which I plan to also use two other key tools,  blenderartist.org for 3D Creation of my ship, and use the popular game engine tool,  unity.com to integrated all my game elements.
    How to use the Adobe Flash Video Streaming Server Element for this RPG Type Game, internet friendly and desktop anchored ?
    Cafe Twin
    Metro Washington DC Hub

    I'm more or less in the same boat. I've got the admin console
    up. I am able to run the vodtest application locally pointing the
    video file to rtmp://localhost/vod/sample.flv or using the server
    name instead of localhost as in rtmp://mclmedia/vod/sample.flv
    I can also load the html and swf file to my xp machine that
    has access to the server via our internal network. (DNS isn't
    configured yet) But the connectionFailed message appears when I try
    to call the videos using rtmp://mclmedia/vod/sample.flv

  • Flash Media Server and Red 5 server

    Hi Folks...
    This may sound a little off topic, but please bear with me. I would like to know if it is possible to run Action Script
    Communication Files(.asc) on an red 5 server, just like how a .asc
    file runs in the Flash Media Server. Hope someone can advise. Thanks.

    I dont think Red5 supports .asc file, it uses server-side javaScript however. You may like to check this page - http://red5.org/ticket/204

  • 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

  • Flash Media Server and CloudFront.

    Can we use CloudFront with Flash Media Server for Video on Demand?
    I  see article on CloudFront with Flash Media Server for Live Streaming.
    Thanks in Advance
    jeevan.

    FMS is staged on Amazon cloudfront that you can subscribe to , for video on demand and other services. You can get started right away. Thank you !

  • Does flash media server works with debian?

    Can somebody tell me if there is a version of Flash media
    server for Debian Linux?

    Yep, just take the redHat version and modify the installer
    script, use update-rc.d where redhat use chkconfig, that's it,
    worked fine for me except the server crash once in a while with no
    reason, no problems found in the log, still searching if it's my
    server hardware or a software (fms) problem... but I didn't run the
    adminserver and it's stable now...
    Good Luck

  • Should I choose Flash Media Server?

    Hi,
    I'm trying to decide if I should purchase flash media server
    for my streaming needs. I like working with flash, so that's why
    I'm considering the flash media server.
    Here is my streaming server "wishlist":
    -variable playback speeds(fastforward, skip, rewind, restart,
    etc)
    -option of downloading entire video to local machine
    -support for multiple file types or conversion/encoding
    multiple file times
    -security options to lock down source files
    -a flexible platform to build custom players
    -hook up to a database(mysql, mssql)
    I looked through the flash media server specs on the Adobe
    website, but they really don't get into specifics.
    Thanks

    Hi,
    I'm trying to decide if I should purchase flash media server
    for my streaming needs. I like working with flash, so that's why
    I'm considering the flash media server.
    Here is my streaming server "wishlist":
    -variable playback speeds(fastforward, skip, rewind, restart,
    etc)
    -option of downloading entire video to local machine
    -support for multiple file types or conversion/encoding
    multiple file times
    -security options to lock down source files
    -a flexible platform to build custom players
    -hook up to a database(mysql, mssql)
    I looked through the flash media server specs on the Adobe
    website, but they really don't get into specifics.
    Thanks

  • How to integrate flash media server 4.0 live streaming for iOS devices ?

    Hi All,
    I have website which has live streaming module its working fine, same module i want to integrate for iOS devices. For live video streaming we are using FMS 4.0. So please let me know how we can integrate this for iOS devices using flash media server 4.0.
    Thanks in Adavnce
    Mohammad Sharique

    You need to place the crossdomain.xml in the webroot folder. Create a text file in the webroot folder using notepad, and call it crossdomain.xml. The text below will give you a wide open access policy, which is fine for testing.
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
              <allow-access-from domain="*" />
    </cross-domain-policy>
    For debugging HTTP streaming I recommend you get hold of something like Charles or Fiddler. These will greatly assist in pinpointing any issues.

  • Flash Media Server X-Forwarded-For

    Hello Everybody
    I need to find how to implement 'X-Forwarded-For' for Flash Media Server. Right now the problem is that the flash media server is thinking that my routers internal IP is what my external users has as external IP. So when I look into my log I can see access from 192.168.1.2 and not from the true address that is 87.72.50.50.
    How can I fix this problem? If X-Forwarded-For not supported what can I use then?
    Thanks!

    Hi
    As I understand it, Flash Media Server is more for the deployment of video.
    Have you tried Wallaby to convert your files? You'll need to export for Flash Professional (from InDesign CS5 or greater) then use the Wallaby converter from there to get lovely HTML5 goodness.
    Wallaby is on Adobe Labs: http://labs.adobe.com/technologies/wallaby/
    It is an experimental technology, but surely worth a go?

  • Flash Media Server a solution for Interactive SWF on iOS?

    I've been searching for a solution for viewing interactive swf files built in indesign cs5 on iOS browsers like everyone else, is the flash media server a solution?  Is it cost prohibitive or affordable?  Does it support all the interactive features in interactive swf files?  Any feedback would be a pore Oates.

    Hi
    As I understand it, Flash Media Server is more for the deployment of video.
    Have you tried Wallaby to convert your files? You'll need to export for Flash Professional (from InDesign CS5 or greater) then use the Wallaby converter from there to get lovely HTML5 goodness.
    Wallaby is on Adobe Labs: http://labs.adobe.com/technologies/wallaby/
    It is an experimental technology, but surely worth a go?

  • Streaming with Flash Media Server

    Hello all,
    I'm new user in Flash Media Server. I installed it in a Red
    Hat Enerprise 4 but i am not able in create no steaming file. I'm
    be simple. What have i to do in order to create a simple atream
    flash video? I don`t have any idea on where i havve to put the
    video, where i have to put the swf file, how i create a fls who
    communicate with my server...
    Please help me,
    Thanks for all,
    Mauricio Barreto

    Hello Mauricio -
    There is probably several ways to do this, but being sort of
    new with FMS2 too, I'll give you the way that I'm currently using
    it. Both my Web server and FMS2 are on the same computer.
    You FMS2 installation created a /fms/ directory.
    for FLV files - /fms/applications/ and then I've created sub
    directories under here for each FLV file. So, for example, the full
    directory path for one of my FLV files
    /fms/applications/lemurs/streams/_definst_/lemurs.flv
    The "main.asc" file needs to go here too -
    /fms/applications/lemurs/main.asc (for the example above).
    for SWF files - put these on your Web server side.
    When you make your SWF files you will reference your FLV
    'source' (in 'parameters tab' in Flash) as
    "rtmp:/lemurs/lemurs.flv" - again, if your Web server and FMS2 is
    on the same computer. You can also do
    "rtmp://UR.IP.AD.RES/lemurs/lemurs.flv" - for example,
    "rtmp:/192.168.1.1/lemurs/lemurs.flv"
    I hope this helps some.
    Donavan

  • Why Flash Media Server

    Hi All,
    As it stands currently, I'm developing online teaching applications that faculty can use in their classes, as well as encoding and uploading videos to our Windows Servers.  For database management, I'm coding server side scripts in PHP, and dumping everything into MySQL.  Then embedding all the content into Moodle (which is hosted by a 3rd party).
    I'm looking at a Flash Server Solution for a couple of reasons:
    1) Delivering Streaming video instead of Progressive Download
    2) Allowing instructors to encode and upload their own videos (similar to YouTube) without having to go through my office
    3) Providing extra copyright security - in order to use some copyright videos, we have to ensure that only the students who are enrolled in specific classes can access the data.  As it stands now, a smart student with the right URL can download anything we have up on our Windows servers.
    Some Questions and concerns:
    1) I don't know Cold Fusion.  Will I have to rewrite all my scripts for that?  Can Flash Media Server run PHP?
    2) This is probably a really stupid one, but... Is Flash Server it's own platform, or does it have to run on a Windows or Linux box?
    3) Does it need its own dedicated machine?  Can you run a virtual server with Flash Server?
    4) Which of the different flavors of Flash Server are best?
    5) What kind of hardware specs are we looking at?  We have 20,000 students and maybe a few thousand at any one time would have to access
    Sorry about all the dumb questions.  I'm mostly an app developer, but am in the position of having to make this decision, and then defend the decision if I decide to puruse a Flash server solution.
    Thanks for your help.

    Hi riquigley,
    Following are quick answers on a few of your questions.  Hopefully other folks will add their thoughts and also answer the questions I have skipped over.
    4) Which of the different flavors of Flash Server are best?
    -- FOR STRAIGHT VIDEO STREAMING USE Flash Media Streaming Server.  THE PRICE POINT IS LOWER THAN Flash Media Interactive Server (aka FMIS. FMIS IS ONLY NEEDED FOR INTERACTIVE APPLICATIONS, E.G. MULTIUSER, CHAT, ETC.)
    -- COMPARE EDITIONS PAGE HERE:
    http://www.adobe.com/products/flashmediaserver/compare/
    2) ... does it have to run on a Windows or Linux box?
    -- YES.  FMS IS A SERVICE THAT RUNS ON AN OS.  WINDOWS AND RED HAT LINUX ARE SUPPORT. FULL REQUIREMENTS HERE:
    http://www.adobe.com/products/flashmediastreaming/systemreqs/
    3) Does it need its own dedicated machine?  Can you run a virtual server with Flash Server?
    -- DEDICATED MACHINE *NOT* REQUIRED.
    -- HOSTED SOLUTIONS ARE AVAILABLE TOO.  HOSTED SOLUTIONS MAY OFFER: A) BETTER QUALITY; B) LOWER TOTAL COST OF OWNERSHIP; C) QUICKER START TO LAUNCH.
    -- SEE LIST OF HOSTING PARTNERS, AKA CDNs (Content Delivery Networks) HERE:
    http://www.adobe.com/products/flashmediaserver/fvss/
    1) I don't know Cold Fusion.  Will I have to rewrite all my scripts for that?  Can Flash Media Server run PHP?
    -- COLDFUSION NOT REQUIRED.  EITHER PHP OR COLDFUSION CAN BE USED TO MANAGE METADATA (INCLUDING SQL DATABASE INTERACTION).
    -- PHP AND COLDFUSION HANDLE ALL HTTP REQUESTS AND RETURN DYNAMICALLY GENERATED PAGES TO THE USERS' BROWSERS.
    -- FLASH MEDIA SERVER HANDLES ALL RTMP REQUESTS.  DYNAMICALLY GENERATED PAGES FROM PHP WILL INCLUDE THE RTMP URLs THAT THE FLASH/FLEX SWFs USE IN THE BROWSER TO REQUEST THE RTMP STREAMS FROM THE FLASH MEDIA SERVERS.
    hth,
    g

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

Maybe you are looking for