To make sure you will get through this installation first get a developer license first. You need it during the installation of wowza. You can get as many and as often one. The license is valid for 180 days and you can use it for 1 upload stream and 10 viewers. For developing purposes this should be enough. When the 180 days are over, just replace it with a new one;).
https://www.wowza.com/media-server/developers/license
- Make sure your ubuntu server is up to date. Run the 2 commands.
2. Wowza is depending on Java, so we have to install it.
3. Install Oracle JDK package
4. Time to install wowza. Go to a tmp directory
Download the latest version (in this case 4.7.1) you can replace it with the latest version (which you can find here: https://www.wowza.com/pricing/installer)
Make the file executable:
Time to run the file and start the actual installation:
5. Some questions will be asked. they all can be answered with Enter or yes.
Get your license key on standby. You need it here:
After this you have to create a username and password to your choice (words in capitals you should fill in yourself.
Do you want to start wowza automaticly after a reboot?
Setup is ready. Continue to install wowza with the settings you gave in above questions. Not sure? (type N to start from step 4 again).
Time to get some coffee (it will take about a minute or 2)
After this the setup is done
You can now access your wowza streamingEngine Manager in your browser by typing your ipadress instead of the YOUR_SERVER_IP in the example below.
Update sept 4, 2017:
Go on the commandline again an check the java version:
It will show something like this:123java version "1.8.0_144"Java(TM) SE Runtime Environment (build 1.8.0_144-b01)Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)
When you go into the Enginemanager and to server > About
You will most likely see a different (older) version. In my case it was: 1.8.0_77So Wowza is not using my latest java version on the server. Here is a fix for that:
Go on the commandline again:This will remove the current java version and create a symlink to the latest version. After this restart the streamingengine and enginemanager.
Now login again in the Enginemanager and check the java version again. It should give you the same version as you have on the server. In my case: 1.8.0_144
출처 : https://vanmarion.nl/blog/blog/wowza-streamingengine-4-x-installation/
'개발지식창고 > Web_Server' 카테고리의 다른 글
CentOS에서 APM Source 설치(2.Mysql 설치) (0) | 2019.02.28 |
---|---|
CentOS에서 APM Source 설치(1.Apache 설치) (0) | 2019.02.28 |
[Centos] samba를 이용하여 리눅스 폴더를 윈도우에서 공유하기 (0) | 2017.10.17 |
[NodeJS] gcm push 서버 성공 예제소스 (0) | 2015.08.15 |
vmware에 설치된 ubunto와 윈도우간 파일 공유 (0) | 2014.11.21 |