Pipelight
32-Bit Graphics Driver
Although 32-bit distributions mostly play Silverlight videos smoothly, you might experience dropouts in the playback with a 64-bit Linux. The problems with 64-bit support are caused by the fact that the 32-bit Silverlight requires a 32-bit graphics card driver.
The setup routines for installing of most distributions will not install this 32-bit driver out the box. You can tell that the driver is missing from the error messages of the Pipelight plugin when you start the browser in a terminal. Listing 7 shows the output for a system with an Intel graphics card.
Listing 7
Driver Problems on 64-Bit Systems
On Debian and Ubuntu, you can configure the 32-bit drivers by installing the libgl1-mesa-dri:i386
package. On Ubuntu 12.04, install libgl1-mesa-dri-lts-saucy:i386 (Listing 8). Although the libgl1-mesa-dri:i386 package is available on Ubuntu 12.04, it removes the entire X server – so do be careful. Under Arch Linux, you need to specifically install the driver required for your system (Listing 9). Look online for additional information on 32-bit drivers with Pipelight [13].
Listing 8
32-Bit Drivers in Ubuntu
Listing 9
32-Bit Drivers in Arch
Optimizing Pulseaudio
The PulseAudio sound server used in many Linux distributions can also cause problems with services that require Pipelight and Silverlight.
Misfires occur if the sound server fails to keep up with the sound. This problem is not limited to older systems with slow CPUs: I simulated the problem on a computer with a recent Core i7 quad-core CPU (3GHz).
You can usually solve these PulseAudio problems with a smaller packet size. To change the packet size, open the PulseAudio configuration file, /etc/pulse/daemon.conf
, as root in your favorite editor, and edit the following default-fragment-size-msec
(Listing 10).
Listing 10
/etc/pulse/daemon.conf
The default value is 25; I changed this value to 5, and a Silverlight-based video ran at 25 fps without any jerkiness in the image and sound. To enable the new settings, you should save the configuration file and restart PulseAudio using the pulseaudio -k
command.
Conclusions
In my tests, I was able to successfully use several popular video-on-demand services in Linux. Only Sky Go turned out to be really awkward because I had to change the configuration to force the system to use Silverlight 5.0. Future versions of Pipelight will do a better job of supporting the more advanced encryption in Silverlight Version 5.1. Note that some of the hurdles are legal, because many of the problems with Silverlight 5.1 support are related to DRM. The Magine and Watchever services turned out to be particularly Linux friendly and did not even force me to spoof a Windows user agent.
I discovered one annoying limitation with Amazon Prime Instant Video: Amazon's online video library only plays movies in SD quality with Pipelight under Linux; the Amazon player refuses to play HD videos, claiming that the monitor lacks HDCP support [14]. (See the "HDCP" box.) The reason for this problem is that the Linux graphics drivers do not support functions for restricting the user, but Amazon's service requires mandatory digital rights restrictions. The Pipelight team is working on an appropriate workaround.
HDCP
High-bandwidth Digital Content Protection (HDCP) is a copy protection scheme used to prevent tapping of video and audio data on the (mandatory digital) connection between the sender and receiver. If the output device does not support HDCP, the player reduces the resolution or completely refuses to play back.
Many Rasp Pi fans use the tiny computer as a media center. Raspbmc and OpenELEC are two distributions that specialize in optimizing XBMC for the capabilities of the Rasp Pi. In theory, a Raspberry Pi media center would be an ideal use for Pipelight; however, Silverlight is only available for x86 instruction sets, so the Silverlight plugin won't work with the ARM-based Raspberry Pi.
Infos
- Microsoft Silverlight: http://www.microsoft.com/silverlight/
- Moonlight: http://mono-project.com/Moonlight
- Pipelight: http://fds-team.de/cms/articles/2013-08/pipelight-using-silverlight-in-linux-browsers.html
- Pipelight install: http://fds-team.de/cms/pipelight-installation.html
- Pipelight-Stable-PPA: https://launchpad.net/~pipelight/+archive/stable
- Silverlight Balls animation test: http://bubblemark.com/silverlight2.html
- Experience IIS Smooth Streaming: http://www.iis.net/media/experiencesmoothstreaming
- Experience IIS Smooth Streaming 1080p: http://www.iis.net/media/experiencesmoothstreaming1080p
- User agent switcher for Chrome/Chromium:https://chrome.google.com/webstore/detail/user-agent-switcher-for-c/djflhoibgkdhkhhcedjiklpkjnoahfmg
- User agent overrider for Firefox: https://addons.mozilla.org/en-US/firefox/addon/user-agent-overrider
- User agent switcher for Opera: https://addons.opera.com/de/extensions/details/user-agent-switcher
- Gnome 3 full-screen bug: https://bugs.launchpad.net/pipelight/+bug/1277972
- Installing 32-bit graphics drivers: https://answers.launchpad.net/pipelight/+faq/2485
- Status of HDCP support: https://answers.launchpad.net/pipelight/+question/244793
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.