Installing Wowza Streaming Engine on ubuntu

When you complete the free trial form you will get a screen like this:


click whatever the linux version you do have then it will install the .run file.

Linux– In the folder where you downloaded the Linux package, run the
commands below for your platform. Then, follow the wizard instructions.

64-bit Linux Systems
sudo chmod +x WowzaStreamingEngine-4.4.0-linux-x64-installer.run
sudo ./WowzaStreamingEngine-4.4.0-linux-x64-installer.run
32-bit Linux Systems
sudo chmod +x WowzaStreamingEngine-4.4.0-linux-installer.run
sudo ./WowzaStreamingEngine-4.4.0-linux-installer.run
If you acquired a new license key, you'll find it in the email that you received  from Wowza Sales.

To create a user name and password for an Administrator account. You'll use this account to sign in to the browser-based Wowza Streaming Engine Manager. The user name and password values are case-sensitive.

Linux – /usr/local/WowzaStreamingEngine-4.4.0/ (as the root user)


Starting and Stopping the Software: 

 To start the service, enter:
sudo service WowzaStreamingEngine start
-or-
/etc/init.d/WowzaStreamingEngine start
 To stop the service, enter:
sudo service WowzaStreamingEngine stop
-or-
/etc/init.d/WowzaStreamingEngine stop
On you machine, check wowza is running :- in browser
http://127.0.0.1:1935/
In browser
http://127.0.0.1:8088/enginemanager
Read and continue steps and run wowza
Login with user name and password you put in console on wowza installation

Now you are good to go for first demo video streaming on clicking

Test player -> start

Place your video in content folder and play it.

Comments

Popular posts from this blog

Highcharts with grouped categories

Completely Uninstall and Install Rubymine on ubuntu