How can I play DVDs on my computer without violating copyright laws?

  • Thread starter physicsCU
  • Start date
  • Tags
    Issues
In summary: are proprietary. you need to have the dvd libraries installed. those libs will not come with any commercial distro (or even free ones) because they...are proprietary.
  • #1
physicsCU
202
1
Does anyone know how to do this?

I have read some things about downloading and compiling things, but I just want to play dvd's.

Any help is great!
 
Computer science news on Phys.org
  • #2
xine works fine, if your system is set up properly, which depends on the distro. That said, I've never been unable to play them in Linux.

Which distro are you using?

You need to provide more info, Linux is just the kernel, the part that talks to the hardware, nothing more. You've told us nothing useful about your system to help you with.
 
  • #3
Sorry, I have Suse 10.0

what else do you need?
 
  • #4
physicsCU said:
Sorry, I have Suse 10.0
what else do you need?


Try totem, or xine. They should be installed. Mplayer works, but doesn't do DVD menus, so finding the actual movie is a bit of a trick (not really a hard one, but its kinda hard to explain). However, xine should be installed, and Totem is just a frontend for that. I assume Suse uses KDE, so it should be in the KDE menu somewhere probably under multimedia (I haven't used suse, this is just generic info).
 
  • #5
I use KDE for the desktop.

I think I have to update xine in order to force it, but do I have to get any decoding software?
 
  • #6
physicsCU said:
I use KDE for the desktop.
I think I have to update xine in order to force it, but do I have to get any decoding software?

It should be included in the xine package. The only catch may be that there might not be a device /dev/dvd (which is just a link to the DVD drive, not actually the drive, that is usually /dev/hdc or something similar). However, a newbie centered distro like SuSe(so much so that some of us just call in LinuxXP) should have taken care of that automatically (Slackware doesn't, but its a trivial fix, and Slackware is not a newbie-centered distro).

So the short version is, update/install xine, and run xine. There should be an explicit DVD button on the interface to play the DVD.
 
  • #7
physicsCU said:
Does anyone know how to do this?
I have read some things about downloading and compiling things, but I just want to play dvd's.
Any help is great!

um, try kaffine.
 
  • #8
cdhotfire said:
um, try kaffine.

kaffeine is another xine frontend, like totem. Xine is the program that actually does the playing. Kaffeine and totem are just different interfaces for it.
 
  • #9
franznietzsche said:
kaffeine is another xine frontend, like totem. Xine is the program that actually does the playing. Kaffeine and totem are just different interfaces for it.

oh really? , never knew that, good too know.:smile:
 
  • #10
cdhotfire said:
oh really? , never knew that, good too know.:smile:

its the way a lot of programs work in linux. There a few engines that are used by other interface apps. For example, amarok (a music player similar to iTunes, without the iStore, or similar to MusicMatch Jukebox) can use xine for playing its audio (it can also use ARTsd, but I hate arts, so i have it use xine). KMPlayer is just a KDE frontend for Mplayer (probably the best video player on any platform, with the exception of its lack of DVD menu capability).
 
  • #11
franznietzsche said:
its the way a lot of programs work in linux. There a few engines that are used by other interface apps. For example, amarok (a music player similar to iTunes, without the iStore, or similar to MusicMatch Jukebox) can use xine for playing its audio (it can also use ARTsd, but I hate arts, so i have it use xine). KMPlayer is just a KDE frontend for Mplayer (probably the best video player on any platform, with the exception of its lack of DVD menu capability).

ya, amarok is my fav music player, and the xine engine is a lot better quality than gstream and arts. I don't want qt libs on gnome, so now i use rhythmbox :grumpy: .

have you tried vlc?, best in my opinion.
 
  • #12
cdhotfire said:
ya, amarok is my fav music player, and the xine engine is a lot better quality than gstream and arts. I don't want qt libs on gnome, so now i use rhythmbox :grumpy: .
have you tried vlc?, best in my opinion.


No i haven't tried vlc, but why wouldn't you want qt libs in gnome? There is no conflict in having them present ( I use amarok in gnome daily, it works fine. The only annoyance is needing a KDE theme and a gnome theme to make both interface sets congruent, but that's relatively minor).
 
  • #13
I like mplayer because it can play pretty much any format you throw at it. They actually have H.624 support before Apple's Quicktime.
 
  • #14
No one has said anything about the libraries

you need to have the dvd libraries installed. those libs will not come with any commercial distro (or even free ones) because they are technically illegal in the us because they overcome the encryption on dvds.
 
  • #15
ComputerGeek said:
you need to have the dvd libraries installed. those libs will not come with any commercial distro (or even free ones) because they are technically illegal in the us because they overcome the encryption on dvds.

Not illegal if you don't live in the U.S. :tongue2:
 
  • #16
If you own the dvd you have the right to watch it. I don't see a problem with decrypting the disc to view it. That is what a dvd player does anyway, decrypt the disc. Why do you need to play someone for a dvd player when you can use your own.

If your on linux/bsd you'll want to use libdvdcss or libdvdread. All I do in gentoo is emerge mplayer with the dvdread USE option.
 
  • #17
ComputerGeek said:
you need to have the dvd libraries installed. those libs will not come with any commercial distro (or even free ones) because they are technically illegal in the us because they overcome the encryption on dvds.

OK, so i do have to get those. I did some research last night, and seemed to find them.
 
  • #18
ComputerGeek said:
you need to have the dvd libraries installed. those libs will not come with any commercial distro (or even free ones) because they are technically illegal in the us because they overcome the encryption on dvds.

Looks like my copy came with freerock gnome, but not with Slackware. Hmm, never thought of that.

dduardo said:
If you own the dvd you have the right to watch it. I don't see a problem with decrypting the disc to view it. That is what a dvd player does anyway, decrypt the disc. Why do you need to play someone for a dvd player when you can use your own.

If your on linux/bsd you'll want to use libdvdcss or libdvdread. All I do in gentoo is emerge mplayer with the dvdread USE option.

its still illegal because its unlicensed use of a patented technology, namely the decryption software.
 
  • #19
Most UNIX/Linux/BSD multimedia players link with the libdvdcss lib. The source to build may be downloaded at:

http://developers.videolan.org/libdvdcss/

I know for certain that MPlayer actually uses a modified libdvdcss, called mpdvdkit2, which is entangled in their source tree for MPlayer. So, if you decide to use mplayer and build from source, you'll have a mechanism to decrypt DVDs by default.

Players like Xine, on the other hand, don't include libdvdcss, so you'll need to build it separately and make sure that the Xine binary can find the libdvdcss lib (this is OS dependent).
 
Last edited by a moderator:
  • #20
Franznietzsche, CSS is not patented, it is a trade secret. Unfortunetly the secret is out and the association that handles the CSS license doesn't like it.
 
  • #21
dduardo said:
Franznietzsche, CSS is not patented, it is a trade secret. Unfortunetly the secret is out and the association that handles the CSS license doesn't like it.

So DVD technology is not patented? Just asking for clarification as I'm confused, if its not patented, what is the legal issue? As i understood it, playing DVDs in Linux is technically a violation of the DMCA since the libraries that enable you to do it bypass "protections" in the DVD format.
 
  • #22
Yes, it is completely a DMCA issue. Here is another case where the DMCA was used to block a company from manufacturing a universal remote for garage doors:

http://en.wikipedia.org/wiki/Chamberlain_v._Skylink

If you lose your remote don't you have the right to open your own garage door with a remote not from the manufacturer? You could apply this to dvd. YOU own the right to watch the dvd. Why does it matter which player you use?
 
  • #23
dduardo said:
Yes, it is completely a DMCA issue. Here is another case where the DMCA was used to block a company from manufacturing a universal remote for garage doors:

http://en.wikipedia.org/wiki/Chamberlain_v._Skylink

If you lose your remote don't you have the right to open your own garage door with a remote not from the manufacturer? You could apply this to dvd. YOU own the right to watch the dvd. Why does it matter which player you use?


I'm not disputing that the law is wrong. The DMCA is a complete load of crock. However, that doesn't answer my question as to what exactly is the legal issue then with playing DVDs.
 
  • #24
The legal issue is that the software is circumventing a copy protection scheme.
 
  • #25
dduardo said:
Franznietzsche, CSS is not patented, it is a trade secret. Unfortunetly the secret is out and the association that handles the CSS license doesn't like it.

Yes, but it is the wonderful DMCA that makes circumventing copy prtotection schemes illegal.

trade secret or not, it is "illegal". Not that I care, I was just explaining the reasons.
 

1. Why is my DVD not playing?

There could be several reasons why your DVD is not playing. It could be due to a dirty or damaged disc, a problem with the DVD player itself, or compatibility issues with the disc and player. Try cleaning the disc and checking for any visible damage. If the problem persists, try playing the DVD on a different player or device.

2. Why does my DVD keep skipping or freezing?

This could be caused by a dirty or scratched disc, a damaged DVD player, or a problem with the disc itself. Try cleaning the disc and checking for any visible damage. If the issue continues, try playing the DVD on a different player or device to determine if the problem is with the disc or the player.

3. How can I improve the picture and sound quality of my DVD?

To improve the picture and sound quality of your DVD, make sure to use a high-quality DVD player and a good quality HDMI or component cable. You can also adjust the settings on your TV and DVD player for optimal picture and sound quality. Additionally, make sure to keep the DVD and player clean and free of dust.

4. My DVD player is not recognizing or reading the disc. What should I do?

This could be due to a dirty or damaged disc, a problem with the DVD player lens, or compatibility issues with the disc and player. Try cleaning the disc and checking for any visible damage. If the problem persists, try playing the DVD on a different player or device. If the disc still cannot be read, it may be a problem with the DVD player and it may need to be repaired or replaced.

5. Can I play a DVD from a different region on my DVD player?

It depends on the region code of your DVD player. Most DVD players are designed to only play discs from a specific region, so a DVD from a different region may not be compatible. However, there are some DVD players that are region-free, meaning they can play DVDs from any region. Check the specifications of your DVD player to determine its region compatibility.

Similar threads

  • Computing and Technology
Replies
14
Views
7K
  • Computing and Technology
Replies
24
Views
2K
Replies
7
Views
195
  • Programming and Computer Science
Replies
10
Views
2K
  • Computing and Technology
2
Replies
36
Views
4K
  • Computing and Technology
Replies
5
Views
1K
  • Computing and Technology
2
Replies
44
Views
3K
  • Computing and Technology
Replies
32
Views
3K
Replies
73
Views
5K
  • Computing and Technology
Replies
9
Views
9K
Back
Top