MEDIAL Upgrade, Version 4

This topic explains how to upgrade MEDIAL from prior versions of Helix Media Library to version 4. If you are installing a new system, follow the MEDIAL installation instructions and skip this topic. To upgrade from version 4 to version 5, refer to MEDIAL Upgrade, Version 5.

Before beginning the upgrade process, ensure that you have the installers and necessary license keys for both MEDIAL and the Wowza Media Server. If you need to obtain the latest version of the MEDIAL installer, log on to the self-service portal or contact the support team.

Back Up the VLS Database

Before upgrading MEDIAL, back up the database of user information.

Do not proceed without backing up the VLS database. If the upgrade fails, the database backup is necessary to roll back to the previous version.

If the host server is a virtual machine, take a snapshot in addition to performing the backup tasks described here. You can delete the snapshot once a successful upgrade is confirmed.

If you need to restore the database from a backup, refer to Restore the VLS database.

To back up the database:

  1. Open SQL Server Management Studio Express.

  2. Click Connect to log in with an account that has full permission to access and back up the VLS database.

  3. Expand the Databases folder to find VLS. Right-click and choose Tasks > Back Up.

  4. In the backup dialog, verify the destination where the backup will be created. To change the destination, click Remove and Add, then enter a new path where the backup will be created.

  5. Click Options and check the box to Verify backup when finished.

  6. Click OK. When the backup completes, click OK on the notification box.
  7. Exit SQL Management Studio.

Back Up the Media Library

The existing media library must be backed up before you begin the upgrade.

If the upgrade fails, it is possible to restore the old version only if both the web sites and the database backups are present.

To back up the media library:

  1. Load Services by clicking Start > Run.
  2. In the box, enter services.msc and click OK.
  3. Locate and stop the HMLService by right-clicking it and selecting Stop.

  4. Locate your media library installation. The default location is C:\HelixMediaLibrary.

  5. Copy the folders within the media library directory.

  6. Paste the files into a backup location.

Disable Helix Server and Install Wowza

Before installing Wowza Media Server, you must stop the existing Helix Server service and disable it. You can then install Wowza Media Server as the new streaming engine used by MEDIAL.

If Helix Server supports any other streaming appliances or applications, record the Helix Server settings before you disable the service so that you can recreate them in Wowza if necessary.

To replace Helix Server with Wowza:

  1. Log onto the Windows server that runs Helix Server.
  2. Open Services from Administrative Tools.
  3. Locate the Helix Universal Media Server service and stop it by right-clicking the service name and choosing Stop.

  4. Double-click the service. On the General tab of the service properties dialog, change Startup type to Disabled.

  5. Click OK to exit.
  6. Install Wowza Media Server as described in the section Wowza Installation.
  7. After you have finished the Wowza installation, continue with the following instructions in this section. You will configure the Wowza Media Server after you upgrade MEDIAL.

Configure IIS Binding for HTTP Playback

Wowza Media Server delivers Flash content over RTMP port 1935. For audio and iOS playback, HTML5 will be delivered over port 80. For HTML5 playback and file downloads to work, you must bind the streaming URL to IIS.

To bind IIS for HTTP playback:

  1. On the Windows Server that runs IIS, open a command prompt with administrative privileges.
  2. Run the following command using the IP address for Wowza Media Server:

    Netsh http add iplisten ipaddress=x.x.x.x
  3. Restart IIS by issuing the following commands:

    net stop http /y
    net start http
    net start w3svc
  4. Close the command window.
  5. Carry out the IIS configuration steps described in the section Configure HTTP Delivery.

  6. Continue with the instructions in this topic.

Upgrade the Media Library

After you have installed Wowza and prepared IIS, you can upgrade Helix Media Library to MEDIAL.

