GNU/Linux DVD Player Review

May 6th, 2002 by Jon Kent in

Jon takes a look at Xine, VideoLAN Client, MPlayer and Ogle—four GNU/Linux DVD playback applications.
Your rating: None Average: 5 (1 vote)

Playing DVDs under GNU/Linux has not had the happiest of histories, what with the DeCSS debacle and subsequent legal battle. So you'd be forgiven for thinking that you will never be able to play your DVDs on your GNU/Linux system. Luckily, this is not the case, and there are several applications available for you to download and use. The issue with DeCSS is still with us but is slowly getting clearer. However, this has left some of the DVD players officially not supporting encrypted DVDs, although unofficially, playback is possible via third-party additions.

This introduction to DVD playback applications for GNU/Linux looks at Xine, VideoLAN Client, MPlayer and Ogle. In addition to playing encrypted DVDs, unofficially in some cases, several of these players also will play back other file formats.

Xine

Xine has quite a large following, and for good reason, as it is a very capable DVD player. In addition, like most of the players reviewed here, Xine is capable of playing a large range of file types in addition to unencrypted-DVD playback. Xine easily can be extended with additional functionality as it supports plugins that enable you to incorporate new codecs (open- or closed-source) or any additional function easily. There are many plugins available for Xine on the Net ready to be downloaded.

Xine only supports the playback of unencrypted DVD directly, but support for encrypted DVDs is provided by a third-party plugin (xine_d4d_plugin). It is unlikely that Xine will support encrypted DVDs directly. The legal status of this plugin is, as always, debatable, but it is easy enough to find and install. There are some useful links on the Xine web site, and a search at Google should find the required links for this plugin. It is stated on the Xine web site that encrypted DVD playback is not going to be supported directly because of the legal issues that surround this area. However, once you have installed the plugin, Xine's playback of encrypted DVDs is smooth with no noticeable problems with audio synchronization or any video glitches.

Xine's interface is tidy and provides most of the function you might require. Depending upon your preferences, you may find that it takes up too much space on your desktop. As Xine is currently not skinnable, there is no way to change the size or layout of the GUI. If you are running XFree86 4.x, with a supported video card, you can switch Xine from windowed to full-screen mode and back again smoothly. If this is not supported by your video card or version of X, Xine still can be viewed in a window, which is the default startup mode.

Unfortunately, Xine does not support DVD menus directly; however, there is a plugin called dvdnav (available from prdownloads.sourceforge.net/dvd) that adds this functionality to Xine. This plugin is a must-have if you intend to use Xine for DVD playback. The plugin works very well, even with the complex animated menus that some DVDs have, and although this is not required for DVD playback, it obviously gives you complete access to all the features available. The code for the DVD navigation was written referencing the original Ogle DVD menu code base.

Xine is a good DVD player, and with the use of plugins it can be extended in many ways. It appears to have a solid following, which should ensure its survival. The interface, however, may not be to everyone's taste.

VideoLAN Client

The VideoLAN Client is part of the VideoLAN Project, a full MPEG-2 client/server solution. However, the VideoLAN Client also can be used as a standalone program to play MPEG-2 streams from a hard disk or DVD. It currently has GTK+, GNOME, KDE and Qt front ends and can use either X11, XVideo, SDL or DirectX for video output. For audio, VideoLAN Client supports OSS, ALSA and ESD. To access encrypted DVDs, VideoLAN Client uses the library libdvdcss, which is a simple library designed for accessing DVDs like a block device without having to bother with the decryption. VideoLAN Client does not use DeCSS but a different implementation that does not use the cracked Xing decoder key. The libdvdcss was written by the VideoLAN Client development team, using the original DeCSS code as a reference base.

DVD playback with VideoLAN Client is very smooth with no noticeable problems with audio synchronization. When you start viewing a DVD, it defaults to opening up a window to display the movie, but you switch to full-screen mode quickly and easily by pressing the F key, as with the other players reviewed here. The switch from windowed view to full-screen view, and back again, is very quick and smooth with no slowing of playback.

VideoLAN Client GUI is a rather large window by default, the largest of the group. This seems unnecessary, and although you can shrink it down, it does not scale very well—a minor point, but it does seem overly big for what is a simple interface. That said, the GUI itself is fairly easy to navigate, with buttons to Stop, Pause, Forward and so on. Preferences also can be modified for items such as the path to the DVD/VCD device, audio device and output to use, the default interface and so on. It is the only player reviewed here that allows you to modify the preferences from the GUI.

The only drawback to VideoLAN Client is that there is currently no support for DVD menus, so you only can see the movie and you cannot access any additional items. This is not a major drawback and should not be held against VideoLAN Client as its DVD playback is as good as Xine and MPlayer. If you are not too worried about having DVD menu support and can live with the largest GUI of the players reviewed here, VideoLAN Client is a good choice.

MPlayer

MPlayer is another movie player that can play most MPEG, VOB, AVI, VIVO, ASF/WMV and QT/MOV files supported by many native, XAnim and Win32 DLL codecs. In addition to this you can watch VideoCD, SVCD, DVD, 3ivx and even DivX movies. In this respect it supports more formats than any of the other players reviewed here.

In addition to all of these video formats, MPlayer also supports a wide range of output drivers. It works with X11, Xv, DGA, OpenGL, SVGAlib, fbdev and AAlib, and you can use SDL and some low-level card-specific drivers (for Matrox, 3Dfx and RADEON) as well. Most of them support software or hardware scaling, so you can enjoy movies in full screen. Lastly, MPlayer supports displaying through some hardware MPEG decoder boards, such as the DVB and DXR3/Hollywood+. Blimey that's a list and a half.

So this looks like a one-stop shop for movie playback, but how does it perform? Very well. There are occasionally synchronization problems with DVD playback but nothing too major. The only thing to remember is that MPlayer does need to be run on a fairly powerful PC (greater than 500MHz) to work properly. If you are running on low power, MPlayer definitely is not for you. On lower spec machines the audio synchronization can get very messy, and the video becomes jerky, making the DVD, and other movie types, unwatchable. If you are using a lower spec machine, VideoLAN Client would appear to be the best option.

Encrypted DVDs are supported using the libcss library and, optionally, libdvdread for chapter support. As with the other players, encrypted support is not provided directly by MPlayer; you will need to download the libraries yourself. Unlike Xine, MPlayer does not support plugins, so you need to ensure that the libraries are installed before compiling.

MPlayer does not compile with a GUI by default, which is a little bizarre. To be fair, this is not a negative point as this is not really required if you just intend to use MPlayer to play back DVDs, as it does not support DVD menus. So having a GUI is not really necessary for DVD playback. However, if you intend to use MPlayer to play back other file types, you will need the GUI. To have GUI support you need to specify this if you compile from source by adding --enable-gui to the configure script.

To access the GUI you then either start MPlayer with a -gui switch (MPlayer does not use the standard --, which is usual for switches of more than one letter) or link MPlayer to gMPlayer, and then call gMPlayer instead. Another hurdle to get over with a GUI is that MPlayer is skinnable, but the standard source code has no skin, so the GUI still will not work. You need to download a skin from the MPlayer web site and install it, which is an irritating step. However, once all these additional steps are completed you are then presented with a usable interface to MPlayer. The interface, using the default skin, presents a simple and clean looking interface, that does not take up too much screen space. For those of you that find the Xine interface a little too bulky, MPlayer may suit you.

MPlayer's main drawback, or at least irritation, is that you cannot access a DVD from the GUI; instead you have to start MPlayer with the -dvd flag in order for it to play your DVD. To view another DVD currently means that you have to restart MPlayer. Lastly, there is no support for DVD menus available at present, so you cannot access the additional features of your DVD with MPlayer.

As a one-stop shop for movie playback, MPlayer scores very highly. It is fast (assuming you have a fairly new PC), and DVD playback is very good with no audio synchronization problems. With the support for multiple file format, you may find that MPlayer is all that you need.

Ogle

Ogle is purely a DVD player and was the first to support DVD menus and navigation, the code of which is now used in the Xine plugin as mentioned earlier. As with VideoLAN Client and MPlayer, Ogle uses libcss and libdvdread to decode and read DVDs. The MPEG decoder features various levels of acceleration to take advantage of MMX processors and some hardware MPEG decoders.

Ogle can be run directly from the shell, but a GUI is also available if you prefer. The GUI is more compact than VideoLAN Client's, but manages to contain more functionality. All of the major functions are present, such as pausing, forwarding the DVD and menu keys. That said, the interface to the control GUI is still larger than the standard MPlayer GUI and is not as nice to look at. Unfortunately, although there is an option to edit preferences, it is not currently functional.

When you first access your DVD from Ogle you are presented with the DVD menu, which you navigate using your mouse. You also can navigate the DVD menu by using the arrows on the GUI, but navigation using the mouse seems to be the easiest method by far. Unfortunately, playback of encrypted DVDs is occasionally not as smooth as with VideoLAN Client or MPlayer as there are freezes and audio glitches. However, this is occasional and does not detract too much from watching a DVD, but it might be a consideration. As with the other players reviewed, you can switch between windowed and full-screen mode, and again, switching between the modes goes smoothly.

Ogle does have a few drawbacks, the main ones being that there is no chapter menu support, no angle selection during playback and no closed-caption support. The most annoying issue is that you have to restart Ogle to play another DVD, which is the same problem MPlayer has. These may not be major issues to you but are worth taking into consideration.

Ogle is the only one of the players reviewed here that only plays DVDs and not any other formats. Its main claim to fame was the DVD menu support, but thanks to the fact that Ogle is open-source, the code base is now being used in other players. If you only want to play DVDs, then Ogle is worth reviewing, but if your needs are wider than that, you probably will want to look at one of the other players.

In conclusion, playing your bought-and-paid-for DVDs under your favorite OS is now achieved easily using any of the players reviewed here. There are many other players available; the ones we reviewed here have the most supporters and users. As always, because there are a wide range of DVD players to choose from, you should be able to find a player to suit your requirements. So go ahead and enjoy your DVDs on your GNU/Linux box.

Jonathan Kent is a system integration consultant working in the financial sector on real-time market data delivery systems. He has been using UNIX for the past ten years and GNU/Linux for four years. He lives with his family in the United Kingdom.

__________________________


Special Magazine Offer -- 2 Free Trial Issues!
Receive 2 free trial issues of Linux Journal as well as instant online access to current and past issues. There's NO RISK and NO OBLIGATION to buy. CLICK HERE for offer

Linux Journal: delivering readers the advice and inspiration they need to get the most out of their Linux systems since 1994.

Sorry, offer available in the US only. International orders, click here.

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

DVD on Linux...

On June 4th, 2008 Anonymous (not verified) says:

Good review of linux DVD Player.

BBK dvd player?

On January 19th, 2008 Movie is My Life (not verified) says:

What about BBK dvd player? Pls make review on BBK dvd ;)

I like MPlayer very much

On September 19th, 2007 Kre Alkalyn (not verified) says:

I like MPlayer very much which is easy to use.

