Changes between Version 11 and Version 12 of RayMediaServerInstallation
- Timestamp:
- Oct 4, 2015, 5:36:15 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
RayMediaServerInstallation
v11 v12 23 23 * 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'''). 24 24 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'''. 26 26 27 27 ---- … … 42 42 }}} 43 43 44 4. change the IP addresses in the files located in45 {{{46 path_to_rms/webapps/widget_name/WEB-INF/red5-web.properties47 }}}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.properties53 }}}54 55 WINDOWS example:56 {{{57 C:\Program Files\RMS\webapps\chat\WEB-INF\red5.properties58 }}}59 60 Now (both UNIX and WINDOWS) find and replace the following line:61 {{{62 webapp.virtualHosts=0.0.0.063 }}}64 with65 {{{66 webapp.virtualHosts=10.10.10.1067 }}}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 71 44 ---- 72 45 == Permissions == 73 46 74 * Now you have to add "executable" permissions to all the '''*.sh''' files and '''ffmpeg.exe''' fileinside Media Server directory. You can do it by invoking the following command (UNIX only):75 {{{ 76 chmod -v 777 *.sh ffmpeg.exe47 * 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 {{{ 49 chmod -v 777 *.sh 77 50 }}} 78 51 Make sure your current directory is the Media Server folder. 52 53 '''Note''': You can skip this step on Windows. 79 54 80 55 ---- … … 101 76 [DEBUG] 6596main:( org.red5.server.Standalone.debug ) Startup done in: 6597 ms 102 77 }}} 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 server110 * your server uses firewall which prohibits the access to it through the 1935 port111 112 In either case you should advise with your hosting provider.113 78 114 79 * '''If your server doesn't have sufficient RAM or you have no permissions to start RMS''', you would see an output like this: … … 144 109 WINDOWS: 145 110 {{{ 146 run_daemon.exe111 start_service.exe 147 112 }}} 148 113 … … 160 125 On Windows you should run Task Manager and look for "javaw.exe" process to make sure the server has been started. 161 126 162 * After you have successfully started RMS, enter ''' Ray Base -> BaseSettings''', 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. 163 128 164 129 * 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. … … 175 140 }}} 176 141 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. 178 143 179 144 ----