To upgrade the media library:

  1. Download the new installer and unzip the package if necessary.
  2. Launch the installer by right-clicking it and selecting Run as Administrator.
  3. Select the Upgrade radio button and leave the installation type set to Full. Click Next.

  4. To proceed, click to radio button to accept the license agreement and click Next.

  5. If the media library is installed in a different location from the default, click Change and locate it.

  6. Supply the login credentials of an account that has permission to run the upgrade. If the account is a domain account, add the domain as a prefix as in domain/username. Click Next.

     

    Use an account that does not expire. The chosen account will run the encoder scheduled tasks.

  7. Click Browse and locate the MEDIAL license file. Select it and click Next.

  8. Enter the streaming information as described below and click Next.

    • Wowza Base URL – URL used for streaming content.
    • VOD streaming application – Name of the application that MEDIAL uses to deliver Flash on-demand video content.

      Unless you have a specific reason to use a different name, use the default application name flash.

    • Wowza Streaming Engine Folder

      1. If you are installing Wowza Media Server on the same machine as MEDIAL, enter the full Windows path to the folder inside the main Wowza installation folder. In the following example from Windows Explorer, the folder name is shown as Wowza Streaming Engine 4.1.2.

      2. If you are installing Wowza Media Server on a remote machine (that is, a server other than the one that hosts MEDIAL), enter the network path to the Wowza streaming engine folder. For example:

      If a message says that the Wowza Server could not be contacted, ensure that either the Windows firewall on the Wowza Server is disabled or that port 1935 is open.

    • Wowza API URL – URL of the Wowza API that can extract playback statistics from the streaming server. The URL contains the login credentials in this form:

      http://username.password@URL_to_Wowza_Server

  9. Click Finish once the upgrade is complete.

  10. Click Start > Administrative Tools > Services.
  11. Right-click HMLServer, and choose Start.

  12. Configure the Wowza Media Server as described in the section Wowza Configuration.

  13. If you have additional, standalone transcoding instances, upgrade them as described in Upgrade an Existing Encoder.

Roll Back an Unsuccessful Upgrade

If the upgrade is not successful, you can roll back to the previous version of the media library using the backups you created.

  1. Click Start > Administrative Tools > Services.
  2. Right-click HMLService, and choose Stop.

  3. Navigate to the Helix Media Library installation directory and rename the current installation. For example, rename:

    C:\MediaLibrary 

    to:

    C:\HelixMediaLibraryFAILED
  4. Create a new directory to replace the prior installation directory (for example, re-create the C:\MediaLibrary). In this directory, restore the folders and files you backed up previously as described in Step of Back Up the Media Library.
  5. In the Services list, stop the World Wide Web Publishing service.

  6. To restore the previous VLS database, log into SQL Management Studio and expand the server node, followed by the databases node. Right-click the VLS database, click Tasks > Restore > Database.

  7. In the Restore Database window, choose the From device… radio button and select the backup made prior to upgrading.

  8. Locate the backup of the VLS database using the Add button.

  9. Check the box in the Restore column for the backup once it has been selected.

  10. Click Options and check the box to Overrwrite the existing database (with replace). Click OK to restore the database.

  11. Exit SQL Management Studio.
  12. Load Services by clicking Start > Administrative Tools > Services.
  13. Start the services named World Wide Web Publishing and HML Service.
  14. Set the permissions on the HelixMediaLibrary installation directory by navigating to it (for example, C:\HelixMediaLibrary), right-clicking it, and selecting Properties.

  15. In the properties dialog, click the Security tab. Verify that the Network Service account is listed in the access list. If the account is present, ensure it has Read & Execute rights and skip to Step . If it is not present, proceed to the next step.

  16. If the account isn’t present, do the following:

    1. Click Edit.
    2. In the window that appears, click Add,
    3. Enter the name of the account (Network Service) and click Check Names. Click OK.

    4. Select the Network Service account and check the box to allow Read & Execute permissions. Click OK.

    5. Click OK to exit.
  17. The HML restore should now be complete. Load the sites to check that they are working.