Hi Linuxjournal, I (and many

On June 19th, 2007 Wezp Directory (not verified) says:

Hi Linuxjournal, I (and many others) would love to see a follow-up of this article as it's quite old now and a lot has changed in between. thank you!

Schade

On June 12th, 2007 John M. Bolder (not verified) says:

Schade, dass hier soviel automatische Einträge drin sind.

Community responds to theft of DVD player from child with autism

On May 16th, 2007 maxic (not verified) says:

A Rochester child will get to watch DVDs again, despite a thief's dirty work.

On Wednesday, a Rochester-based foundation made plans to replace Bailey Jasperson's portable DVD player.

Bailey, 7, lives with facial pain from growth problems, and he's had nearly two dozen surgeries.

He also lives with autism, which makes disruptive events especially traumatic. Rides to and from the Twin Cities, where he gets his treatments, cause him to cry from the pain.

Last week, Bailey's mother, Michelle Jasperson, forgot to lock the family's truck doors while she performed a good deed for her mother.

When Jasperson returned to the truck, both Bailey's and his sister's DVD players were gone.

On Wednesday, Jasperson said the RT Autism Awareness Foundation plans to replace Bailey's portable DVD player.

The Jasperson's had taken out a loan to buy a new DVD player that works for both their son and daughter, said Brad Trahan, a founder of the Awareness Foundation.

"Our foundation has agreed to reimburse the family for the DVD player," he said, noting the foundation board voted to do so unanimously.

Several people wrote or called the Post-Bulletin with offers of help for the family after news about the theft and Bailey's plight were published Tuesday.

Trahan said that if people are interested in connecting with other families living with autism, they can contact the Autism Awareness organization.

"We're not going to let these families face this illness alone," he said.

If you would like to help families with needs similar to the Jaspersons, call the United Way's information and referral service at 211.

Mplayer

On October 9th, 2007 Nick Cave (not verified) says:

The Jasperson's had taken out a loan to buy a new DVD player that works for both their son and daughter, said Brad Trahan, a founder of the Awareness Foundation for movie downloads.

MPlayer

On February 11th, 2007 Kevin Chen (not verified) says:

I like MPlayer very much which is easy to use.

agree

On February 27th, 2007 volker (not verified) says:

agree w you, but good informations given and will check out more.
good article !

Hi Linuxjournal, I (and many

On February 1st, 2007 Andrew (not verified) says:

Hi Linuxjournal, I (and many others) would love to see a follow-up of this article as it's quite old now and a lot has changed in between. thank you!

Configuration

On January 31st, 2007 Totti (not verified) says:

I found the configuration straightforward ;)

me to

On March 28th, 2008 counter strike (not verified) says:

Great, I found it too :D
greetings Counter Strike

Videolan is also very

On December 21st, 2006 Severin (not verified) says:

Videolan is also very compatible

VLC plays everything without

On December 21st, 2006 Clemens (not verified) says:

VLC plays everything without problems

Re: Videolan is also very compatible

On December 30th, 2006 Anne Clark (not verified) says:

I also think that Videolan is the best choice. We have here in the company good experiences with this solution.

Ps3 and yellow dog linux = best dvd player based on linux ever!

On April 9th, 2007 Gringolo (not verified) says:

Videolan is very well. But if anybody has got the possibility to run Linux on a Playstation 3 console that will make the best DVD Player under Linux ever been. Try out! I am using Yellow Dog Linux doing it. Btw. nice article! Thx

Yes, I would confirm:

On February 4th, 2007 Josef Stalter (not verified) says:

Yes, I would confirm: Videolan is the best choice.

www.Brilliantringe.de

I love Xine and so recommend

On December 21st, 2006 Markus (not verified) says:

I love Xine and so recommend it

Xine?

On April 23rd, 2007 Bill (not verified) says:

Xine? Do you know something better?

Always a winner thanks

On December 21st, 2006 Lukas (not verified) says:

Always a winner thanks

I give the programmers of

On December 4th, 2006 Logodesign (not verified) says:

I give the programmers of mplayer my two thumbs up.
They are dedicated programmers.

New Comment

On December 3rd, 2006 Heiko Müller (not verified) says:

Linuxjournal is a great hp. Good on you!

implementation of Open-Source

On December 5th, 2006 RonBuses (not verified) says:

This is a wonderful, insightful and uplifting case of a revealing infrastructure implementation of Open-Source & Free Software. Keep up these useful pieces.

XINE is the best

On November 29th, 2006 Peter (not verified) says:

I´ve been using XINE for a very long time now and I never had any problems using it. Had no problmes with any DVD - so I recommend XINE!

need your help !

On May 2nd, 2008 msm.Linux.newbie (not verified) says:

i tried to install VLC but i found it needs alot of dependencies , though Xine needs fewer dependencies i couldn't install it regarding that im using RHEL 4.0 (which was made by oracle)
please if you had time send me the steps
thnx for ur time.

i have problems with

On November 29th, 2006 Anonymous (not verified) says:

i have problems with configuration ...

i have problems with

On November 25th, 2006 księgowy (not verified) says:

i have problems with configuration... ;/

No problem

On December 9th, 2006 Server-list (not verified) says:

If you have problems, please read the documentation in
DOCS/HTML/en/index.html, which should help you solve most of your problems.
Also read the man page to learn how to use MPlayer.

Polskie Forum Emule

On December 8th, 2006 eMule Forum (not verified) says:

What problem? configuraion is easy :)

enjoy

I've got 2 errors

On December 4th, 2006 AUtobusy (not verified) says:

Thanks for the article, jonathan.
ps: problems with configuration - I've got PIII800 - I've got 2 errors the picture has flickering yellowish stripes - which change shape as and I resize the window.

MPlayer

On November 23rd, 2006 Erich Kass (not verified) says:

One of the best is VLC. Beyond question.

