Changes between Version 11 and Version 12 of RayMediaServerInstallation


Ignore:
Timestamp:
Oct 4, 2015, 5:36:15 AM (8 years ago)
Author:
Igor_L
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • RayMediaServerInstallation

    v11 v12  
    2323    * If you're installing the UNIX version, unzip the archive and upload the contents of the extracted folder into the folder you created on your server (for example '''/opt/ray_server'''). 
    2424 
    25     * If you're installing the Windows version, run the downloaded executable file on your Windows server. If you have follow the wizard's instructions Media Server would be installed by default at '''C:\Program Files\RMS'''. 
     25    * If you're installing the Windows version, run the downloaded executable file on your Windows server. If you have follow the wizard's instructions Media Server would be installed by default at '''C:\RMS'''. 
    2626 
    2727---- 
     
    4242    }}} 
    4343 
    44         4. change the IP addresses in the files located in  
    45     {{{ 
    46 path_to_rms/webapps/widget_name/WEB-INF/red5-web.properties 
    47     }}} 
    48     where "path_to_rms" stands for path to your Media Server folder, and "widget_name" stands for '''board''', '''chat''', '''im''', '''video''' and '''global''' ("global" is only for 3.5 version). 
    49  
    50     UNIX example:  
    51     {{{ 
    52 /opt/ray_server/webapps/chat/WEB-INF/red5.properties 
    53     }}} 
    54      
    55     WINDOWS example:  
    56     {{{ 
    57 C:\Program Files\RMS\webapps\chat\WEB-INF\red5.properties 
    58     }}} 
    59      
    60     Now (both UNIX and WINDOWS) find and replace the following line:  
    61     {{{ 
    62 webapp.virtualHosts=0.0.0.0 
    63     }}} 
    64     with  
    65     {{{ 
    66 webapp.virtualHosts=10.10.10.10 
    67     }}} 
    68  
    69     You should consult with your hosting provider about your IP address or use "ping your_domain_name" command where "your_domain_name" stands for your real domain name. 
    70  
    7144---- 
    7245== Permissions == 
    7346 
    74     * Now you have to add "executable" permissions to all the '''*.sh''' files and '''ffmpeg.exe''' file inside Media Server directory. You can do it by invoking the following command (UNIX only):  
    75     {{{ 
    76 chmod -v 777 *.sh ffmpeg.exe 
     47    * Now you have to add "executable" permissions to all the '''*.sh''' files inside Media Server directory. You can do it by invoking the following command (UNIX only):  
     48    {{{ 
     49chmod -v 777 *.sh 
    7750    }}} 
    7851    Make sure your current directory is the Media Server folder. 
     52         
     53        '''Note''': You can skip this step on Windows. 
    7954 
    8055---- 
     
    10176[DEBUG] 6596main:( org.red5.server.Standalone.debug ) Startup done in: 6597 ms 
    10277}}}      
    103 //Now you can use [http://www.boonex.com/rms.html BoonEx Media Server Tester] to test if your server responds to remote connections.This tested wouldn't work if you are installing Media Server locally on you computer.// 
    104          
    105         * '''If you get "!NetConnection.Connect.Success":''' the server started up successfully and you can proceed to the '''Running Media Server'''. 
    106  
    107         * '''If you get "!NetConnection.Connect.Failed":'''  
    108                 Possible problems may be: 
    109                 * the 1935 or 1936 ports are closed on your server 
    110                 * your server uses firewall which prohibits the access to it through the 1935 port 
    111  
    112                 In either case you should advise with your hosting provider. 
    11378  
    11479        * '''If your server doesn't have sufficient RAM or you have no permissions to start RMS''', you would see an output like this:  
     
    144109WINDOWS: 
    145110{{{ 
    146 run_daemon.exe 
     111start_service.exe 
    147112}}} 
    148113         
     
    160125On Windows you should run Task Manager and look for "javaw.exe" process to make sure the server has been started. 
    161126 
    162     * After you have successfully started RMS, enter '''Ray Base -> Base Settings''', tick the '''Use RMS''' checkbox and enter your RMS IP address in the '''RMS Address''' field. 
     127    * After you have successfully started RMS, enter '''Modules -> Flash Apps -> Settings''', tick the '''Use RMS''' checkbox and enter your RMS IP address in the '''RMS Address''' field. 
    163128         
    164129    * After you save the settings by clicking the '''Save''' button the necessary changes will be made on the RMS side and it will become usable. 
     
    175140}}} 
    176141 
    177     '''Note''': on Windows machines you will have to add the following file "C:\Program Files\RMS\run_daemon.exe" to Startup. 
     142    '''Note''': on Windows machines the service will be installed automaticaly once you have run it for the first time. 
    178143         
    179144---- 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub