Slashdot Mirror


Microsoft Answers Vista DRM Critics' Claims

skepsis writes "Recently there have been some stories on Slashdot claiming that Vista would downgrade the quality of audio and video for every application in a machine where protected content was running. One of the stories painted a scary scenario where a 'medical IT worker who's using a medical imaging PC while listening to audio/video played back by the computer' would have his medical images 'deliberately degraded.' A post has been put up on the Vista team blog explaining exactly how the content protection works, and it turns out the medical IT staff and audio pros can relax. From the post: 'It's important to emphasize that while Windows Vista has the necessary infrastructure to support commercial content scenarios, this infrastructure is designed to minimize impact on other types of content and other activities on the same PC. For example, if a user were viewing medical imagery concurrently with playback of video which required image constraint, only the commercial video would be constrained -- not the medical image or other things on the user's desktop.'"

6 of 627 comments (clear)

  1. OT - Gates as Borg picture by PingXao · · Score: 0, Offtopic

    This is OT so mod me down at will... I hate that Bill Gates Borg pic on the main stories page. It was what prompted me to register here at Slashdot: the ability to customize my front page and turn those story icons off.

    I had a bookmark that logged me in and took me right to my customized front page with one click. Now, for some reason, that 1-click logon to custom FP is gone. Site redisgn, cookies, javascript, Ajax, I don't know what the reason is. All I know is this: The inability to bookmark an auto-login front page at /. is causing me to to visit the site less.

    Flameproof undies on.

  2. Open source answers Microsoft's claims by smittyoneeach · · Score: 0, Offtopic
    Now, when I want to sit down and accomplish something with media,
    this is supposed to be a happy occasion. Let's not bicker and argue over who DRM'd who.
    That's why we reach for the good stuff: http://ubuntustudio.org/
    Remember lads, "If it's not chess, it's poker, and you may be the pokee".
    s/chess/FOSS/
    s/poker/proprietary/
    --
    Get thee glass eyes, and, like a scurvy politician, seem to see things thou dost not.--King Lear
  3. Re:Marketdroid speak by Scarletdown · · Score: 0, Offtopic

    I'm not familiar with Lost. Is that one of those reality shows or something?

    --
    This space unintentionally left blank.
  4. Re:And we are to believe the VISTA developers? by ehrichweiss · · Score: 0, Offtopic

    Flamebait? Sounds like some M$ fanboys got mod points today.

    --
    0x09F911029D74E35BD84156C5635688C0
  5. Re:And we are to believe the VISTA developers? by jZnat · · Score: 0, Offtopic

    MS fanboys and astroturfers are always getting mod points sadly. The best we can do is combat it with M2 and hope they rarely (if ever) get mod points again.

    --
    'Yes, firefox is indeed greater than women. Can women block pops up for you? No. Can Firefox show you naked women? Yes.'
  6. Re:Marketdroid speak by Hal_Porter · · Score: 0, Offtopic

    4, 8, 15, 16, 23 and 42

    Mysterious, huh?

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;