


#RTMP SERVER CENTOS 720P#
The broadcast is transcoded using a variable bitrate of 2048K and an output of 720p which is sent to the simulcast application.In the above NGINX configuration, we can see that we're live streaming to YouTube using a relay, which means the content output from the streaming software will be sent directly to YouTube as is.Editing the /etc/nginx/nf can be done in a lot of ways, built in methods include the use of vi and nano. Once installed (which was done in the previous command), simply edit the /etc/nginx/nf file and add the following config to the file.
#RTMP SERVER CENTOS INSTALL#
Sudo apt install libnginx-mod-rtmp nginx-full stunnel4 Setup NGINX Once you're in the GNU/Linux shell, run the following commands (assuming you've installed the ubuntu image as I have). This command will drop you into the GNU/Linux shell. Now that the windows command prompt is running, type the command bash. You can bring up the run dialog box by pressing -R, once open you can type "cmd" in the text box, then press "OK". Start the WSL, this can be done by double clicking the icon for the GNU/Linux image you installed from the Start menu, or by running a Powershell or CMD session. It is important to note that the user and password defined here are NOT the Windows user you're currently logged in with. Upon installation you will be asked to define a user, and set a password for that user. Pull an image from the Windows store, in my case I used the latest ubuntu sadly centos wasn't an option. note for WSL version 2 (recommended) you must install the GNU/Linux kernel component. I will not be covering the install process here, it is well documented by Microsoft, and is really a matter of running basically 3 commands. To accomplish this mission you'll need to install the WSL ( Windows Subsystem for Linux).
