The Wowza Streaming Engine™ media server software Transcoder supports NVIDIA's NVENC accelerated encoding. This article describes how to set up the NVIDIA driver and Wowza Streaming Engine on Debian to leverage this technology. The procedure in this article was tested against Debian 7.0.0.
Notes:
- Accelerated encoding isn't available when running on a virtual hardware environment such as VMware or Xen.
- Older graphics drivers for your NVIDIA hardware may limit NVENC-based video encoding to approximately 30 simultaneous encoding sessions. Update your graphics driver to the latest version to avoid this limitation.
Set up NVENC accelerated encoding
- Download and install Debian 7.0.0 on a server that includes a supported NVIDIA graphics card:
- Go to Downloading Debian CD/DVD images via HTTP/FTP and click on Debian Official CD/DVD images of the "stable" release.
- Click the amd64 link in the DVD section.
- Download debian-7.0.0-amd64-DVD-1.iso.
- Burn the downloaded ISO image onto a DVD.
- Install the operating system from the DVD.
Note: For best performance, only install the Standard system utilities option. Uncheck all other options.
- Go to Downloading Debian CD/DVD images via HTTP/FTP and click on Debian Official CD/DVD images of the "stable" release.
- After the installation is complete and the server is rebooted, do the following to prepare the system for the NVIDIA driver installation:
- Log on to the system as root user.
- Update and upgrade all components.
apt-get update apt-get upgrade
- Install Development Tools.
apt-get install build-essential
- Install kernel headers.
apt-get install linux-headers-$(uname -r)
- Disable the Nouveau driver:
- Open the blacklist.conf file.
vi /etc/modprobe.d/blacklist.conf
- Add the following line to the bottom of the blacklist.conf file and then save and close the file.
blacklist nouveau
- Open the blacklist.conf file.
- Restart the server.
shutdown -r 0
- Log on to the system as root user.
- Download and install the 64-bit Linux driver for your graphics card:
- Log on to the system as root user.
- Download the graphics driver for your hardware from NVIDIA Driver Downloads.
- Make the driver installation package executable.
chmod +x NVIDIA-Linux-*
- Run the driver installation package.
./NVIDIA-Linux-*
- Accept: License Agreement
- No: CC version check failed
- Yes: Install NVIDIA 32-bit compatibility OpenGL libraries
- Yes: OpenGL location warning
- Yes: Run nvidia-xconfig utility
- OK: Configuration successfully updated
- Accept: License Agreement
- Restart the server.
shutdown -r 0
- Log on to the system as root user.
- Install Java and Wowza Streaming Engine.
You can now use the NVENC encoding implementation in your Transcoder template. For more information, see Set up and run Transcoder in Wowza Streaming Engine.