Install FMS server in Fedora

Cannot install FMS server in Linux Fedora 4, I receive this
message:
Your distribution, unknow, is not supported by this
Macromedia Flash Media Server installer.
What can I do, who can help me?

I got FMS working with Fedora by entering these UNIX
commands:
cd /usr/lib
sudo ln -s libcrypto.so libcrypto.so.4
sudo ln -s libcrypto.so libcrypto.so.6
sudo ln -s libssl.so libssl.so.4
sudo ln -s libssl.so libssl.so.6
/etc/init.d/fms start
ALSO, don't forget that you need to have these port numbers
opened by your ISP:
FMS Server Port = 1935
FMS Admin Server Port = 1111
Enjoy!

Similar Messages

  • Installing HTTP Server on Fedora 4

    I am completely stuck. I managed to install the latest release of 10G, and now I am trying to install the HTTP Server and HTMLDB on my Fedora 4 box. The problem comes when the universal installer attempts to start the HTTP server - it fails every time. I am getting the following errors in the HTTP_Server~1 log:
    05/07/15 09:25:54 Start process
    /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/bin/apachectl start: execing httpd
    Syntax error on line 233 of /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/conf/httpd.conf:
    Cannot load /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/libexec/mod_auth_dbm.so into server: /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/libexec/mod_auth_dbm.so: undefined symbol: dbm_fetch
    05/07/15 09:25:56 Start process
    /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/bin/apachectl start: execing httpd
    Syntax error on line 233 of /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/conf/httpd.conf:
    Cannot load /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/libexec/mod_auth_dbm.so into server: /usr/local/server/oracle/product/10.2.0/db_1/Apache/Apache/libexec/mod_auth_dbm.so: undefined symbol: dbm_fetch
    I have been searching the web for two days now, but have not found anything that fixes this issue. Can anyone here help?
    Thanks in advance,
    -Erich-

    @twilliamsebs:
    I had the same problem described above, but your post actually created a lot of confusion! libdb.so.2 did not exist at first on my system. Then I read this post and added the symlink so that the
    symlink /usr/lib/libdb.so.2 was pointing to /usr/lib/libgdbm.so.2.0.0 and this actually didn't change the dbm_fetch error as described above.
    I found the following info after removing this symbolic link, while searching for the "libdb.so.2" being missing error:
    "Configuration changes prevented server
    startup.<ORACLE_HOME>/Apache/Apache/bin/httpd:
    error while loading shared libraries: libdb.so.2: cannot open shared object
    file: No such file
    or directory"
    Analysis:
    -Problem accessing /usr/lib/libdb.so.2
    -Either permission problem, or file does not exist, etc
    Conclusion:
    -libdb.so.2 is from gnome-libs-1.4.1.2.90-34.1.i386 (RHEL3 for x86)
    -This is a pre-req as listed in note:269557.1
    -libdb.so.2 can be installed with following instructions
    1. Login as root user
    2. cd /
    3. Obtain listing of files to be installed
    rpm2cpio gnome-libs-1.4.1.2.90-34.1.i386.rpm | cpio -itv "./usr/lib/libdb*"
    4. Install libdb.so.2 ( libdb.so.2 -> libdb1.so.2)
    rpm2cpio gnome-libs-1.4.1.2.90-34.1.i386.rpm | cpio -idmv "./usr/lib/libdb*"
    References
    <NOTE:269557.1> - Oracle Application Server 10g (9.0.4) - Installation
    Requirements for the Red Hat 3.0 Linux (AMD64)
    I downloaded gnome-libs-1.4.1.2.90-34.1.i386.rpm, installed it and this created a symbolic link from libdb.so.2 -> libdb1.so.2 (which it installed) and after that everything went fine!
    HTH

  • How to install  weblogic server in linux fedora 7  ...?

    hi.. Experts
    i am new to linux os .i am using fedora 7 version of linux. please tell me,,how to install weblogic server on fedora 7 os. i have to run my servlets , jsp pages. on weblogic server.
    plzz i m not able to do practice ...so please suggest me..
    please Reply...
    thanks a lot to all...

    Yes, they can. They installed in different directories and you have to use different ports.
    AFAIK for HTTP for APEX is either part of the installation (eg. in the Oracle Express Edition) or part of the Oracle Installation CDs. For more information see the Oracle Installation Documentation.
    --olaf                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • How to instal FMS and Wowza Server on same machine.

    I want to to instal FMS and Wowza Server on same machine any one know about this please guide me about this.
    Thanx in advance.

    I have on one server installed both red5,fms and wowza
    first install red5 ( by default it uses port 1935 obviously )
    then let say wowza , with installation choose port 1936 ( make sure you open this port )- you app will run on rtmp://your-ip/domain.com:1936
    then fms - choose port 1937 ( here again make sure you open this port too ) - rtmp://your-ip/domain.com:1937

  • Any way to get FMS Server running on Fedora RedHat 4?

    Hi,
    I didn't find any info in how to get FMS Server running on
    Fedora RedHat 4 so I'm here =D
    Any tips?
    Regards,
    Felipe Andrade

    If you're getting an error about it being the wrong OS, you
    can comment out the check for /etc/redhat-release from the
    installFMS script. I think that's the name of the file,
    anyway!

  • Help installing fms on windows server 2008

    Hello,
    I have FMS for developper 3.5.4. I have 2 computers:
    One called SVR with windows 2008 on it with iis7.
    One called PC with windows 7 which is my client.
    I would install FMS on the one called SVR beside IIS7.
    What I have done:
    I install FMS without apache.
    I create a flash file with an flvplayback object which have source property set to "rtmp://SVR/vod/sample.flv"
    This swf file is in a html file called test.html
    When I try to load this test.html I see the flvplayback object which seems seraching. But nothing happened from SVR or PC.
    Is it a problem with FMS, with firewall (I open 80,1935 ports).
    Thanks to any help or clue !
    N. Bauland

    Hi AbhishekSinha,
    1) In taskmanager, I have FMSCore (2 instances - is that normal ?), FMSMaster FMSEdge and FMSAdmin.
    2) I've tried following address:
    FROM SVR:
    address
    Result
    rtmp://localhost/vod/sample.flv
    OK
    rtmp://localhost:1935/vod/sample.flv
    OK
    rtmp://svr/vod/sample.flv
    OK
    rtmp://svr:1935/vod/sample.flv
    OK
    rtmp://lan-ip-of-svr/vod/sample.flv
    OK
    rtmp://lan-ip-of-svr:1935/vod/sample.flv
    OK
    rtmp://wan-ip-of-svr/vod/sample.flv
    OK
    rtmp://wan-ip-of-svr:1935/vod/sample.flv
    OK
    rtmp://public-internet-address/vod/sample.flv
    OK
    rtmp://public-internet-address:1935/vod/sample.flv
    OK
    FROM PC:
    address
    Result
    rtmp://localhost/vod/sample.flv
    FAILED(normal result)
    rtmp://localhost:1935/vod/sample.flv
    FAILED (normal result)
    rtmp://svr/vod/sample.flv
    FAILED ????
    rtmp://svr:1935/vod/sample.flv
    FAILED ????
    rtmp://lan-ip-of-svr/vod/sample.flv
    OK
    rtmp://lan-ip-of-svr:1935/vod/sample.flv
    OK
    rtmp://wan-ip-of-svr/vod/sample.flv
    OK
    rtmp://wan-ip-of-svr:1935/vod/sample.flv
    OK
    rtmp://public-internet-address/vod/sample.flv
    OK
    rtmp://public-internet-address:1935/vod/sample.flv
    OK
    As I've tried all previous time with rtmp://svr/... it has failed. But why can't I get rtmp://svr/... address ? http://svr/... for html page works fine.
    http://forums.adobe.com/people/AbhishekSinha

  • JRE not found, while installing Oracle 9i on Fedora Core 5

    I am installing Oracle 9i on Fedora Core 5 from the following site.
    http://ivan.kartik.sk/oracle/install_ora9_fedora.html
    The site asks me to Download the Java Runtime Enviroment (j2re-1_3_1_15-linux-i586.bin) from the Sun website.
    extract the file and put it in /opt directory. And edit Disk1/install/linux/oraparam.ini and modify JRE_LOCATION variable to /opt/jre1.3.xx
    I have downloaded JRE version jre1.3.1_19 as this is the version available from the sun site, and put it in the /opt directory.
    [oracle@localhost Disk1]$ cd /opt
    [oracle@localhost opt]$ ls -l
    total 24
    drwxr-xr-x 6 root root 4096 Aug 19 2006 jre1.3.1_19
    My oraparam.ini settings are:
    [oracle@localhost ~]$ cat Disk1/install/linux/oraparam.ini
    [Oracle]
    JRE_LOCATION=/opt/jre1.3.1_19
    However, after doing these changes when I use /home/oracle/Disk1/runInstaller, i get the following error:
    [oracle@localhost Disk1]$ pwd
    /home/oracle/Disk1
    [oracle@localhost Disk1]$ ./runInstaller
    [oracle@localhost Disk1]$ The Java RunTime Environment was not found at /tmp/OraInstall2008-04-29_07-09-15AM/jre/bin/java. Hence, the Oracle Universal Installer cannot be run.
    Please visit http://www.javasoft.com and install JRE version 1.3.1 or higher and try again.
    : No such file or directory

    Ivan Kartik:
    I have installed Oracle 9i on Fedora 5.
    I am able to login using sqlplus 'sys/sys as sysdba'
    and start the database using startup
    However, there were problems starting Configuration Assistant services and HTTP Server.
    Here are the details:
    Launched configuration tool Agent Configuration Assistant
    Command which is being spawned is /opt/oracle/920/JRE/bin/jre -classpath /opt/oracle/920/JRE/lib/rt.jar:/opt/oracle/920/jlib/srvm.jar:/opt/oracle/920/network/agent/agentca.jar oracle.agent.AgentCA /orahome /opt/oracle/920 /nodeinfo NO_VALUE
    Configuration tool Agent Configuration Assistant failed
    Parameter "orahome" = /opt/oracle/920
    Parameter "nodeinfo" = NO_VALUE
    Agent Service Failed
    Result code for launching of configuration tool is 1
    Launched configuration tool Starting HTTP Server
    Command which is being spawned is /opt/oracle/920/Apache/Apache/bin/apachectl startssl
    Invalid Exit Code. The following result code will be used for configuration tool: 1
    Configuration tool Starting HTTP Server failed
    /opt/oracle/920/Apache/Apache/bin/httpd: error while loading shared libraries: libdb.so.2: cannot open shared object file: No such file or directory
    /opt/oracle/920/Apache/Apache/bin/apachectl startssl: httpd could not be started
    Result code for launching of configuration tool is 1
    Launched configuration tool Agent Configuration Assistant
    Command which is being spawned is /opt/oracle/920/JRE/bin/jre -classpath /opt/oracle/920/JRE/lib/rt.jar:/opt/oracle/920/jlib/srvm.jar:/opt/oracle/920/network/agent/agentca.jar oracle.agent.AgentCA /orahome /opt/oracle/920 /nodeinfo NO_VALUE
    Configuration tool Agent Configuration Assistant failed
    Parameter "orahome" = /opt/oracle/920
    Parameter "nodeinfo" = NO_VALUE
    Agent Service Failed

  • Installing FMS,goes wrong,Please Help Me.Thank You!

    Hi,while im installing FMS,it goes wrong,i pasted the sceen below.pls help me.
    I dont know why.
    My Os:FC14_X86.
    Proceed with the installation? (y/n/q): y
    /opt/adobe/fms ~/FMS_4_0_0_r1121
    Server:fms command:stop
    sed: -e expression #1, char 6: unknown option to `s'
    ./server: line 41: /etc/SUSE-release: No such file or directory
    ./server: command substitution: line 46: syntax error near unexpected token `elif'
    ./server: command substitution: line 46: ` elif [ -f /etc/mandrake-release ] ; then'
    sed: -e expression #1, char 14: unknown option to `s'
    sed: -e expression #1, char 9: unknown option to `s'
    WARNING: Your Linux distribution, RedHat i686  is not supported by this
              installer.
    1024
    WARNING: FMS requires the maximum number of processes > 32K.
             Adjust ulimit to match system requirements.
    NPTL 2.13
    Stopping Adobe Flash Media Server (please check /var/log/messages)
    Server has shutdown...
    Admin server:fmsadmin command:stop
    sed: -e expression #1, char 14: unknown option to `s'
    ./adminserver: command substitution: line 45: syntax error near unexpected token `elif'
    ./adminserver: command substitution: line 45: ` elif [ -f /etc/mandrake-release ] ; then'
    sed: -e expression #1, char 9: unknown option to `s'
    sed: -e expression #1, char 6: unknown option to `s'
    ./adminserver: line 40: /etc/SUSE-release: No such file or directory
    WARNING: Your Linux distribution, RedHat i686  is not supported by this
              installer.
    Stopping Adobe Flash Media Admin Server (please check /var/log/messages)
    Admin Server has shutdown...
    ~/FMS_4_0_0_r1121
    Installing Adobe Flash Media Server files...
    Configuring Adobe Flash Media Server...
    Adding "fms" service.
    Setting default admin to "fms".
    sed: -e expression #1, char 14: unknown option to `s'
    ./installFMS: command substitution: line 204: syntax error near unexpected token `elif'
    ./installFMS: command substitution: line 204: ` elif [ -f /etc/mandrake-release ] ; then'
    sed: -e expression #1, char 9: unknown option to `s'
    sed: -e expression #1, char 6: unknown option to `s'
    ./installFMS: line 199: /etc/SUSE-release: No such file or directory
    Setting autostart for "fms".
    Server:fms command:start
    ./server: command substitution: line 46: syntax error near unexpected token `elif'
    ./server: command substitution: line 46: ` elif [ -f /etc/mandrake-release ] ; then'
    sed: -e expression #1, char 14: unknown option to `s'
    sed: -e expression #1, char 9: unknown option to `s'
    sed: -e expression #1, char 6: unknown option to `s'
    ./server: line 41: /etc/SUSE-release: No such file or directory
    WARNING: Your Linux distribution, RedHat i686  is not supported by this
              installer.
    1024
    WARNING: FMS requires the maximum number of processes > 32K.
             Adjust ulimit to match system requirements.
    NPTL 2.13
    Starting Adobe Flash Media Server (please check /var/log/messages)
    Admin server:fmsadmin command:start
    sed: -e expression #1, char 14: unknown option to `s'
    sed: -e expression #1, char 6: unknown option to `s'
    ./adminserver: command substitution: line 45: syntax error near unexpected token `elif'
    ./adminserver: command substitution: line 45: ` elif [ -f /etc/mandrake-release ] ; then'
    sed: -e expression #1, char 9: unknown option to `s'
    ./adminserver: line 40: /etc/SUSE-release: No such file or directory
    WARNING: Your Linux distribution, RedHat i686  is not supported by this
              installer.
    Starting Adobe Flash Media Admin Server (please check /var/log/messages)
    The Adobe Flash Media Server installation is complete.

    Hi ,
    Thanks for trying out FMS 4, but as you can see in the warnings, your linux distribution is not officially supported for FMS and hence there might be unknown issues blocking the proper installation. There are dependencies that might be missing on your distro.
    Anyways, as mentioned in the logs, did you try changing the ulimit settings  ?

  • ORA-12157 when installing Oracle 10g on Fedora 5?

    Hi, Im installing Oracle 10g on Fedora 5, I did it once, but when I tried to set it up again I
    got this error on the last part of the install...
    ORA-12157: TNS: internal network communication error
    Anybody know what might cause this?
    I think I have installed all required RPMs and set environment variables, kernel parameters,
    created oracle users and groups as needed, but still get the above error. I searched the error and some claim it is a problem using newer glibc 2.4.4, so I tried installing on Fedora 4 and had the same error even with glibc 2.3???
    Thanks so much,
    Jon

    Oracle Database 10g Release 2 (10.2.0.1) Installation On Fedora Core 5 (FC5 X86) Step by Step
    This is a Server Installation with a minimum of 2G swap, secure Linux disabled and the following package groups installed:
    Editors
    Graphical Internet
    Administration Tools
    Base
    X Window System
    System Tools
    Server Configuration Tools
    GNOME Desktop Environment
    Development Libraries
    Development Tools
    Legacy Development Support
    Legacy Server Support
    Alternative installations may require more packages to be loaded, in addition to the ones listed below.
    Download Software
    Unpack Files
    Hosts File
    Set Kernel Parameters
    Setup
    Installation
    Post Installation
    Download Software
    Download the following software:
    Oracle Database 10g Release 2 (10.2.0.1) Software
    openmotif21-2.1.30-14.i386.rpm
    Unpack Files
    Unzip the files:
    unzip 10201_database_linux32.zipYou should now have a single directory containing installation files. Depending on the age of the download this may either be named "db/Disk1" or "database".
    Hosts File
    The /etc/hosts file must contain a fully qualified name for the server:
    <IP-address> <fully-qualified-machine-name> <machine-name>Set Kernel Parameters
    Add the following lines to the /etc/sysctl.conf file:
    kernel.shmall = 2097152
    kernel.shmmax = 2147483648
    kernel.shmmni = 4096
    # semaphores: semmsl, semmns, semopm, semmni
    kernel.sem = 250 32000 100 128
    fs.file-max = 65536
    net.ipv4.ip_local_port_range = 1024 65000
    net.core.rmem_default=262144
    net.core.rmem_max=262144
    net.core.wmem_default=262144
    net.core.wmem_max=262144Run the following command to change the current kernel parameters:
    /sbin/sysctl -pAdd the following lines to the /etc/security/limits.conf file:
    * soft nproc 2047
    * hard nproc 16384
    * soft nofile 1024
    * hard nofile 65536Add the following line to the /etc/pam.d/login file, if it does not already exist:
    session required /lib/security/pam_limits.soDisable secure linux by editing the /etc/selinux/config file, making sure the SELINUX flag is set as follows:
    SELINUX=disabledAlternatively, this alteration can be done using the GUI tool (Desktop > System Settings > Security Level). Click on the SELinux tab and disable the feature.
    Setup
    Install the following packages:
    # From Fedora Core 5 DVD
    cd /media/dvd/Fedora/RPMS
    rpm -Uvh setarch-*
    rpm -Uvh --force tcl-*
    rpm -Uvh libXp-*
    rpm -Uvh openmotif-2*
    rpm -Uvh compat-db-*
    rpm -Uvh compat-libstdc++-33*
    rpm -Uvh compat-libf2c-32-*
    rpm -Uvh compat-gcc-32-*
    rpm -Uvh libaio-*
    rpm -Uvh compat-gcc-32-c++-*
    rpm -Uvh compat-libstdc++-296*
    rpm -Uvh compat-libgcc-296*
    # From download
    rpm -Uvh openmotif21-2.1.30-14.i386.rpmCreate the new groups and users:
    groupadd oinstall
    groupadd dba
    groupadd oper
    useradd -g oinstall -G dba oracle
    passwd oracleCreate the directories in which the Oracle software will be installed:
    mkdir -p /u01/app/oracle/product/10.2.0/db_1
    chown -R oracle.oinstall /u01Login as root and issue the following command:
    xhost +<machine-name>Edit the /etc/redhat-release file replacing the current release information (Fedora Core release 5 (Bordeaux)) with the following:
    redhat-4Login as the oracle user and add the following lines at the end of the .bash_profile file:
    # Oracle Settings
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    ORACLE_BASE=/u01/app/oracle; export ORACLE_BASE
    ORACLE_HOME=$ORACLE_BASE/product/10.2.0/db_1; export ORACLE_HOME
    ORACLE_SID=TSH1; export ORACLE_SID
    ORACLE_TERM=xterm; export ORACLE_TERM
    PATH=/usr/sbin:$PATH; export PATH
    PATH=$ORACLE_HOME/bin:$PATH; export PATH
    LD_LIBRARY_PATH=$ORACLE_HOME/lib:/lib:/usr/lib; export LD_LIBRARY_PATH
    CLASSPATH=$ORACLE_HOME/jre:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib; export CLASSPATH
    if [ $USER = "oracle" ]; then
    if [ $SHELL = "/bin/ksh" ]; then
    ulimit -p 16384
    ulimit -n 65536
    else
    ulimit -u 16384 -n 65536
    fi
    fiInstallation
    Log into the oracle user. If you are using X emulation then set the DISPLAY environmental variable:
    DISPLAY=<machine-name>:0.0; export DISPLAYStart the Oracle Universal Installer (OUI) by issuing the following command in the database directory:
    ./runInstallerEnter the appropriate ORACLE_HOME and name then continue with the installation.
    During the installation, before the linking phase, edit the contents of the "$ORACLE_HOME/bin/gennttab" file, amending the following entries:
    # Change this...
    LIB=`$ECHO ${TtoLIB} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    INI=`$ECHO ${TtoINI} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    BAS=`$ECHO ${TtoBAS} | $SED 's/ /\\
    /g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    # To this...
    LIB=`$ECHO ${TtoLIB} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    INI=`$ECHO ${TtoINI} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`
    BAS=`$ECHO ${TtoBAS} | $SED 's/ /\n/g' | $GREP "^${T}:" | $AWK -F: '{print $2}'`If you don't do this the ntcontab will hang indefinitely during the linking phase.
    Post Installation
    Edit the /etc/redhat-release file restoring the original release information:
    Fedora Core release 5 (Bordeaux)Finally edit the /etc/oratab file setting the restart flag for each instance to 'Y':
    TSH1:/u01/app/oracle/product/10.2.0/db_1:Y
    Ref.: http://www.oracle-base.com/articles/10g/OracleDB10gR2InstallationOnFedora5.php

  • Install fms 4 in Windows 7 and access from a webserver in different domain

    Hi,
    I have installed fms 4 in windows 7 in my computer, but i cant get it work with a flex application that i have in a server.
    I added the port in my router's settings
    2
    fms
    all(udp/tcp)
    19350
    65535
    xxx.xxx.xxx.xxx
    19350
    65535
    3
    fms
    all(udp/tcp)
    1935
    1935
    xxx.xxx.xxx.xxx
    1935
    1935
    hope someone can help me.
    thanks,
    Javier

    thanks for the response Jay,
    i havent done that, what settings is needed to change?
    this is my fms.ini
    # fms.ini contains substitution variables for Flash Media Server          #
    # configuration files. Lines beginning with '#' are considered comments.  #
    # A substitution variable is in the form <name>=<value>. Everything up to #
    # the first '=' is considered the name of the substitution variable, and  #
    # everything after the first '=' is considered the substitution value. If #
    # you want a substitution variable to have leading or trailing spaces,    #
    # enclose the value around double quotes. For example, foo=" bar "        #
    # This section contains configurable parameters in Server.xml #
    # Username for server admin
    # For example:
    #    SERVER.ADMIN_USERNAME = foo
    SERVER.ADMIN_USERNAME = foo
    # Password for server admin
    # For example:
    #    SERVER.ADMIN_PASSWORD = bar
    SERVER.ADMIN_PASSWORD = bar
    # IP address and port Flash Media Admin Server should listen on
    # For example:
    #    SERVER.ADMINSERVER_HOSTPORT = :1111
    SERVER.ADMINSERVER_HOSTPORT = :1111
    # User id in which to run the process (Linux Only)
    # For example:
    #    SERVER.PROCESS_UID = 500
    SERVER.PROCESS_UID =
    # Group id in which to run the process (Linux Only)
    # For example:
    #    SERVER.PROCESS_GID = 500
    SERVER.PROCESS_GID =
    # License key for Flash Media Server
    # For example:
    #    SERVER.LICENSEINFO = FMD200-XXXXX-XXXXX-XXXXX
    SERVER.LICENSEINFO =
    # LIVE_DIR denotes the full path of sample "Live" application's
    # folder for storing any live stream recorded by server. 
    # For example:
    #    LIVE_DIR = <FMS_Installation_Dir>\applications\live
    LIVE_DIR = C:\Program Files\Adobe\Flash Media Server 4\applications\live
    # VOD_COMMON_DIR denotes the full path of sample "VOD" application's
    # folder for storing onDemand and Progressive Download .flv/.mp3 files.
    # File stored in this folder can be streamed and are also PD-able.
    # Note : If you are using the default installation of Apache as a webserver,
    # and if you modify VOD_COMMON_DIR, please change the document root
    # accordingly in httpd.conf.
    # For example:
    #    VOD_COMMON_DIR = <FMS_Installation_Dir>\webroot\vod
    VOD_COMMON_DIR = C:\Program Files\Adobe\Flash Media Server 4\webroot\vod
    # VOD_DIR denotes the full path of sample "VOD" application's
    # folder for storing onDemand only .flv/.mp3 files. Files stored in
    # this folder are not PD-able
    # For example:
    #    VOD_DIR = <FMS_Installation_Dir>\applications\vod\media
    VOD_DIR = C:\Program Files\Adobe\Flash Media Server 4\applications\vod\media
    # The maximum size of the FLV cache, in megabytes.
    # The default is 500MB.
    SERVER.FLVCACHE_MAXSIZE=500
    # Whether to start and stop the included HTTP server along
    # with FMS.
    SERVER.HTTPD_ENABLED = false
    # This section contains configurable parameters in Adaptor.xml #
    # IP address and port(s) Flash Media Server should listen on
    # For example:
    #    ADAPTOR.HOSTPORT = :1935,80
    ADAPTOR.HOSTPORT = :1935,8000
    # IP (address and) port that Flash Media Server should proxy
    # unknown HTTP requests to. Leave empty to disable proxying.
    # With no address, specifies a localhost port.
    # For example:
    #    HTTPPROXY.HOST = webfarm.example.com:80
    HTTPPROXY.HOST = :8134
    # This section contains configurable parameters in Vhost.xml #
    # Application directory for the virtual host
    # For example:
    #    VHOST.APPSDIR = C:\myapps
    VHOST.APPSDIR = C:\Program Files\Adobe\Flash Media Server 4\applications
    # This section contains configurable parameters in Application.xml #
    # List of semi-colon delimited paths in which to search for script to load
    # For example:
    #    APP.JS_SCRIPTLIBPATH = C:\scripts;C:\Program Files\Foo\scripts
    APP.JS_SCRIPTLIBPATH = C:\Program Files\Adobe\Flash Media Server 4\scriptlib
    # This section contains configurable parameters in Logger.xml #
    LOGGER.LOGDIR =
    # This section contains configurable parameters in Users.xml #
    # Enable or disable using HTTP requests to execute admin commands.   
    # Set to "true" to enable, otherwise it will be disabled.  The          
    # actual commands permitted for server admin and virtual host admin  
    # users can be set in Users.xml.                                      
    USERS.HTTPCOMMAND_ALLOW = true
    thanks,
    Javier

  • Unable to stream SMIL files unless the html page, swf file and the smil ffile are on the FMS server.

    When I place the .swf, smil and http files on the FMS server the SMIL stream test sample works fine
    But When I move the files to my web server I get Connection error.
    This is the same issue discussed in http://forums.adobe.com/thread/554107
    I added a ‘base’ variable but it did not work for me.
    The SMIL file has the correct path to the sample files and FMS server
         <meta base="rtmp://200.200.200.23/vod/" />
    I am able to stream files from my html file on my webserver not the FMS server by pointing to the FMS server at rtmp://200.200.200.23/vod/mp4:sample1_1500kbps.f4v
    Is this a domain security setting? If so, where do I change it?
    If not How do I get FMS to stream SMIL files without installing a webserver with FMS?
    Thanks,

    Hi,
    I think there is bug with that videoPlayer.swf which is used by index.html of webroot folder of FMS to play media files, its not able to parse smil file correctly. I used some other player and used the smil file and kept it on http server other than fms server so it was able to dynamically stream videos. So I would suggest you to create your own player which uses smil file. You can take help from the below link to create player:
    http://www.adobe.com/devnet/flashmediaserver/articles/dynstream_advanced_pt1_05.html
    Regards,
    Amit

  • Installing FMS 4.0 Dev version on windows vista

    Hi,
    I've just installed FMS 4 on dev version windows vista to start developing locally against this server.
    However after running the install I cannot connect. All attempts to connect result in "NetConnection.Connect.Failed".
    This incluldes the samples on the start page, the admin console and my own attempts to connect.
    I've attempted to connect with localhost, 127.0.0.1 and my computer name. None of these work.
    I've tried uninstalling and reinstalling too.
    Can anyone suggest why this might be the case?
    Best
    Matt

    Further to this I have noticed that even though I have run the start up exe file (and selected to start FMS after installed too)  FMSCore.exe or FMSEdge.exe etc are not running as a process.
    I then tried restarting my machine at which point internet access went completely, though I still had local network access. So I then uninstall FMS after the uninstall process completed my internet access came back up again.
    Hope this helps the diagnosis
    Any help is greatfully recieved
    Matt

  • Installing FMS on Linux

    Hi
    I am having an issue on starting the FMS server . I could be able to install the server but when I try to start it  says , "Error: Flash Media Server needs the NSPR library installed."  So I checked the server and all the libraries are already installed .
    I have installed the FMS at the default server . i.e  /opt/adobe/fms and the relevant libraries are as follows
    /usr/lib64/libnspr4.so
    /usr/lib64/libplc4.so
    /usr/lib64/libplds4.so
    I am really stuck with this issue . Pls advise

    hi
    This is Redhat SE 4.  Further I symlinked   all the NSPR libraries to shared library path  accrodingly . But it still shows up this error . (Error: Flash Media Server needs the NSPR library installed.)
    May be FMS expects these libraries somewhere else or does it support 64 bit libraries ?
    thanks

  • Trying to set up my video site to stream from the "fms server." Any Idea?

    I am trying to set up my video site to stream from the “fms server” and the instruction stated that I should create my own new folder in the application directory on the “fms server,” and I have created my directory, which I called “brigma_streams”, and I have copied files from {FMS-Install-Dir}/ sample/Application/vod to my new folder.
    I also configured the vod service in the FMS-Install-Dir/applications/(in my-New-Folder/Application.xml file).
    Here is the sample of my configuration below:
    <Streams>/;${BRIGMA_STREAMS_VOD_COMMON_DIR}</Streams>
    <Streams>/;${BRIGMA_STREAMS_VOD_DIR}</Streams>
    And here is an example on how I modified to my XML streaming:
    src="rtmp://localhost/inetpub/wwwroot/brigma_streams/SanfordNSons768K_002.f4v"
    thumb="thumbs/SanfordNSons768K_002.jpg" />
    After all these configuration and modification it still didn’t work at all when I tested the video in streaming mode. Could some one please take a look at and point me to the right direction. Thanks in advance.

    Hi,
    After adding the configurations to the Application.xml file, you also need to add those entries to the FMS.ini file (in the conf folder). Please add those entries (similar to VOD_ entries) if not already added.
    Once that step is also done, the src RTMP url will look like this : rtmp://localhost/<name of your application folder>/mp4:<stream-name-with-extension>

  • Why must i install FMS as a root(administrator) rights ?

    Hi,
    I installed FMS a root user. It works good. but, i have two qustions after installation.
    1. why did i install fms as a root(admnistrator) rights ?
    2. Is this possible that i install fms as a general rights ? if do, how do i ?
    please let me know about this question.
    thanks,

    Here are some commands there are links to the administration guide in other posts that i have on this forum.
    The following commands are a quick refrence for you. Things are diffrent in FMS 4.5 its better in my opinion
    sudo ./opt/adobe/fms/server stop
    sudo ./opt/adobe/fms/server start
    sudo ./opt/adobe/fms/server restart

Maybe you are looking for

  • Users moved from Exchange 2007 to Exchange 2013 unable to access mails on the mobile devices

    New mailbox if created on Exchange 2013 works fine. But moved users from Ex2k7 to EX2k13 do not works. Here are the errors on the exchange server 2013 IIS logs: For android --  DevOS:Android_S110_Error:System.ArgumentOutOfRangeException_ADWR For ipho

  • I have a solution for the Administrator Error

    Hi all, I have also been having serious problems with the message "An  error occurred while installing Adobe AIR. Installation may not be  allowed by your administrator. Please contact your administrator".  I have found a SOLUTION that has worked for

  • Is splitting a cell now gone???

    Such a basic function. There appears to be absolutely no way to split a cell in the new iWork.

  • Problem when add the subject

    hi.. i'm trying to send email from a ASA Sybase database.. i register the class or the jar and call to the java method wrapper.. easy.. the problem is when adding the subject or the text of the email.. the proccess stuck there and don't send the mail

  • How do i designate tray 1 to envelopes only?

    I never use tray 1 for anything but envelopes.  It's a pain to have to remove them every time I need to pint a letter size.  Is there a way to designate tray 1 specifically for envelopes? Trisha