Slashdot Mirror


Judge Opens Hearing On RealDVD Legal Battle

FP writes "On Friday morning, lawyers urged a federal judge to bar RealNetworks from selling software that allows consumers to copy their DVDs to computer hard drives, arguing that the Seattle-based company's product is an illegal pirating tool. RealNetworks' lawyers countered later in the morning that its RealDVD product is equipped with piracy protections that limits a DVD owner to making a single copy and is a legitimate way to back up copies of movies legally purchased. This legal battle began with a restraining order last October which stopped the sale of RealDVD. More coverage is available at NPR. The same judge who shut down Napster is presiding over the three-day trial." Reader IonOtter points out that later in the day, Judge Patel sealed the court after DVD Copy Control Association lawyers "argued that public testimony of aspects of the CSS copy-control technology would violate trade secrets."

164 comments

  1. Useless by JackieBrown · · Score: 2, Insightful

    I really don't understand why they are still bothering.

    It's a waste of their money and taxpayer's money

    1. Re:Useless by techno-vampire · · Score: 3, Insightful
      I really don't understand why they are still bothering.

      Yes, especially when you consider how many FOSS programs there are out there to do exactly that.

      --
      Good, inexpensive web hosting
  2. Sounds familiar. by madsci1016 · · Score: 2, Informative

    Sounds like a repeat of DVDXCopy. That tool only let you make one copy i believe; and it lost the legal battle.

    1. Re:Sounds familiar. by Frosty+Piss · · Score: 3, Insightful

      That tool only let you make one copy i believe; and it lost the legal battle.

      Yes, but the DVDXCopy folks didn't have deep-pockets RealNetworks paying their legal bills. Real may be harder to take down.

      --
      If you want news from today, you have to come back tomorrow.
    2. Re:Sounds familiar. by tiananmen+tank+man · · Score: 1

      If they lose, I hope it shows normal people how wrong the law is and that it should be changed.

    3. Re:Sounds familiar. by TheRaven64 · · Score: 1

      If they lose, I hope someone launches a class-action lawsuit against every store that claims to sell films on DVDs, as opposed to provide (very) limited licenses to them. I've bought a lot of DVDs, and I don't remember ever signing a contract which said that I waived my right to make a backup copy before I bought any of them.

      --
      I am TheRaven on Soylent News
    4. Re:Sounds familiar. by SanityInAnarchy · · Score: 1

      The essential problem is, it's entirely legal to make such a backup copy.

      It is, however, illegal to reverse engineer and crack the DRM measures that would prevent you from making such a copy.

      Grpuavpnyyl fcrnxvat, vg'f vyyrtny sbe lbh gb ernq guvf grkg, vs V vagraqrq guvf EBG13 "rapelcgvba" gb cerirag lbh sebz cvengvat vg.

      --
      Don't thank God, thank a doctor!
  3. Re:Buy my new DVD by Anonymous Coward · · Score: 0

    I'll take OVER 9000!!!

  4. sign of the apocalypse... by gandhi_2 · · Score: 5, Funny

    I can count how many times I've rooted for Real on a one-bit integer. Yesterday, I didn't even need that.

    1. Re:sign of the apocalypse... by wowbagger · · Score: 4, Funny

      "I can count how many times I've rooted for Real on a one-bit integer. "

      Signed, or unsigned?

    2. Re:sign of the apocalypse... by Anonymous Coward · · Score: 0

      A one-bit integer can't be signed. If it were, you'd be representing -0 and +0.

    3. Re:sign of the apocalypse... by Anonymous Coward · · Score: 0

      A signed one-bit integer would represent -1 and 0. More generally a one-bit integer can represent any two integers (for example, -128 and 127. But that tends to confuse people).

    4. Re:sign of the apocalypse... by Anonymous Coward · · Score: 0

      A one-bit integer can't be signed. If it were, you'd be representing -0 and +0.

      What an elegant demonstration that knowledge is not equivalent to intelligence. In short, "whoosh".

    5. Re:sign of the apocalypse... by gandhi_2 · · Score: 3, Funny

      I guess I should have known better to say that here. A one-bit unsigned, 2's complement integer as represented in Big Endian bit order.

    6. Re:sign of the apocalypse... by Anonymous Coward · · Score: 0

      The woosh is on your moron, he is demonstrating how stupid a 1 bit signed integer would be, duh.

    7. Re:sign of the apocalypse... by Azh+Nazg · · Score: 2, Funny

      Except that twos complement is meaningless with unsigned integers, and big endian and little endian are exactly the same. ;)

      --
      Azh nazg durbataluk, azh nazg gimbatul, Azh nazg thrakataluk agh burzum ishi krimpatul! This sig blocked by Slashdot.
    8. Re:sign of the apocalypse... by gandhi_2 · · Score: 1

      ambiendianess?

    9. Re:sign of the apocalypse... by Anonymous Coward · · Score: 2, Funny

      The woosh is on your moron

      See, this is one reason why I read Slashdot. :->

    10. Re:sign of the apocalypse... by noidentity · · Score: 1

      And if signed, two's complement or sign-magnitude?

    11. Re:sign of the apocalypse... by Anonymous Coward · · Score: 1, Interesting

      I can count how many times I've rooted for Real on a one-bit integer. Yesterday, I didn't even need that.

      What does this even mean? I guess it means you aren't rooting for Real.

      Well, you damn fucking well should.

      RealNetworks are the good guys here. They are trying to make DVDs more convenient and useful, and they fucking bent over backwards trying to make this thing be totally obviously not a piracy tool. If RealDVD cannot win this court case, that means no-one will be able to do anything, no matter how fair use it is, without the permission of the big movie studios and organisations like MPAA.

      Why does RealDVD encrypt the saved DVD images? So it won't be a useful piracy tool. And because Kaleidescape encrypt their saved DVD images, and that may have helped them to win their case.

      I've actually had a chance to see RealDVD and it's a good program. It's actually kind of Apple-like, in that it does one thing well and does it pretty. I'd buy it for my Grandmother to use.

      So, I'm rooting for RealNetworks on this one and you should too.

    12. Re:sign of the apocalypse... by TheRaven64 · · Score: 1

      It depends on whether you are talking about byte order or bit order. Bit order is opaque on most modern architectures for most cases, but there were quite a few older ones with bit manipulation instructions where it was relevant (and some had really weird bit ordering). Two's complement is not entirely irrelevant either, since it defines the overflow behaviour. With a two's complement unsigned integer, you known that 0 - 1 + 1 = 0. Otherwise, it is undefined.

      Now, who wants to be even more pedantic?

      --
      I am TheRaven on Soylent News
    13. Re:sign of the apocalypse... by Sophira · · Score: 1

      It was a joke on number types - integer vs. real. It didn't actually have anything to do with this discussion.

    14. Re:sign of the apocalypse... by Anonymous Coward · · Score: 0

      Why do you assume it's twos compliment? You could easily implement an architecture that stores the signedness of a bit out of band, allowing you to have +/-1bit.

    15. Re:sign of the apocalypse... by jnork · · Score: 2, Informative

      If it's two's complement the values would be 0 or -1.

      If it's got a sign bit then it could be +0 or -0, like he said. But there are architectures that only allow the word to represent 0 if all bits in the word are 0 (e.g. floating point). If it's like the more common floating point mantissa designs I've seen, the leading 1 is implied. So in that case 0 would mean 0 (because all the bits in the word are 0), and 1 would be a value of 1 (implied) with a negative sign, thus -1.

      Which of course gets us the same thing as two's complement, in this case, but via a more roundabout way. :)

      So don't call him a moron until you've over-analyzed it as much as I have.

      Mmm hmmm. 1-bit floating point number: one sign bit, zero mantissa bits (implied leading 1), zero exponent bits (thus 2^0 exponent). I like it.

      --
      Cleverly disguised as a responsible adult.
    16. Re:sign of the apocalypse... by Anonymous Coward · · Score: 0

      African or European bit?

    17. Re:sign of the apocalypse... by fbwhrdpmtajg · · Score: 1

      It meant yesterday he didn't need any data space to represent the zero times he has rooted for Real. Today, a one-bit integer is necessary (which has possible values zero and one) since the times he has rooted for Real is no longer zero. Therefore he is has now rooted for Real one time. On the subject of correlation vs causation, he did not specify that this article is the impetus but it can be reasonably inferred.

    18. Re:sign of the apocalypse... by dwiget001 · · Score: 1

      My mother was a one-bit unsigned integer, you insensitive clod!

      Un-signed: Mr. Roboto

  5. If everybody knows it by stox · · Score: 3, Insightful

    It is not a trade secret anymore.

    --
    "To those who are overly cautious, everything is impossible. "
    1. Re:If everybody knows it by dgatwood · · Score: 4, Insightful

      I'm glad you pointed that out. This decision is legally indefensible and utterly inexcusable. One of the key requirements for something being a trade secret is that it must, in fact, still be a secret. Once knowledge enters into public knowledge through reverse engineering, it is no longer secret, and is no longer legally eligible for trade secret protection.

      The disturbing thing is that this is a critical case as far as defining the boundaries for the DMCA and reverse engineering, fair use rights, etc., but because those devious lawyers from the DVD CCA got their way, a significant portion of this important case will be stricken from the public record. This is, of course, what they want. This has nothing to do with protecting any trade secrets and everything to do with hiding their smoke and mirrors from licensees in the hope that they'll keep buying the snake oil^W^WDRM.

      Unfortunately, sealing a case like this also does a very serious disservice to the public in this case, and I hope that the EFF and other organizations are taking steps to get this case unsealed again. It is the American people's right to know what is going on behind closed doors in cases dealing with our fundamental fair use rights.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    2. Re:If everybody knows it by Anonymous Coward · · Score: 0

      This trade secret?

      http://www.cs.cmu.edu/~dst/DeCSS/Gallery/index.html

    3. Re:If everybody knows it by ivucica · · Score: 1

      snake oil^H^HDRM.

      I still have traumas from MS Telnet.

    4. Re:If everybody knows it by Anonymous Coward · · Score: 0

      Sorry, but our legal system is structured to give credence only to high power law firms and attorneys. Rulings requiring fairness, common sense or protection of the innocent are no longer required or even encouraged.

  6. Betamax Redux by Adrian+Lopez · · Score: 5, Insightful

    Had the VCR been invented in a copyright climate like today's, would it ever have survived the legal attack against it?

    I'm trying to figure out what's different, other than the fact we now have the DMCA.

    --
    "In prison you just have to shut your eyes and take it. Here you have to shut your eyes and give it."
    1. Re:Betamax Redux by Anonymous Coward · · Score: 0

      Um..the internet?

    2. Re:Betamax Redux by Colonel+Korn · · Score: 4, Insightful

      Had the VCR been invented in a copyright climate like today's, would it ever have survived the legal attack against it?

      I'm trying to figure out what's different, other than the fact we now have the DMCA.

      The same could be said of the automobile, the airplane, and the internet. Imagine carriage, railroad, and telephone industries with today's level of lobbying and corruption opposing these industry-wrecking technologies.

      --
      "I zero-index my hamsters" - Willtor (147206)
    3. Re:Betamax Redux by OnlyHalfEvil · · Score: 2, Informative

      The other day I was thinking the same thing about radio. "They can listen to our songs for free!?!"
      Of course the way the RIAA is talking now, radio isn't getting a pass for much longer.

    4. Re:Betamax Redux by Jerry · · Score: 3, Funny

      Nothing is different. The corporations own the courts which enforce the laws they bribed Congress to get passed.

      --

      Running with Linux for over 20 years!

    5. Re:Betamax Redux by davester666 · · Score: 1

      While the RIAA member corporations still keep trying new ways around the payola laws...

      --
      Sleep your way to a whiter smile...date a dentist!
    6. Re:Betamax Redux by Mr.+Underbridge · · Score: 2, Insightful

      Had the VCR been invented in a copyright climate like today's, would it ever have survived the legal attack against it? I'm trying to figure out what's different, other than the fact we now have the DMCA.

      The VCR didn't have any copy protection built in, so there would be no "circumvention" to trip the DMCA. Of course, if they were inventing the VCR today they'd include copy protection, so the answer becomes no, no recording technology would survive.

      It's unfortunate that no defendant has the balls/money to push this thing up the ladder, because circumventing copy protection is supposedly legal when necessary for interoperability. I'd like to see if a higher court would consider the effect upon fair use as well, since the DMCA basically makes fair use illegal if they use any protection at all.

    7. Re:Betamax Redux by klapaucjusz · · Score: 1

      I'm trying to figure out what's different, other than the fact we now have the DMCA.

      In the 80s, the media distribution industry was thriving.

      In the meantime, they missed the opportunity to use the Internet as a distribution medium, and they're still trying to get us to go to shops and buy packaged disks of transparent plastic.

      They're a dying industry, trying to survive by any means.

    8. Re:Betamax Redux by Anonymous Coward · · Score: 5, Interesting

      The same could be said of the automobile, the airplane, and the internet. Imagine carriage, railroad, and telephone industries with today's level of lobbying and corruption opposing these industry-wrecking technologies.

      Let's not forget that book publishers (whom we all revere, right?) long ago lobbied against the idea of public libraries because "pirates" would read their wares without paying for them. Even Ben Franklin, deemed the father of the American public library system, established a "subscription library" where you had to pay something to play.

      Then there's the famous Jack "The Asshole" Valenti, who, when the idea of movies on TV was first proposed, shrieked, "But ... but ... but what if a television set owner invites a neighbor over to view the movie for free !?!?!?!"

    9. Re:Betamax Redux by amiga3D · · Score: 4, Interesting

      Under the DMCA couldn't musical instruments be considered circumvention tools? I mean...people could actually play their own music! What a disaster. Imagine street musicians stealing money from the mouths of the poor corporate exec's children.

    10. Re:Betamax Redux by Rycross · · Score: 1

      You're forgetting about Macrovision. They had a copy protection system for VHS that messed with the automatic gain control, so that if you tried to copy between two VCRs the picture would fluctuate and make the copy unwatchable.

    11. Re:Betamax Redux by hedwards · · Score: 1

      That wasn't added for quite a while. I remember duplicating VHS tapes that way during the 80s, I don't recall ever having had problems with the quality beyond the natural degradation of the technology. And even that was pretty minor, just a little bit of fuzz, certainly less than on most channels at that time.

    12. Re:Betamax Redux by pcolaman · · Score: 2, Informative

      Research how radio works. Unless you are talking about someone broadcasting on their own, any radio station that wants to broadcast music has to pay royalties to the owner of the songs (Generally paid through a PRO or Performance Rights Organization such as BMI). Many factors are taken into account when they determine how much is paid, but yeah, this establishment has been around for a while and makes the RIAA member companies a good chunk of change.

    13. Re:Betamax Redux by Gonarat · · Score: 4, Insightful

      But for the wisdom of a few Supremes back in the 1980's, the VCR could have been made illegal. Fortunately, fair use prevailed that time.

      This is so stupid, it is time for the Entertainment Industry to grow up and accept that people want equipment like this. Make Real's implementation illegal, and the "illegal" versions will get that much more popular. They already are easier to use and have more (and better) functionality. The MPAA (and RIAA) want total control, but end up losing more control every time they win one of these cases.

      --
      Beware of Sleestak
    14. Re:Betamax Redux by TheRaven64 · · Score: 1

      The difference is that book publishers actually learned from their mistake.

      --
      I am TheRaven on Soylent News
    15. Re:Betamax Redux by TheRaven64 · · Score: 3, Insightful

      They're a dying industry, trying to survive by any means.

      Any means, that is, except adopting a business model that is relevant in the modern world.

      --
      I am TheRaven on Soylent News
    16. Re:Betamax Redux by Anonymous Coward · · Score: 0

      Macrovision on a VHS cassette was a special MUX signal on the very bottom scanline which would make a luminance overflow if it was attempted to be copied. This caused the luminance of the frame to oscillate, and ruined the integrity of the dub.

      It could be circumvented with some simple circuitry on the video RCA line, which replaced the bottom line's signal with pure white. (On NTSC anyway. Hard black was just as dangerous as the macrovision signal.)

    17. Re:Betamax Redux by huwgently · · Score: 0

      The VCR didn't have any copy protection built in, so there would be no "circumvention" to trip the DMCA.

      Since I don't know anything about this software, I don't know if it decrypts the disc or not. But it is possible to make a perfect copy of a disc without decrypting it. That, and the fact that CSS (Content Scrambling System) is no longer a trade secret, should be enough to show how groundless this suit is.

    18. Re:Betamax Redux by kdemetter · · Score: 1

      Funny , isn't it , that radios have to pay artists , to advertise their songs.

      Image all radio stations no longer played any copyrighted music. Who would know a certain song existed , if they never heard it play ?

      Radio stations play a big role in making people addicted enough to a certain song , to actually buy it.

    19. Re:Betamax Redux by SanityInAnarchy · · Score: 1

      Baen did. The Pragmatic Programmers did.

      Most of them still attempt to sell DRM-locked formats, like the Kindle or various PDF / MSreader abominations. PDF by itself is a fine format, but PDF + DRM is just annoying.

      --
      Don't thank God, thank a doctor!
    20. Re:Betamax Redux by Seraphim_72 · · Score: 1

      Jack "The Asshole" Valenti

      Wow, the mafia can think of names for *everybody*.

      --
      Slashdot, where armchair scientists get shouted down and armchair theologians get modded up.
    21. Re:Betamax Redux by pmarini · · Score: 1

      we've been hearing this argument so many times from them, that we should ask for royalties... :-)

      --
      Can I put a spell on those who can't spell?
      Your wheels are loose and they're losing their grip, good you're there.
  7. Real Networks by oldspewey · · Score: 0, Flamebait

    Real Networks should definitely be banned from distributing this software, but then again they should be banned from distributing any software of any kind - everything that comes from Real Networks appears to be utter and irredeemable shit.

    --
    If libertarians are so opposed to effective government, why don't they all move to Somalia?
    1. Re:Real Networks by fuzzyfuzzyfungus · · Score: 1

      I'm shocked that you got "flamebait" for that. With the possible exception of Helix on linux, which is merely redundant, everything Real does has justified their reputation as the perpetually-stuck-in-the-mid-90s whipping boy of the internet.

    2. Re:Real Networks by SanityInAnarchy · · Score: 1

      I'd rather see AnyDVD remain legal, even if it means Real takes longer to die.

      --
      Don't thank God, thank a doctor!
    3. Re:Real Networks by Vanders · · Score: 1

      If it wasn't for Real I'd have to stream BBC Radio 1 in Microsoft WMA format. Be careful what you wish for.

  8. Is CSS even a secret any more? by Anonymous Coward · · Score: 4, Funny

    Yeah, it would really be terrible if de-CSS code were included in court filings, now, wouldn't it? I just have to wonder: doesn't a trade secret have to be secret? Or are they hiding something else these days?

    1. Re:Is CSS even a secret any more? by jonwil · · Score: 1

      It may be that they want to disclose things related to CSS that are not in the existing public information.

    2. Re:Is CSS even a secret any more? by funkatron · · Score: 1

      WTF is that case about? It looks like "they figured out CSS, we want money" but it cant be that simple, can it?

      --
      "Welcome to our world. We are the wasted youth. And we are the future too." Yes, I know these are stupid lyrics.
  9. Why? by fuzzyfuzzyfungus · · Score: 5, Insightful

    I honestly don't understand. What do they hope to gain by stopping Real?

    CSS is broken, in the face, with extreme prejudice. Game over, no victory possible. Free ripping tools are everywhere, if you know(or have that geek guy who knows) where to look. Pirate rips are similarly common. Real's software, by contrast, is insanely restrictive. It is probably harder to pirate a rip made with it than it is to just re-rip the DVD with something civilized. Why would they attack it?

    No actual pirate would use it, so taking it off the market is wholly irrelevant to that. Further, by virtue of existing, being under the brand of a company with significant brand awareness, pagerank, etc. it is likely to be the first thing a n00b who wants to put some DVDs on his laptop is going to find. In that respect, it likely serves as a damper to further piracy. If the first thing that comes up when you google "transfer DVD computer" is Real's easy to use, legitimate(to the n00b) looking, and highly restrictive program, the unskilled will probably stop there. This will keep them, in at least some cases, from digging further and coming up with proper techniques.

    So that is why I don't understand. This software is of zero use to pirates, who already have better, and might well actually stop n00bs from becoming pirates, by virtue of being easier and almost good enough. Is this just stupidity? A matter of principle? A concern over precedent? Are they trying to maintain the illusion among the public that DVDs cannot be ripped?

    1. Re:Why? by grenthar · · Score: 1

      I honestly don't understand. What do they hope to gain by stopping Real?

      They get to take more money from suckers who don't know better. Sure anyone here knows there is ripping software on the interwebs, but Joe Blow doesn't. If it was sold on shelves then Joe might figure it out.

    2. Re:Why? by AnotherBlackHat · · Score: 4, Insightful

      No actual pirate would use it...

      Piracy?
      Maybe what they want is to stop people from being able to play their DVDs without restrictions.
      In other words, it's about controlling what you watch, and how you watch it.

    3. Re:Why? by Anonymous Coward · · Score: 0

      I believe the judge's granting the gag order answers the question of technological laypersons not having a clue of the DVD's content protection demise. Someone send her a deCSS t-shirt a pray for us all because this is exactly how they'll succeed in dismantling the internet.

    4. Re:Why? by davester666 · · Score: 5, Insightful

      Right now, most 'regular' people [that is, people who have never heard of slashdot], still believe DVD's are one-shot deals. If they are lost, scratched, broken, whatever, they believe their only remedy is to purchase another disc. They believe that the only legitimate way to view a DVD is to have the physical disk available and inserted into a hardware device that will read it and output the contents on a display. That if the display they want to view a movie they have on DVD can't be connected to a DVD player, they need to purchase another copy of the movie, in a format that is locked to a small range of devices that includes the desired display.

      This makes the big media companies lots of profit through repurchase of DVD's (due to loss or damage) and people repurchasing the same movie in new formats (vhs&dvd, now dvd&blu-ray&a whole variety of DRM'ed formats over the internet, UMD, etc).

      If Real wins, then they get to advertise widely that consumers don't have to keep repurchasing the same movie over and over again, just because Sally happened to scratch the DVD, or because you want to watch the movie during a airline flight on your iPhone.

      And consumers will expect to be able to do the same thing with their new, more expensive BluRay discs as well.

      Right now, most consumers aren't asking "why can't we do all these things with the discs we purchased".
      If Real can crack the dam, the big media companies know that it won't be too long before consumers do, because it will become plain to consumers that they have the right to do these things, but that the big media companies are contractually preventing them from being able to exercise that right (the contracts being between the format/movie licensing company's owned by the big media companies and the format-playing hardware and software companies licensing the formats/movies.

      --
      Sleep your way to a whiter smile...date a dentist!
    5. Re:Why? by tiananmen+tank+man · · Score: 1

      WHY? because it is apparently against the law. If you don't like it, then maybe the law should be changed.

    6. Re:Why? by vic-traill · · Score: 4, Interesting

      They believe that the only legitimate way to view a DVD is to have the physical disk available and inserted into a hardware device that will read it and output the contents on a display.

      I think you're still right here, but only just - the tipping point is not that far out. I'm surprised by how many Just Plain Folks ask me, or people around me, about watching television on-line, or about 'DVD' players that will let them play 'computer movies' (e.g. avi's), and other questions about getting/watching movies outside the mainstream 'Buy it at Blockbuster' approach.

      An individual - who has heretofore, to the best of my knowledge, just used her home desktop for surfing, webmail, and playing some mp3's- asked me this week how she could use her big-ass LCD TV as a computer monitor. When I asked why she thought they wanted to do that, she said that she'd been watching movies on her computer, but wanted to be able to sit on the couch w/ her husband/boyfriend and watch it from there instead of sitting in front of her 19" LCD monitor.

      This next part, I *swear* is the truth ... absolutely no BS or writer's embellishment. My mother - in her 70's, friends - has been given a few burned DVD's with avi's on them (it started with An Inconvenient Truth). I'm guessing that someone's grandson or granddaughter is hooking someone up, and now mine has got me burning Oprah stuff for her friends without broadband. I tell you that once my Mom and her cronies start trading media outside the Hollywood model, it's *got* to be the beginning of the end.

      I suppose that some actuary has figured out that it is still worthwhile to litigate against DVD copying, but I think it is a fast-shrinking piece of the pie. Or the denial just runs way too deep.

      --
      [17] Leary, T., White, C., Wood, P. R., Bhabha, W. D., and Wirth, N. Lambda calculus considered harmful. In Proceedings
    7. Re:Why? by hedwards · · Score: 4, Insightful

      No, the law's just fine it just needs to be properly interpreted. DVDs do not contain copyprotection, end of story. CSS does not in any way shape or form deter people from copying.

      What DVDs do contain is technology that prevents them from being run on devices that are not authorized to do so. That is _not_ copy protection unless the authorization is on a per device basis.

      Removing CSS is not a violation of law anyways, because it isn't effective and one has the right to circumvent copyprotection under the DMCA.

    8. Re:Why? by jhol13 · · Score: 1

      You mean they try to make Cable Ready HD[1], Bly-Ray, HDCP, etc. look almost bearable (compared to the ease of DVD)?

      [1] In Finland this means that the TV can decipher HD content. The smart card is "paired" with the TV's serial number so you cannot look the content in another TV set (with the card).

    9. Re:Why? by toriver · · Score: 1

      Yeah, I used MacTheRipper to make region-free copies of my region 1 DVDs, since at a point I did not use a region-free player. Now that I do have one I have stopped ripping them.

      (I have also stopped buying them, but that is just because I have a stack of 200 DVDs that have accumulated as I have been too busy with World of Warcraft. Now that is a culprit if the industry is looking for a reason for lower sales.)

    10. Re:Why? by Anonymous Coward · · Score: 0

      Right now, most 'regular' people [that is, people who have never heard of slashdot], still believe DVD's are one-shot deals. If they are lost, scratched, broken, whatever, they believe their only remedy is to purchase another disc....

      Even worse is purchased media manufactured and sold with purposeful defects in attempt to thwart copying that result in media that is unplayable in whole or in part. The normal user thinks that the disk is bad (which it technically is) or the player is defective. Since Movies typically cannot be returned, only exchanged for the same title, the purchaser is denied straightforward relief and has been essentially robbed. Alternately the user is lead to believe their player is defective and replace it with new only to find the movie still doesn't play without problems if at all. In this latter scenario the customer loses twice and it all adds up to significant sums.

      I know this happens because it happened to me. The wife buys a DVD at the store and it plays intermittently until the half way point where it simply froze. Repeatedly. I put the disk in my computer and found several formatting errors in the file system. Using commonly available (and presumably illegal) tools, reproduced the disk ignoring those errors that could not be corrected. The resultant copy played without problems.

      A week later I purchased the newest player available to match my recently acquired wide screen LCD (I'm a bit anal about aesthetics) and found the original movie would not play properly on the new machine either. As before the copy however, did.

      Incredibly we have had a similar experience with Audio CD's as well. Having bought my son a rather expensive stereo was amazed to find it scattered in disarray a year later and him listening to his CD collection using a cheap Walkman type portable. When I inquired about this his response was most newer CD's not playing in the expensive system and therefore it was 'junk.' True enough, many of his newer CD's would not play in the year old system and in similar vein was caused by overzealous attempts at copy protection.

      In summary I'll say kowtowing to media conglomerates has become tiresome and expensive beyond reason with the yoke of copyright criminality placed around the neck of every consumer with the wherewithal to properly utilize media lawfully purchased yet unattainable otherwise. Worse is the corrupting and corrosive influence these media amalgams have had within the greater body of elective representation in their reprocessing of governing statutes for profit, and to the detriment of an under represented if not wholly ignored populace but for their inclusions to courtroom proceedings.

      Media Moguls in their Conglomerations and Monopoly have become the New Kings of a Tyrannical Empire complete with Corrupted Courts and Governorships -- Consumers the Molested, Abused, Exploited and Over Taxed Colonists of an Emerging New World.

    11. Re:Why? by countach · · Score: 1

      I think the issue is, if Real wins, Apple will put DVD ripping into iTunes and that could greatly expand the amount of ripping going on, from just geeks to mainstream. Then sharing will increase, not just over P2P, but casually between friends.

    12. Re:Why? by Anonymous Coward · · Score: 0

      but wanted to be able to sit on the couch w/ her husband/boyfriend and watch it from there

      Wouldn't it be a little awkward having both her husband and her boyfriend over to watch a movie at the same time?

    13. Re:Why? by SanityInAnarchy · · Score: 1

      In other words, it's about controlling what you watch, and how you watch it.

      In which case, they should be applauding Real's effort. Unlike, say, AnyDVD, Real is actually re-DRM-ing the rip, thus taking back that control.

      They should be looking to partner with Real, not sue them.

      Of course, in a saner world, they should just give up...

      --
      Don't thank God, thank a doctor!
    14. Re:Why? by asparagus · · Score: 1

      They don't want to allow a precedent. Compare:

      A) You go to the store, you buy a cd, you come home, you put it into your computer, click import in iTunes, you listen to it on your iPod. Legal.
      B) You go to the store, you buy a dvd, you come home, you put it into your computer, click import in iTunes, you watch it on your Apple TV. Illegal.

      Should Real win this case the next day there will be a hundred companies looking to license the technology. That scares a number of people.

    15. Re:Why? by Patch86 · · Score: 1

      I honestly don't understand. What do they hope to gain by stopping Real?

      A large out-of-court settlement?

    16. Re:Why? by Ifandbut · · Score: 0, Redundant

      This makes the big media companies lots of profit through repurchase of DVD's (due to loss or damage) and people repurchasing the same movie in new formats (vhs&dvd, now dvd&blu-ray&a whole variety of DRM'ed formats over the internet, UMD, etc).

      Ok, I am sick of this. Any Blu-ray player will play DVD movies and do a decent job of up-converting them. You do not have to buy Blu-ray disc to use a Blu-ray player. All these people bitching about "having to buy all their movies all over again" are just stupid.

    17. Re:Why? by nobaloney · · Score: 1

      If Joe Blow visits the Computer Fair (running this weekend) in Los Angeles, he knows. Several different brands of questionable legality are sold on the shelves by a multiplicity of vendors.

      I remember a few years ago when the big software company with the initials M$ (and a few others) had the FBI raid the same venue a few times. I'm surprised the mafiaa still haven't tried to enlist the FBI in using that tactic now. Or perhaps they no longer get involved in civil matters?

    18. Re:Why? by Anonymous Coward · · Score: 0

      Don't be silly.

      The grandparent said husband/boyfriend, not husband+boyfriend. Naturally, they would alternate.

  10. iTunes by patternmatch · · Score: 4, Insightful

    If RealDVD is a piracy tool, then so is iTunes (or anything else that allows you to rip CDs).

    1. Re:iTunes by torvik · · Score: 0, Redundant

      A god damn video camera or a microphone could be a piracy tool, too. This is getting ridiculous. I'm sick of people in charge that don't know anything.

    2. Re:iTunes by corsec67 · · Score: 4, Insightful

      CDs aren't encrypted, which changes the legal meaning significantly.

      It doesn't matter if that encryption is pathetic, it just matters that it exists.

      --
      If I have nothing to hide, don't search me
    3. Re:iTunes by TheRaven64 · · Score: 2, Interesting

      The DMCA doesn't specify encryption, it specifies 'effective copy protection'. Contrary to popular belief, CDs do have copy protection. Every CD has two flags. One indicates that it is a copyrighted work, the other indicates that it is a copy. A conforming implementation may only make digital[1] copies of works which are either not copyrighted or are copyrighted by are not themselves copies (to allow you to make mix-CDs, but not copies of them), and must set the copy flag on any copy they make. It is fairly easy to argue that the copy protection on CDs is not effective, because very few things have respected it since the early '90s (I do recall the first CD ripper I used needed an extra command-line option to be provided to override copy protection).

      DVDs have CSS, but CSS has been shown to be cryptographically weak. You can crack it on a modern computer in a few seconds, even if you don't already have a working key (which is easy to find now). Bypassing CSS is marginally harder than bypassing CDDA copy protection. To use the DMCA, they need to demonstrate that CSS still counts as effective copy protection.

      That said, they may not need to use the DMCA. There may be patents that they are infringing that are only licensed to people who agree to implement the entire DVD spec, for example.

      [1] Analogue copies are still allowed. I recall one early CD copier having a pair of a high-resolution DAC and ADC which it switched into the circuit for making copies of copies. That close together, the signal was usually unchanged after the digital to analogue to digital conversion.

      --
      I am TheRaven on Soylent News
    4. Re:iTunes by Anonymous Coward · · Score: 0

      True. But when the encryption isn't much better than ROT13, what's the point?

      Furthermore, what's the point of having "fair use" rights if you can't actually exercise them because copyright holders can take them away via technical measures?

    5. Re:iTunes by pmarini · · Score: 1

      define encryption, because to me it's exactly like a "white" lie: it doesn't stop you from doing it right or doing it wrong

      --
      Can I put a spell on those who can't spell?
      Your wheels are loose and they're losing their grip, good you're there.
    6. Re:iTunes by jonaskoelker · · Score: 1

      CDs aren't encrypted

      Sure they are! Ever heard of ROT-26?

    7. Re:iTunes by Chlorine+Trifluoride · · Score: 1

      CDs are digital. ROT-2 does the same thing 13 times faster.

  11. Pay? by Anonymous Coward · · Score: 3, Insightful

    Do they really think people who pirate DVDs are going to pay for ripping software? I am guessing most people who would buy this software would not be that savvy and only use it to back up the Dora the Explorer DVDs that their kids somehow keep breaking. I'm pretty sure these aren't the people they should be focusing on. With a teeny bit of research on the internet you can find lots of free rippers with none of the restrictions this Real one has.

    1. Re:Pay? by Anonymous Coward · · Score: 0

      except that's EXACTLY why they are being sued. pirates are the excuse. they want people to buy new copies instead of making backups for these occasions. just look at how they hate sales of used copies. they don't want a legal product for the every day consumer to use that will reduce their sales.

  12. That was a close one! by InsertWittyNameHere · · Score: 4, Informative

    Judge Patel sealed the court after DVD Copy Control Association lawyers "argued that public testimony of aspects of the CSS copy-control technology would violate trade secrets."

    They almost let the cat out of the bag!

  13. Not a piracy tool? by Anonymous Coward · · Score: 1, Insightful

    Step 1 rent DVD. Step 2 save movie to hard drive. There is nothing to restrict you to movies you own. If you have an unlimited Blockbuster or Netflicks account you could "back up" dozens of movies a month for less than a $1 a piece. The potential is a massive loss to the filmmakers, not all filmmakers are big studios. I'm an independent filmmaker and I have a last film coming out this Fall. Due to the current climate I've decided to retire rather than make more films. I have 20 or 30 good years left in me but it's too much of a battle between fighting studios and backers to keep a cut for myself and now everyone wants films without paying for them. Ultimately the viewers loose out because the studios will mostly do remakes and people like me that do original work are being driven out of the business. It's already very hard to lock down distribution as an indy. I'd love to keep making films but I don't see the point. I get tired of hearing from everyone, the studios to the viewers, that I shouldn't have control of my own work. The simplest solution is to not release anymore films. Anything I do from here on out is for my own amusement. I've been encouraging friends to do the same. Copyright laws should be stronger for the artists and weaker for the corporations. Until artists control their own work I think it's time for artists to take a break.

    1. Re:Not a piracy tool? by Anonymous Coward · · Score: 0

      The fact that you're posting as AC tips me off that you're the subtlest of trolls. +1... or not.

    2. Re:Not a piracy tool? by KahabutDieDrake · · Score: 1

      Actually, the potential loss is to the rental industry. There is no profit sharing system between blockbuster and hollywood. Rental places buy copies of the movie, rent them till they reach a certain usage level, and then sell them as previously viewed.

      Technically, you could rip every movie in blockbuster and not have any effect on hollywood what so ever.

      In the long run you'll put the rental industry on the ropes, but then, it already is. Netflix, on demand and web based services like HULU have put a HUGE dent in blockbuster and the other major chains. If those fools hadn't wasted all their effort battling each other, they might have been on top of the changing world.

    3. Re:Not a piracy tool? by /dev/trash · · Score: 2, Insightful

      Retiring means you have enough money already. Sorry I have no pity.

    4. Re:Not a piracy tool? by Mnemennth · · Score: 1
      So... I'm guessing you suck, and all the big studios laughed you out of their office after watching 30 seconds of your work?

      Seriously... you don't understand the law; as much as it sucks to you, the person who rents a DVD from Netflix or RedBox ALSO legally has the right to make an archive copy, as they did, in fact, PAY for the right to view said performance.

      Suck it up... unless you really expect the Video Rental providers to STOP renting videos, or cable companies to stop showing them on TV, or companies like iTunes to stop selling them on the internet, (thereby losing all that precious revenue stream for those who distribute your work, and ultimately YOU) you're NEVER going to have the "point of creation to point of viewing" control over your product you and the DMCA / MPAA seem to think you and they have the right to demand.

      The days of the pay for play business model are over... it is a dinosaur, a dead relic whose time was really over with the advent of cassette tape and VCRs, but still hasn't sense enough to fall down.

      You want to make money from your intellectual property? Find a DIFFERENT business model from the one that has been screwing you and every other performer out there for the last 100 years...

      mnem Food for thought, thought from food.

    5. Re:Not a piracy tool? by hedwards · · Score: 1

      Seriously... you don't understand the law; as much as it sucks to you, the person who rents a DVD from Netflix or RedBox ALSO legally has the right to make an archive copy, as they did, in fact, PAY for the right to view said performance.

      Citation necessary. I don't believe that to be the case, and I don't believe that line of reasoning would hold up in court. Furthermore that would run counter to the point of copyright law in the first place. That's no different than ripping a friend's DVD.

      What you're paying is compensation to the rental outlet for the period of time when they don't get to use the copy they've paid for; as well as the cost of doing business.

      Think of it this way, have you ever heard of a rental outlet that provided a refund if you took the disc home and chose not to watch it? I'd be interested to learn how long a business like that would last.

    6. Re:Not a piracy tool? by Mnemennth · · Score: 2, Interesting
      It's the same part of fair use that permits you to videotape a TV show which is copyrighted material; you paid for the right by allowing them to inflict you with commercials.

      In your scenario you didn't PAY for the right to rip your friend's DVD; furthermore, he's actually NOT entitled under Fair Use to SHARE that DVD with you, for free or otherwise - it's simply a law they have no means of enforcing.

      As for not holding up in court - it has held up in court many times; people who've brought recording devices to live performances have been ejected or arrested and tried and let go. The show operators DO still have the "Right to refuse service" to anyone; based on that, they are allowed to eject you from a performance if you are caught trying to record it and they've informed you that recording is prohibited. However, there have been cases where such recordings were not confiscated as there was no evidence of any intent to distribute.

      You are still thinking in terms of Pay for Play; the rental company can't limit how many times you play that rented DVD in the time you have it rented either - Be it one time or twelve, you are only limited by the physical media and time available.

      The renter of that DVD paid for the right to view it and the DVD producer got some portion of that payment; whether they like the amount they got paid or not, they have been paid. They want to prevent that, they can stop selling discs to rental companies. Remember; most copyright laws out there were written by MPAA/RIAA lawyers (or equivalent) and seek to circumvent Fair Use. The EXISTENCE of laws prohibiting the circumvention of anti-copy processes are actually a violation of the Fair Use Act in themselves; they've been fighting that one since the days of MacroVision.

      I for one tend to want to err on the side of everyday users in interpreting those laws & how they play out against each other; for all the squealing those Big Piggies make about the "loss of revenue for the poor, starving performers" they've shown time and again that all they're really interested in is preserving the system whereby they get to make 99% of the profit for mostly being leeches.

      mnem

      I'm NOT a grunion!

    7. Re:Not a piracy tool? by Anonymous Coward · · Score: 0

      Think of it this way, have you ever heard of a rental outlet that provided a refund if you took the disc home and chose not to watch it? I'd be interested to learn how long a business like that would last.

      Just remember to rewind the DVDs and they'd never know.

    8. Re:Not a piracy tool? by SanityInAnarchy · · Score: 1

      If you have an unlimited Blockbuster or Netflicks account you could "back up" dozens of movies a month for less than a $1 a piece. The potential is a massive loss to the filmmakers,

      What, that I might now have even more of an incentive to keep that Blockbuster or Netflix account?

      And, pray tell, how did video stores ever survive before the invention of DVDs? It certainly wasn't difficult to copy a VHS tape. Then again, maybe you bought Jack Valenti's "Jack the Ripper" line.

      It's already very hard to lock down distribution as an indy.

      Dude. You have BitTorrent. You have YouTube. Distribution is easier now than it ever was. A single person with a little tech savvy can distribute to as many users as he can find.

      Copyright laws should be stronger for the artists and weaker for the corporations.

      They should also be stronger for the consumers. Without them, neither the artists nor the corporations would have a job.

      --
      Don't thank God, thank a doctor!
    9. Re:Not a piracy tool? by Anonymous Coward · · Score: 0

      Retiring means you have enough money already.

      His English is weird and rambling, but the meaning was quite clear: he will retire from making more movies. He didn't say he would retire and sit back.

      Sorry I have no pity.

      What the fuck, man. Why this attitude? What did he ever do to you?

      His point seems clear to me: we, the movie watchers, will get fewer movies from him. It would be to our benefit if the movie situation were not so fucked up. Get it?

      Even if he retires and sits back, it is still the movie watchers who are losing, not him. Get it yet?

      Oh look, he even spelled it out. In his words:

      "Ultimately the viewers loose out"

      "Copyright laws should be stronger for the artists and weaker for the corporations. Until artists control their own work I think it's time for artists to take a break."

      Here's your coupon code for a free clue: 0xDEADBEEF

      I don't agree with him that the solution is technological DRM to lock down the movies. Fuck that. We want it to be easy to buy legal movies, and we want the money to go to the people who actually make the movies, instead of the Suits who run the studios. That's where this should all go

    10. Re:Not a piracy tool? by yuna49 · · Score: 1

      It's the same part of fair use that permits you to videotape a TV show which is copyrighted material; you paid for the right by allowing them to inflict you with commercials.

      In fact, these are the only programs which you can legally record under the "Betamax" decision. Stevens's ruling specifically excluded any form of pay television and strictly limited the argument to advertiser-supported programming. Moreover, if you read the decision carefully, the rationale for applying "fair use" principles in this case was that the studios could not demonstrate "harm." Since program producers can demand more compensation for shows that command larger audiences, Stevens ruled that VCRs didn't harm the producers but could actually benefit them by expanding the size of the audience.

      None of this has any applicability to buying or renting DVDs where the economics of the licensing arrangements are very different from those governing advertiser-supported television. Slashdotters like to wave the Betamax decision and claim "fair use" in every instance, but the decision is actually extremely limited.

      In your scenario you didn't PAY for the right to rip your friend's DVD; furthermore, he's actually NOT entitled under Fair Use to SHARE that DVD with you, for free or otherwise - it's simply a law they have no means of enforcing.

      If he purchased the DVD, the "first-sale" doctrine applies. He can do whatever he wants with it except for making a copy. "Fair use" has no relevance here either. First-sale obviously doesn't apply to rentals, but again regardless of what other rules might apply, making a copy of the DVD is strictly illegal.

  14. Who stands to gain what? by re_organeyes · · Score: 1

    I think the lawyers are the only ones making out on this whole mess. You might as well take away cameras, any kind of audio recording device (answering machines, voice mail included), don't allow artists to paint. The list goes on....

  15. Why do you care? by bill_four_oh · · Score: 0, Flamebait

    What do people here believe about intellectual property? Do you think someone should benefit from their creative work?

    1. Re:Why do you care? by toriver · · Score: 1

      Yes, and after they have profited for a while it should enter into the public domain and become part of culture.

      However, the entertainment industries have warped that into something that protects the profits of corporations and benefit the NON-CREATIVE executives, marketers etc. who spihon off most of the money the customer wants to pay to the artist.

  16. Backup? by skine · · Score: 2, Interesting

    Please correct me if I'm wrong, but it is the legal right of an individual to create a single (i.e. at most one) backup copy of a DVD once purchased. If not, then I'm going to be in shit for using handbrake to save my own movies to my own hard drive, with no intention of sharing a single one of them.

    1. Re:Backup? by Bigjeff5 · · Score: 1

      As far as copyright goes, you are correct. It is legal to copy a DVD.

      What is NOT legal is to circumvent the copy protection on said DVD, thanks to the DMCA. It's a catch-22. You have the legal right to copy it for a personal backup (no distribution), but in order to make that copy you have to break the law.

      Cheers.

      --
      Security is mostly a superstition... Avoiding danger is no safer in the long run than outright exposure. - Helen Keller
    2. Re:Backup? by skine · · Score: 1

      But if it's my right to make a backup, is it that my rights are being infringed upon by copy protection, or is it that the rights of the manufacturers to copy protect their material being infringed upon by my use of programs such as Handbrake?

    3. Re:Backup? by Anonymous Coward · · Score: 0

      And thanks to the DVD consortium, you CAN'T create a bit-for-bit copy of your DVDs with DVD-Rs. Real, 'pressed' DVDs have a spot on them used by CSS that is NOT present on DVD-Rs.

      So to make unprotected DVDs with a DVD decrypter to save to DVD-Rs, you HAVE to break the DMCA law the USA.

      But at this point in the DVD game, who cares?

      People in general will do whatever they want to do to get what they want if they think they can get away with it.

    4. Re:Backup? by 91degrees · · Score: 1

      It's not a legal right, so much as a possible fair use defence. Copyright law without fair use would prevent it. Fair use provides exceptions and courts would probably rule that this was acceptable (you're not making anything from it, the studios would be hard pressed to demonstrate a lost sale).

      Real have a little more difficulty. Firstly, they would have to show that this behaviour is virtually always fair use, and then they'd need to show that their software has the primary purpose of legitimate copies rather than piracy.

      On the face of it they seem to have an okay case. The MPAA can pay for very good lawyers though.

  17. The same judge who shut down Napster is presiding by TropicalCoder · · Score: 4, Interesting

    This may be good. By now, this judge should realize he made a big mistake in the Napster case. When "Statutory Damages in Copyright Law: A Remedy in Need of Reform" by Pamela Samuelson and Tara Wheatland came out, the Napster case was featured as one of the examples of how justice has gone wrong. Courts have strayed far from the intentions of Congress who wrote the laws governing compensation to copyright holders who's IP have been infringed. There is, for example, absolutely no basis in the law for the practise of awarding huge settlements for the purpose of "setting an example to deter other potential infringers". Congress intended for statutory damages to be mainly compensatory in nature and its wishes have not been respected in the case law. "The application of statutory damages has too often strayed from the compensatory impulse underlying statutory damages ... and has focused too heavily on deterrence and punishment, especially given that too many ordinary infringements are treated as willful infringements" concludes the authors of this paper. I first freely accessed this paper via a temporary link on Recording Industry vs People. Unfortunately, that link has been replaced by a link to where you can buy the paper, but is it no longer available for free, so I will not supply that link.

  18. DVDs are obsolete by linebackn · · Score: 5, Interesting

    Recently I was looking at purchasing DVDs of a long-running TV series. I realized that the DVDs with all of their cases would take up a HUGE amount of space! I always watch DVDs via my computer, I don't even own a regular DVD player. Then I realized I actually DON'T WANT physical DVDs! I have enough storage space I could put this huge pile of DVDs on a single hard drive - without even compressing them further.

    * All I want is a file I can double click on, sit back, and watch. *

    Where can I pay for a licensed download of this kind of stuff? Oh, pretty much nowhere? And, no to work for me it can't be DRMed and must be in a relatively standard codec.

    Now, if I could buy a plain DVD with such a file that I could drag-and-drop to my hard drive, and then dispose of the DVD or toss the plain DVD on to a spool somewhere that would be fine too. That might save me from tying up my internet connection for a while. I don't want to have to search through a pile of DVDs to find the one I want.

    Technically it is possible to copy DVDs to a hard drive but as everyone here knows that is forbidden by a truckload of laws!!! W... T... F...?!!!!! Not to mention most DVDs are encrypted and many DVDs are damaged in creative ways to try to prevent people from copying them.

    If they are so freaking afraid of piracy, they should drop the price enough and make it so it was actually more convenient and desirable to purchase a DVD, then the MPAA could just sit back and watch the torrents dry up!

    Oh, and should I mention how painful dealing with most regular DVDs are? Put in the DVD and be forced to watch a dozen commercials for crap? Every time I buy a DVD I feel like I am begin fucked up the ass by Micky Mouse!

    So why do I even want a physical MPAA-pressed DVD again? Just sell me what I want dammit!

    1. Re:DVDs are obsolete by amiga3D · · Score: 2

      There are maybe 3 or 4 movies a year that I find worth watching. Over 90 percent of what comes out of Hollywood isn't even worth the bandwidth necessary to pirate it from a torrent, much less pay 20 bucks for a DVD.

    2. Re:DVDs are obsolete by biobogonics · · Score: 2, Interesting

      For me, the point is moot. I'm barely interested in watching TV as it is. By the time this issue is settled, there will not be any content on TV worth watching, let alone recording.

      I don't own any DVDs. I have not bought a music CD in at least 8 years.

      BFD.

    3. Re:DVDs are obsolete by Anonymous Coward · · Score: 0

      Going to have to agree with you. Of the screener's I've downloaded, I've only watched about 25% of them.

    4. Re:DVDs are obsolete by CodeBuster · · Score: 1

      Not to mention most DVDs are encrypted and many DVDs are damaged in creative ways to try to prevent people from copying them.

      Never had a problem with DVD Decrypter (you can download from FileHippo). Just take care to turn off 'check for program update' in the settings on DVD Decrypter (MacroVision owns the original domains now so there won't be any more updates anyway). Also, check out Handbrake for your format conversion and shrinking needs. You may also find the guides over on Doom9 to be useful. Good luck and cheers mate.

    5. Re:DVDs are obsolete by Anonymous Coward · · Score: 0

      I swear, if I *EVER* have to present to people with MPAA connections I will lock the doors, then take out a megaphone and subject them to copyright laws on my presentation for a good 5 minutes, point out emergency exits (locked at the time, of course), tell them where the toilets are and maybe advertise some stuff. And God help anyone trying to leave.

      Only after that I'll start - just to give them a feeling what it's like to have to plough through this stuff for every single movie (no, I don't anticipate to work for them, ever, other than to help them dismantle this sort of cr*p). I found out, however, that selecting Arab is OK - I can't read it but it looks beautiful :-) There is no law that forces me to choose English for the pre-menu rubbish - yet.

      The worst is movies for children, the bastards have worked hard on their pester power but forgot one thing - if a child wants to see a specific movie it wants to see a specific movie so the delay is not helping. And mine will grow up knowing who's responsible for the delay.

      The most stupid thing they have come up with is region encoding. Tourists spend money when they travel, but by now, everyone knows that a legal movie bought abroad is GUARANTEED not to play on a legal player at home. Result: this idiocy actually STIMULATES the sale of Region 0 players and no-region pirated DVDs - people that travel are bored and want to spend some money. I mean, just how f*cking stupid can you get? I once bought both the legal version and the pirated version of the same movie, just as an experiment. Official version: region locked. Pirated version: cheaper, and worked. So what exactly is the message I should read there? As far as I can tell it's: "we want your money, but f*ck you".

      By default, I don't do anything illegal (OK, I may accidentally exceed the speed limit or don't get back to my parked car in time but that's about it). I find it fascinating that these people try to sell a world image where everyone is by default a pirating criminal - in my experience the real world is the opposite. And they know full well what allows pirates to exist: their too high prices. They have done that experiment already, in one country (forgot where, sorry) they sank the prices. Piracy disappeared more or less overnight. Lesson learned? Nope. I guess they can't see the circular loop of having to spend money on campaigns and lawyers which could be spent dropping prices - better results, less hassle. And a lot less lawyers earning a living. /rant ..

    6. Re:DVDs are obsolete by TheRaven64 · · Score: 1

      Completely agree on region coding. You can see this idiocy walking around any airport shopping area. You'll see electronics shops selling DVD players, and entertainment shops selling DVDs and CDs, but make sure you only buy the DVDs and players on the way out, or they will be the wrong region and you will be able to use them together but not on anywhere else. I spent a few months in the USA over the last few years, and without region coding I'd have bought or rented some DVDs to watch in my hotel room while I was there, but I'm not going to buy region 1 DVDs and then have to mess around getting them to work with region 2 players over here.

      --
      I am TheRaven on Soylent News
    7. Re:DVDs are obsolete by SanityInAnarchy · · Score: 1

      Now, if I could buy a plain DVD with such a file that I could drag-and-drop to my hard drive, and then dispose of the DVD or toss the plain DVD on to a spool somewhere that would be fine too.

      On OS X: Open up Disk Utility. Click the DVD drive. Then select File -> New -> Disk Image (this may have changed, been awhile since I used a Mac).

      On Linux: cp /dev/dvd movie.img

      If the above fails, or if you're on Windows: Drag and drop all files off the DVD onto a folder in your hard drive.

      VLC and mplayer can both be used to play either a raw image, or a VIDEO_TS folder. The biggest problem you might have are discs that add other "copy protection" in the form of unreadable sectors, designed to prevent exactly this kind of thing.

      Technically it is possible to copy DVDs to a hard drive but as everyone here knows that is forbidden by a truckload of laws!!!

      Actually, just the DMCA's anti-circumvention law. And technically, with the above technique, you won't be breaking it until you attempt to play the movie.

      Oh, and should I mention how painful dealing with most regular DVDs are? Put in the DVD and be forced to watch a dozen commercials for crap?

      Most DVDs don't do this. But VLC to the rescue again...

      So why do I even want a physical MPAA-pressed DVD again?

      Because, depending on your Internet connection, it may still be cheaper and more convenient to rent a DVD and rip it than to download something of similar quality from the Internet. However, you've identified many ways the MPAA tries to make this not so...

      --
      Don't thank God, thank a doctor!
    8. Re:DVDs are obsolete by Anonymous Coward · · Score: 0

      Technically it is possible to copy DVDs to a hard drive but as everyone here knows that is forbidden by a truckload of laws!!!

      Name one. Don't say DMCA, because it only makes it illegal to distribute "devices" which copy DVDs.

  19. Agreed by msimm · · Score: 1

    Their probably worried that this might signify the mainstreaming of DVD (media) ripping. Which, if it was to be considered common place, could wreck all sorts of havoc on their game-plan as people began to take interest in their right to media they (presumably) own.

    --
    Quack, quack.
  20. You think the judge read that book? by Anonymous Coward · · Score: 5, Insightful

    I doubt he even knows it exists. It's even more doubtful that he has any misgivings about his ruling in the Napster case other than telling his golf buddies recently, "Fuck it, I shoulda added 'Throw dirty little pirate punk in overseas prison for terrorists if we ever build one!" to the sentence."

    Just because we have an orgasm about every obscure paper published that attacks current copyright law, it doesn't mean anybody else ever notices those papers. Even if they did notice, they couldn't care less about them.

    1. Re:You think the judge read that book? by TropicalCoder · · Score: 2, Interesting

      This paper wasn't that obscure. "Among other things, the paper concludes that the State Farm/Gore due process test is applicable to statutory damage awards under the Copyright Act, a position which is consistent with the position taken in the amicus curiae brief filed by the Free Software Foundation in SONY BMG Music Entertainment v. Tenenbaum, and inconsistent with the positions taken by the Department of Justice in Tenenbaum and in SONY BMG Music Entertainment v. Cloud"

      However, I believe I may be in error about what the point of view of those authors was on the Napster case. Perhaps I confused that with the Mp3DotCom case. There you go - they withdrew their paper from free public access and now I can't read it to check my facts! The Mp3DotCom case was sited as an example of a grossly excessive award against defendants in the name of protecting copyrights, a (potentially) $118 million award was made against mp3.com, even though there was no discussion or proof of damages to the copyright owner and no evidense of profit derived from the use of the copyrighted goods on the part of Mp3.com. (The judge was prepared to impose over $118 million but Mp3.com was able to reach a settlement with UMG Recordings for $53.4 million)

    2. Re:You think the judge read that book? by Anonymous Coward · · Score: 0

      you missed the point of his response: obscure or not, it is highly unlikely the judge cares what some academic thinks of his opinion.

    3. Re:You think the judge read that book? by gknoy · · Score: 1

      It's obscure enough that most of us have never heard of it. Many of us have memory neurons twitch at "Napster vs ..." and the like, but it could very easily be that the judge has never heard of the paper.

      (You could consider filing an amicus curiae sharing the paper and why it's important, though.. not that I think it would help.)

  21. Karmic Fortune by XonMus · · Score: 0

    "The Street finds its own uses for technology." -- William Gibson I just think it's awesome that that was the fortune for this story (at least when I read it).

    --
    -- Increasing the entropy of the universe since 1972.
  22. OSS by TheSHAD0W · · Score: 3, Interesting

    Are there any good open-source progs with the same functionality as RealDVD? Let's spread that around and watch the MPAA try to play whack-a-mole.

    1. Re:OSS by Sonic+McTails · · Score: 4, Informative

      Handbrake is the best tool that I know of.

      Windows, Linux, and Mac OS X versions: http://handbrake.fr/

      --
      This signature was left intentionally blank.
    2. Re:OSS by Anonymous Coward · · Score: 1, Insightful

      yes

      HandBrake is FOSS and cross-platform.

    3. Re:OSS by Anonymous Coward · · Score: 0

      There is dd. It also allows multiple copies, is easy to use and doesn't need as much disk space.

  23. "backing up" rentals is seriously stupid. by zippthorne · · Score: 3, Interesting

    If you really did have an unlimited blockbuster or netflix account, you'd have long since realized that even at $1 apiece, it's just not worth it to "back up" your rentals.

    $17 per month, (which fluctuates, but the deal keeps getting better so far), you can watch 3 films at a time, and reasonably expect to get 3 per week. If you're super diligent, you could watch more, but let's just go with about 14 films per month for the sake of argument.

    Are you really going to watch all 14 multiple times?

    Further, keep in mind that your media costs would be almost as much as your monthly netflix cost. Every month of "backups" could be spent instead on nearly an additional month of netflix service. And it would be more than an month when you factor in opportunity cost over the long-term.

    An additional month where you could re-watch any of the films you've already watched, or any of the films offered that you haven't yet watched. Or the same films, but in a more advanced format than you had the first time around.

    --
    Can you be Even More Awesome?!
    1. Re:"backing up" rentals is seriously stupid. by Chris+Tucker · · Score: 1

      "Further, keep in mind that your media costs would be almost as much as your monthly netflix cost."

      Micro Center. WinData DVD-R/DVD+R.

      Spindle of 50 4.7GB blank DVDs, US$9.95. Box of 50 Slimline Jewel Cases, US$9.95.

      50 divided by 14 = 3.57.

      So, for that US$20.00 spent on DVDs and storage, you get 3 and a half months of Netflix DVDs ripped.

      More if you use Handbrake to rip just the movie to something like 800-900MB avi files.

      But you didn't hear this from me, understand?

      --
      Guaranteed! This comment 100% Anthrax free!
    2. Re:"backing up" rentals is seriously stupid. by TheRaven64 · · Score: 2, Interesting

      I don't really understand the motivation for 'backing up' rented DVDs. How many of them are you ever likely to watch again? I pay a rental subscription for access to new films (well, new to me - ones I haven't seen before, not necessarily ones that were released recently). Watching a film again is something I only do when the film is exceptional, or I have no new things to watch and not enough spare brain power to do something more productive.

      --
      I am TheRaven on Soylent News
    3. Re:"backing up" rentals is seriously stupid. by cortesoft · · Score: 1

      You can get a 1 TB drive for about 80 bucks (http://www.basoncomputer.com/item.aspx?id=HI0A38016), so it is even cheaper these days.

    4. Re:"backing up" rentals is seriously stupid. by Chris+Tucker · · Score: 1

      Indeed! The last hard drive I bought was earlier this year.

      Approx. US$50.00 for 160GB. Next month, I'm buying a 1TB drive and enclosure and using it as the Time Machine drive on the Mac. I'll also be replacing the 2 sub-100GB drives with 160GB drives.

      So, 640GB in the Mac, a Terabyte as the Time Machine drive, with a few hundred GB left on the Time Machine drive should give me enough space for data until I can get more TB drives and set up a bigass Time Machine box or a RAID of some kind.

      By the way, my very first hard drive upgrade was on a Mac SE. 30MB. Got it for US$300. It was a hell of a bargain at the time!

      I mention this as US$300 is about what I'll be spending for the TB drive and the 2 160GB drives and the TB drive enclosure. And money left over for a a case of Red Bull.

      --
      Guaranteed! This comment 100% Anthrax free!
    5. Re:"backing up" rentals is seriously stupid. by im_thatoneguy · · Score: 1

      It's interesting point. At first I was sort of peeved that I couldn't purchase movies on Xbox Live. That I had to pay every time to watch them... but then it occured to me. I've NEVER watched a movie I rented on Xbox live again. Ever. The number of movies which I do find myself wanting to watch again are so few that multiple rentals would still make financial sense instead of 'gambling' that I would watch every DVD inmy collection more than once.

      I have a pile of HD-DVDs. Just because they were pretty much the cost of a rental so there was no reason *not* to own them.

      I think financially the Rent and Rip system actually won't make any sense. At first I could see their perspective. But in all honesty I don't actually now see any value in the system. Especially now that I have netflix instant view. If I want to watch it again... I don't even have to wait for a lot of movies and TV Shows.

      The movie industry HAS TO OFFER AN AFFORDABLE ON DEMAND SYSTEM. Then they get to control the content and prevent saving it to the hard drive. It offers the immediacy of ownership. They get to award compensation directly to the studio whose film was viewed as a royalty from the subscription service and it's infinitely more accessible than Piracy.

      The Zune Pass is a model for Movie rentals that should be emulated. But combined with Netflix's Instant View.

    6. Re:"backing up" rentals is seriously stupid. by TheRaven64 · · Score: 1

      The movie industry HAS TO OFFER AN AFFORDABLE ON DEMAND SYSTEM. Then they get to control the content and prevent saving it to the hard drive.

      They don't need to control saving, that's rather my point. Saving only makes sense from a pack-rat mentality. The value of a movie drops dramatically each time you watch it. If you offer a fixed number of downloads per month with no DRM, people will still pay because they want access to new material. This is exactly how cable and satellite TV works. They do not include DRM - you can record anything that's broadcast easily - but people still subscribe to them because they keep offering new material. This is essentially the model the book publishers have adopted with Safari Books Online. You can download books in (DRM-free) PDF format or browse them online. People keep paying because they want access to new material.

      --
      I am TheRaven on Soylent News
    7. Re:"backing up" rentals is seriously stupid. by nobaloney · · Score: 1

      You could put over 200 movies on a 1TB hard drive, currently selling in this neck of the woods for well under us$100.

      Does that change your model a bit?

    8. Re:"backing up" rentals is seriously stupid. by nobaloney · · Score: 1

      By the way, my very first hard drive upgrade was on a Mac SE. 30MB. Got it for US$300. It was a hell of a bargain at the time!

      My first hard drive was 5MB for a TRS-80 model 3; it cost me about the same.

      It appears that not only was your disk bigger than mine, but you had more drive as well.

      Maybe that's why I keep getting all that enlargement spam

    9. Re:"backing up" rentals is seriously stupid. by Anonymous Coward · · Score: 0

      Apparently you've never rented an (unscratched) DVD that is so corrupted that it won't even play on a set top box; DVD Decryptor being the only way to watch it.

      Ripped/downloaded copies are just more likely to play. Don't forget that the heritage of DVD players were Chinese market VideoCD players used for playing pirated discs.

    10. Re:"backing up" rentals is seriously stupid. by zippthorne · · Score: 1

      For one thing, that only works if most of the movies are DVD-5 and not DVD-9, which simply isn't true. So you'd have to transcode them down to get 200 DVD movies out of that.

      For the next, DVD is dead. Blu-Ray is the new format. You can only save 20 of those on your vaunted 1TB drive.

      For the next, You can download movies from netflix "instantly". They don't have the whole catalog yet, but the ones you can download, you can download as often as you want.

      Plug that into your model. And the fact that you can't just save "the good ones" because the good ones might not be the ones you want to repeat-watch.

      I don't think there's any benefit. But if there is, it's so miniscule that even a tiny chance of getting caught bumps it over into the too costly range.

      The only people "backing up" from netflix are pack rats who haven't done the math yet.

      --
      Can you be Even More Awesome?!
    11. Re:"backing up" rentals is seriously stupid. by yuna49 · · Score: 1

      This is exactly how cable and satellite TV works. They do not include DRM...

      Well, most all programming that isn't broadcast over-the-air by television stations is encrypted. So, for instance, I can't record ESPN directly off my FiOS connection with a PC tuner card, though I can record VHF and UHF broadcasts. I can record ESPN on my DVR, but then I have to live with the extremely small disk storage I'm permitted (160 GB). It may not be "DRM," but it certainly restricts what you can record.

      Encryption has become a fact of life in the cable and satellite industries since most programming networks won't let you distribute their material in the clear. Of course, behind them stand the program producers who require the networks to employ encryption.

      Again the limitation of the Betamax decision to cover only advertiser-supported, broadcast programming provides the legal distinction between an ABC affiliate and ESPN.

  24. Re:The same judge who shut down Napster is presidi by Anonymous Coward · · Score: 0

    When "Statutory Damages in Copyright Law: A Remedy in Need of Reform" by Pamela Samuelson and Tara Wheatland came out, the Napster case was featured as one of the examples of how justice has gone wrong.

    ...

    I first freely accessed this paper via a temporary link on Recording Industry vs People. Unfortunately, that link has been replaced by a link to where you can buy the paper, but is it no longer available for free, so I will not supply that link.

    Now ain't that fuckin' ironic.

    The author of a paper arguing against the DMCA must have either issued a DMCA nastygram against someone for hosting the paper.

    Or for double irony points, the author of a paper arguing against the DMCA must have had it published in a journal which itself DMCA'd someone, with or without the author's consent, for hosting a copy of a paper arguing against the DMCA.

  25. The trade secret is the STRATEGY of the lawsuit by Anonymous Coward · · Score: 0

    The trade secret is the STRATEGY of the lawsuit.

    The specific PATENTS (not trade secrets) that they use to litigate, and how a product COULD be easily written BEFORE hand to not use those specific patents as written in their main claims.

    I know. I defended the largest DVD CCA lawsuit attack in history with over 100 million in settlement.

    If you knew the rather weak patents they have left, and the order they use them in suits, you could TRIVIALLY and LEGALLY make an untainted an legal DVD replicator. I ALMOST feel like listing them here, but my soul was burned out from the process and I am neutral.

    1. Re:The trade secret is the STRATEGY of the lawsuit by interkin3tic · · Score: 1

      I ALMOST feel like listing them here, but my soul was burned out from the process and I am neutral.

      Hmm... you also seem to have lost all sense of when you need to use the caps lock. I didn't know that was a function of the soul.

      Anyway, I am not a lawyer (sidenote: neither is Jack Thompson anymore) so I don't understand the distinction you're pointing out. How do trade secrets enter into it if they're claiming patent infringement?

  26. First Sale by Amazing+Quantum+Man · · Score: 3, Funny

    I'd love to see Real point out the First Sale. The customer bought it, they can fold, spindle or mutilate it.

    If the studios claim it's licensed, point out the ads that say "Buy it today!" or "Own it today!"

    --
    Fascism starts when the efficiency of the government becomes more important than the rights of the people.
    1. Re:First Sale by 91degrees · · Score: 1

      I'd love to see Real point out the First Sale. The customer bought it, they can fold, spindle or mutilate it.

      They sure can. They can't copy it though.

  27. Linux will cat them together by Anonymous Coward · · Score: 0
    On Linux you can just cat the vobs together which will give you a single mpg file that only contains the content that you want. Something like this:

    cat VTS_02_1.VOB VTS_02_2.VOB VTS_02_4.VOB VTS_02_5.VOB > file.mpg

    This works on everything I've tried. It results in a fairly big file but it retains the quality and you can simply not add that annoying copyright file that warns you that you should buy the dvd that you obviously did buy because you are seeing the message. i assume that you need libdvdcss2 installed but I can't be sure because like most people that's one of the first things I install after I install the OS.

  28. Re:The same judge who shut down Napster is presidi by Anonymous Coward · · Score: 0

    Google is STILL your friend.

    I found this paper online elsewhere for free via Google.

    Like I said in an earlier AC post, non-3D IP is worth $0.00 thanks to the 'copy it to the four winds' distribution model of the Internet. :P

  29. US Economy = Lawyers by Warwick+Allison · · Score: 1

    US economy == Lawyers.

    Last one off the sinking ship is a dodo. Sell.

  30. sealed the court? by anonieuweling · · Score: 1

    css has been an ineffective copy restriction for some time.
    you can de-css stuff easily at home.
    You could copy discs 1:1 (i.e.: verbatim) without issue as well.
    so does the judge know?

  31. No, not DVDs. by Haeleth · · Score: 1

    You are wrong (assuming you're referring to US law). A "right to make archival copies" does exist, but it applies only to computer software, not to digital media. (Source)

  32. Yes the are encrypted by Anonymous Coward · · Score: 0

    The reed-solomon system is an encrypt. You can't just punt the values as a voltage signal to your amplifier.

    So it is encrypted.

    The encryption isn't secret, though.

    And neither is CSS...

  33. Why can't they copy it? by Anonymous Coward · · Score: 0

    Copyright doesn't stop it, since it doesn't control a copy done for backup purposes.

    So why can't they copy it?

    1. Re:Why can't they copy it? by 91degrees · · Score: 1

      Copyright allows limited exceptions, true. Backup is a possible reason although the explicit exception only covers computer software. Also it's possible that the use it's put to would not be considered a backup but a format shift. After all, the idea of a backup is that the backup is stored; not the original.

    2. Re:Why can't they copy it? by Anonymous Coward · · Score: 0

      Copyright allows limited exceptions, true. Backup is a possible reason although the explicit exception only covers computer software.

      Possibly interesting argument: The menus and UOP on DVDs are implemented in a sort of programming language (kind of like a rudimentary assembly language). So, maybe it could be argued that pretty much any modern DVD *is* software. Weak, I know, but it would be interesting to see how that played.

      - T

  34. Soooo.......... by aix+tom · · Score: 1

    its RealDVD product is equipped with piracy protections

    So I can buy one of those, and just paste it to the bulk off my ship while I sail through the Strait of Hormuz?

    Maybe the Somali pirates should sue the RIAA for abusing their trademark?

  35. Re:The same judge who shut down Napster is presidi by TropicalCoder · · Score: 1

    Thanks to the AC who said he found access to the paper via Google, I finally managed to read it again. It was available the whole time here but the download button does nothing but flash the abstract. You have to be awake to read the fine print that says "Click Location Below to Start Download". Then I just clicked the first of the 5 buttons and down came the pdf.

    There was a brief reference to the Napster case in the paper, a citation in favour of the judge for giving credence to due process concerns about grossly excessive statutory damage awards in copyright cases.

    To the AC and principal respondent of my first post who say that the judge is unlikely to be aware of "some obscure paper" to which I referenced, I would suggest that judges would be aware of the latest developments of thought on copyright law as much as we here on Slashdot would be aware of the latest developments in technology. Of course, that is just an assumption on my part, and I have no way of knowing that.

    I would also like to point out a very interesting blog from two years ago that I just ran across that has direct bearing on the RealDVD Legal Battle. FAIR USE Act analysis: DMCA reform left on the cutting room floor"

    Finally, I just want to say that in my opinion, RealNetworks deserves our support on this issue, as it is defending against an attack on fair use, and the outcome of this trial may end up redefining fair use for better or for worse.

  36. 42 ways? by jgoemat · · Score: 1

    People should protest outside the courthouse. It's time to go through the 42 ways to distribute DECSS again. What about a tie with the code on it?

  37. Useless? It's the war on consumers and progress. by lpq · · Score: 3, Interesting

    You really don't get why they bother? If it became legal to move DVD images around -- even if restricted by CSS licenses, $30K jukeboxes that was introduced as new, high-end consumer "tech" and discussed, here, on /. OVER 4 years ago.

    If the content-control mafia doesn't go on the warpath against every possible consumer aid, then consumers might get "convenient" access to the videos they purchase. It has nothing to do with piracy -- since that's done on a massive scale across the world where DVD's are duplicated and sold for a few-bucks -- it has everything with consumer control -- especially control of the lucrative US-consumer market. If they don't keep up the legal pressure to block all technical progress, you'd start seeing low-end, non-Windows (or non-Vista) based jukeboxes selling at Walmart for $200. The content industry didn't invest millions in getting Vista to have all their layers of protection and licensing only to let stupid consumers get devices that actually allow them to DO things with their purchased videos. The only way the content-mafia can continue to make higher and higher profits off of fewer and fewer hits, is by changing the way they do business -- instead of selling DVD's, they really would prefer to sell pay-per-view-per-viewer. That would be their "ideal", though to get there, they have to move very slowly and indirectly. If they bring the consumers to a boil too quickly then the consumers get upset and balk (DIVX), or complain to congress-critters who occasionally threaten to do things when these content-kings try step up their charges for content viewing too quickly.

    Just like Kaleidescape got nailed because they were a bunch of engineers and not part of the 'content-mafia', and thought consumers (even though they'd pay dearly for the cutting edge) might enjoy increased convenience. It's very likely, that Real Networks, being a competitor of Microsoft, hasn't been given the green light to develop a sufficiently onerous DRM (their RealDVD product probably isn't restricted to Vista) that's tied in with the OS, and designed to work with content-controlled hardware on the user's PC (the TPM chip being installed in every consumer computer that will be able to hold appropriately blessed, time limited, or location limited, or view-limited licenses that can be easily 'lost', or remotely deactivated over the network connection that's required for these devices to 'verify' your 'license' every time you view content.

    Of course knowing what you are watching, where and how many times you watch an old DVD will given them useful marketing and taste information about the consumers who will be monitored.

    Allowing a 'rogue' program that just lets consumers 'view' their own video (DVD/BluRay) without all the content-restriction and obfuscation software might allow a user to view a video through a unlicensed or non-approved video playback device. Recently I needed to replace a simple DVD player in my bedroom -- only needed an inexpensive playback device, but the device, of course has up-sampling and high-end digital-output for digital screens (LCD/plasma, virtually all modern viewers) that is only available through the HDMI connector. The instruction book tells you that unless your HDMI monitor is also HDCP-secure, that 'snow' or 'noise' in the output picture is "normal".

    If the content-mafia allowed even the smallest bit of 'freedom' in video viewing, it could undo all their plans to shift to a completely controlled digital experience.

    Nightmare scenario for them. Customer could buy their video *once*, DVD/BluRay, then load it on their home media center. But that same media center could show the vid

  38. RealDVD counter Argument by Anonymous Coward · · Score: 0

    CSS has been hacked since 1998, there fore is public knowledge & there in is pointless to invoke any form cloture on this case.

  39. They do try to stop you using it by Douglas+Goodall · · Score: 1

    I bought a copy on the first day and after the restraining order, it didn't work any more. It seems it calls home before operating so it will not function on a machine attached to the Internet. For me that means I can't use it because my machine is always connected. It is a shame because I have always thought that shifting the content to my computer for my own use was a very useful thing. I am a little unhappy that I paid the money and I can't use the software.