Skip to main content

Posts

Showing posts from 2021

Wowza StreamingEngine 4.x Installation

Textual installation: I will be very straight forward about the installation. I assume you already have a fresh installed clean ubuntu server. If you don’t run on root, use sudo as prefix on the commands given in this tutorial 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 Always check for the latest JDK: You might have to update the url of the java download http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Make sure your ubuntu server is up to date. Run the 2 commands. apt-get update apt-get upgrade 2. Wowza is depending on Java, so we have to install it manually (update april 17,

HOW TO ENABLE ZIPARCHIVE IN WHM OR EASYAPACHE 4

  Hosting your sites on a VPS or Dedicated server sometimes gives you little trouble doing specific things using PHP such as handling a ZIP archive. Recently we upgraded our web hosting servers to new dedicated servers at Hivelocity and found the same issue. Here’s how you can enable ZipArchive in WHM/EasyApache 4. Look for the options First, log in to your WHM using root’s credentials and search for Apache. Look for the menu item “ EasyApache 4 “. It may take a while to load that specific menu item’s details page. Hence, wait for a couple of minutes. Once loaded, you will find few options and one of them going to be “ Currently Installed Packages “. The Solution There’s a “ Customize ” button beside that package name, click that and navigate to “ PHP Extensions “. On the next screen, search for  ZIP . You will see many options such as “ php55-php-zip “, “ php56-php-zip “, the number of ZIP extensions depends on the PHP versions installed on your server. Enable those extensions, the sy