Mplayer

On November 22nd, 2006 Katalog (not verified) says:

i have the Mplayer and its my first and i think for al long time...

videolan

On November 21st, 2006 Tim Muthmann (not verified) says:

i think videolan is the best cause it works on every os (macosx, win, unix) and needs really low hardware specifications. best prog. ever ;)

kaffeine

On November 16th, 2006 studium (not verified) says:

i think kaffeine is the best media player by using xine backend.

GNU/Linux DVD Player Review

On November 16th, 2006 Gry (not verified) says:

Nice article man! Didn't ethen knew about those players. I will sure try them all. Switched to linux a few days ago ans really need one of those. Thanks!

Mplayer

On November 15th, 2006 VitaLation (not verified) says:

Mplayer and vlc are the players I really prefer.

VLC

On November 13th, 2006 Webwelt (not verified) says:

I Love VLC. It plays everthing i know. This Programm rules :)

Greatings from Germany

Mplayer

On November 12th, 2006 VitaLation (not verified) says:

Mplayer and vlc are the players I really prefer.They are both easy to use and the important point is that you can get versions not only for Unix-like systems, but also for Windows. Thats great.

Interoperability

On November 10th, 2006 Gourmet (not verified) says:

A helpful totorial.
But the interoperability isn´t warranted.

Mplayer unique features

On November 9th, 2006 Tachyon (not verified) says:

Your article was very helpful.
I totally agree, Mplayer has some unique features which make possible a lot of customization.

Respect the young guys which

On November 7th, 2006 Hochzeitsfoto (not verified) says:

Respect the young guys which cracked the DVD-Code .

I the personal use the Videolan Player and can recommend these reservationless. Thanks.

Mplayer

On October 30th, 2006 TonyMaroni (not verified) says:

Mplayer is my first choice since a long time... i don´t need anything else...

No-way!

On October 29th, 2006 Biurowe (not verified) says:

Audio/Video makers will do everything not to allow HD content algo leak... so I wouldn't count on it.

ok...;-)

On October 15th, 2006 Mike (not verified) says:

I was convinced of all the features VLC has, but i tested mplayer and now i have a new friend - thanks for this great review!

Huh. I only hope VLC or

On October 19th, 2006 Miejsca (not verified) says:

Huh. I only hope VLC or other project will decode BD/HDDVD one day in not-so-distant future.

I´m also using mplayer, it

On October 14th, 2006 Meble (not verified) says:

I´m also using mplayer, it is simple and very powerful indeed.
I didn't test Ogle, but I'll try.

Ogle is great player too

On August 24th, 2007 Download Movies (not verified) says:

soo try it ;) You will like it )

Kaffeine

On October 12th, 2006 Doktor (not verified) says:

I miss my beloved Kaffeine, it´s the best....

Why?

On October 8th, 2006 Guido (not verified) says:

I´m also a mplayer user, for me this is the right tool...
Why anything else?

Re: I´m also a mplayer user

On December 30th, 2006 Yato Konto (not verified) says:

Yes, MPayer rulez ;-). Have never seen any better software solution.

Featured Videos

In case you were wondering about the fun side of Linux World Expo, we thought we'd give you a peek at our shenanigans. We at Linux Journal love what we do so much, that we can't help but have a ball wherever we go.

The X Window System is a magnificent platform for many uses, but using it to run an application over a slow network is nearly impossible. This is an introduction to NX, a technology that makes remote applications fly even over commodity internet.

From the Magazine

September 2008, #173

Feeling a bit like a Thermian? Never give up, never surrender! Someday, you could go from underdog to top dog. Just take a look at a few of the underdogs we highlight in this issue: Mutt, djbdns, Nginix, Gentoo, Xara and the program voted mostly likely to fail just a few years back—Firefox. If Firefox not radical enough for you, check out Chef Marcel's column for some more alternatives. Having trouble mapping your program data to your relational database? If so, Rueven Lerner shows you some tricks in his At The Forge column.

Need to run GUI applications on your server in the next state? In his Paranoid Penguin column, Mick Bauer shows you how to do it securely. Kyle Rankin keeps hacking and slashing and shows you a few split screen secrets you may not be familiar with. Finally, we all know what happens next February, but only Doc knows what happens afterward.

Read this issue