Web Video Rivalry Sparks U.S. Probe (WSJ)
The probe, which pits Google and open-source software advocates against some technology giants like Apple, could help determine whether anyone will own rights over the creation and broadcast of online video in the next major Web programming language, called HTML 5. At stake is 'who is going to have competitive clout in the world after television,' said Eben Moglin [sic], a Columbia University professor who supports free and open software."
Posted Mar 4, 2011 14:40 UTC (Fri)
by gnufreex (guest, #70396)
[Link] (2 responses)
Posted Mar 4, 2011 20:02 UTC (Fri)
by butlerm (subscriber, #13312)
[Link] (1 responses)
Posted Mar 5, 2011 0:15 UTC (Sat)
by gnufreex (guest, #70396)
[Link]
Posted Mar 4, 2011 16:11 UTC (Fri)
by dbruce (guest, #57948)
[Link]
Posted Mar 4, 2011 17:29 UTC (Fri)
by clugstj (subscriber, #4020)
[Link] (17 responses)
He is correct. They don't care who wins, as long as everyone pays their protection money.
The problem (for them) is that Google doesn't want to pay, so they try to shake them down by threatening them w/ their patents.
The article's author spins this as a battle between Google and Apple/Microsoft. I don't see it this way at all. Apple and Microsoft aren't members of MPEG LA because they want to be. They are because they HAVE to be or they cannot play in this market. It is the big content producers who are controlling MPEG LA.
Hopefully, the DOJ understands what's going on here.
Posted Mar 4, 2011 18:23 UTC (Fri)
by wahern (subscriber, #37304)
[Link] (6 responses)
Posted Mar 4, 2011 18:25 UTC (Fri)
by wahern (subscriber, #37304)
[Link] (2 responses)
Posted Mar 7, 2011 0:45 UTC (Mon)
by alsuren (subscriber, #62141)
[Link] (1 responses)
Posted Mar 7, 2011 1:30 UTC (Mon)
by alsuren (subscriber, #62141)
[Link]
Posted Mar 4, 2011 19:32 UTC (Fri)
by gmaxwell (guest, #30048)
[Link]
Apple has always been unhelpful with third party open media formats. If you believe this to be a result of their astonishing NIHness or something more diabolical is more a question about you than a question about apple.
My favourite example is lossless compressed audio. Although flac was available for years and fairly widely adopted, Apple created ALAC which provided somewhat worse compression with worse computational complexity (http://members.home.nl/w.speek/comparison.htm), yet was still using the same general class of techniques (and lossless audio isn't a particularly hot patent area). Since the quality of lossless is always perfect licensing, compatibility, compression, and cpu usage are really the only things worth worrying about.
So, rather than something open and widely adopted (with a BSD licensed reference implementation) they used something worse in every important way except the "Invented by and proprietary to apple" metric, and possibly by a lines of codec metric.
Posted Mar 4, 2011 20:07 UTC (Fri)
by clugstj (subscriber, #4020)
[Link] (1 responses)
Posted Mar 4, 2011 20:12 UTC (Fri)
by clugstj (subscriber, #4020)
[Link]
Posted Mar 4, 2011 20:15 UTC (Fri)
by rillian (subscriber, #11344)
[Link] (8 responses)
It is the big content producers who are controlling MPEG LA. Rumour has it that many publishers are convinced that MPEG codecs are important, because they've conflated patent licensing with proprietary and proprietary with DRM support. At least as of a few years ago. Otherwise, I think this is only true if you consider Apple a content producer, in light of Steve Job's letter from a year ago.
Posted Mar 4, 2011 23:39 UTC (Fri)
by AndreE (guest, #60148)
[Link] (7 responses)
Content holders probably ser patenting as one of the easier ways to monetize computer-viewed content
Posted Mar 5, 2011 9:02 UTC (Sat)
by khim (subscriber, #9252)
[Link] (6 responses)
Why do you think so? DRM is security and it's well known fact that open-source security software is more reliable. You'll need to make sure some parts of the system can not be tampered with (at least for some time: as time goes on reverse-engineering art improves so you can not ever have 100% unbreakable DRM) but most of it can be open-source.
Posted Mar 5, 2011 16:34 UTC (Sat)
by RobSeace (subscriber, #4435)
[Link] (4 responses)
Posted Mar 6, 2011 0:26 UTC (Sun)
by vonbrand (subscriber, #4458)
[Link]
Even while the "infestation" is open source, the "infestee" can very well be totally closed...
Posted Mar 6, 2011 10:02 UTC (Sun)
by khim (subscriber, #9252)
[Link] (2 responses)
It can be done (and was done) with closed-source software as well. To make DRM work you need some protected part which can not be changed. So you need specialized hardware - that's obvious. If you still can publish sources for that part - and open source will make it easier to fix bugs in that part. DRM is broken when you hardware protection is broken OR when people find a bugs in software component. While hardware attacks usually come first (think GeoHot's hardware glitch) they are mostly useless unless they can be used to find bugs in software (think fail0verflow). Open source can be used to prevent (or at least postpone) second step.
Posted Mar 6, 2011 14:47 UTC (Sun)
by RobSeace (subscriber, #4435)
[Link] (1 responses)
Oh, absolutely... I was merely responding to your claim that DRM was akin to security software, not trying to claim closed-source was any better... DRM is a very different beast in that it's trying to restrict (you could say even "harm") the user rather than protect the user... So, the user is actively going to fight against it rather than embrace it...
> To make DRM work you need some protected part which can not be changed. So
Well, in that case, I'd say it's the hardware implementing the DRM, not whatever software may exist... I mean, if it's impossible that modifying the software in any way could bypass the DRM scheme, then for all intents and purposes the software is not part of the DRM scheme at all...
Posted Mar 7, 2011 8:28 UTC (Mon)
by khim (subscriber, #9252)
[Link]
You can not modify the software, but you can not run the modified software. Simple example: Cell. It has 256KB of protected memory and you can stuff anything you want there. Some DRM schemes can be implemented this way. But you can be clever: store signature checked in it and then the actual DRM program will be large (for example 16MB large) program. Before you'll try to execute it you'll need to check that it's signature is valid and store checksums for all blocks in protected memory. If program will be split in 32KB blocks then 512 sha512 sums will take 32KB. After that any changes to the program even hardware ones like GeoHot's glitch will be detected and ignored. You can introduce multi-DRM scheme (in this case there are lots of DRM providers and the main, hardware protected part only makes sure current DRM scheme is "legal"), etc. Basically 99% of you DRM will be open-source (bt Tivoizated) with only tiny hardware-protected component. It'll be eventually compromised (all DRM schemes are compromised in the end), but if it'll work for a few years - it'll be enough. Especially if you can change DRM at will (as with "pluggable DRM" scheme).
Posted Mar 10, 2011 17:54 UTC (Thu)
by david.a.wheeler (subscriber, #72896)
[Link]
The fundamental "problem" is that DRM is a form of attack on users. Users don't want to be attacked, so if they get OSS with DRM, they can just remove the attack. There are ways to try to "lock down" software with remote attestation, etc., but these are just more complicated ways to fail.
DRM is fundamentally untenable for streaming audio and video. It doesn't matter if the implementation uses proprietary software or OSS. Just stick a video camera or microphone near the output, and all that DRM is useless.
Posted Mar 7, 2011 1:15 UTC (Mon)
by PaulWay (guest, #45600)
[Link]
"We have no dog in that fight, but we claim to own the rights to control which dogs can fight at all."
Horn went on to say "So no-one else better be supporting anyone else's dogs or we might come after you. And we may not do that right now. We may wait until your dog has won and you've won some money - then we'll come after you for triple damages. We don't even need to send the boys around with the baseball bats - we'll impound all your products and stop you earning any money until you cough up. And we don't even have to tell you what we control, or what we'll do - we can keep that totally hidden. We're just claiming to have those dog licenses, we don't want to show you them at all, because chilling effects are too much fun.
"But if you support our dog and pay us some money, we'll let you go free - for now. Then in a couple of years time we might find some other licenses that you have to cough up for. Or someone else will - so you won't even know if you've paid everyone by coming to our 'convenience store'. So paying us might not even be the end of your problems. But, hey, at least we'll get to smile and say how wonderful and superior our dog is."
At least the journalist could have quoted him fully. Looks like he was just cherry picking the sound bites. (Mmmmm, cherries :-)
Have fun,
Paul
P.S. What is it with these people and analogies? Convenience stores? Dog fights? It's worse than putting all your black kettles in one basket and bringing a knife to break eggs.
Posted Mar 4, 2011 18:02 UTC (Fri)
by b7j0c (guest, #27559)
[Link] (7 responses)
Posted Mar 4, 2011 20:14 UTC (Fri)
by clugstj (subscriber, #4020)
[Link] (6 responses)
Posted Mar 5, 2011 19:36 UTC (Sat)
by drag (guest, #31333)
[Link] (5 responses)
It's not going to amount to anything, of course. The problems ultimately boil down to the patents and those are 100% legal.
Posted Mar 5, 2011 22:23 UTC (Sat)
by wblew (subscriber, #39088)
[Link] (2 responses)
When it comes to anti-trust and the MPEG-LA, the legality of patents is irrelevant.
Posted Mar 6, 2011 12:31 UTC (Sun)
by drag (guest, #31333)
[Link] (1 responses)
lol. Yep and the 'Department of Defense' is about passively defending the borders of the USA.
> When it comes to anti-trust and the MPEG-LA, the legality of patents is irrelevant.
The point of patents is to create a monopoly. It's a bit dubious for the government to grant people patents and then go around complaining that they use them for their intended purposes.
All Mpeg-la has to do is tell the government that all they are doing is making it easier for people to pay for patents. From the patent system point of view by creating a patent pool on Vp8 they are actually facilitating the adoption of WebM, not hindering it.
Without the patent pool people would be forced to negotiate patents individually with each patent holder. This would be a huge burden on the adoption of Vp8.
Just because a bunch of software hippies and Google find it inconvenient to obey "USA Federal IP Law" is NOT going to help our case any.
The only way they could possibly get in trouble is by doing something like trying to charge more money for Vp8 then they do for H.264 for the same patents. I doubt they are that stupid.
Worst thing that could possibly happen (from MPEG-LA member's point of view) is that patent holders would have to create a different patent pool outside of MPEG-LA. Maybe call it 'WebM-LA' or something like that (nah, they would probably be a bit more creative on the naming.).
Posted Mar 6, 2011 21:24 UTC (Sun)
by gmaxwell (guest, #30048)
[Link]
So the product that they're inhibiting isn't just a video format, but rather a royalty-free video format a kind of product which has just as much right to exist as any other, but one they are trying to extinguish from the market through various anti-competitive maneuvers including making misleading claims (e.g. they assert with confidence that vp8 is covered by patents, but fail to point out that they're talking about Google's patents which have been made available under a permissive license).
This is clear enough to everyone else that it shouldn't be hard to make it clear to the courts and policymakers.
So in no way is assembling a pool, unless it's a royalty free one, facilitating the adoption of WebM.
This isn't even a question of "software hippies" the developers of the software included in WebM very much want to obey the letter and spirit of the law here. It isn't our fault that various monied interest want to make it as difficult as possible to produce a lawful royalty free format.
I highly recommend this paper on the interaction between patents and standards http://papers.ssrn.com/sol3/papers.cfm?abstract_id=1134000 for a reasonable and general overview of the situation.
Posted Mar 7, 2011 6:38 UTC (Mon)
by gdt (subscriber, #6284)
[Link] (1 responses)
I'm very surprised that DOJ is making any rustling noises at all The DoJ may well feel that MPEG-LA have consciously exceeded the limits of DoJ's Business Review Letter. In which case the DoJ, almost by definition, regards the exceeding behaviour as worthy of an anti-trust investigation.
Posted Mar 7, 2011 6:51 UTC (Mon)
by gdt (subscriber, #6284)
[Link]
Found the Business Review Letter, for your viewing pleasure: Dear Mr Beeney... Also, Nero AG's view of MPEG LA's compliance with the Letter: Nero AG's complaint for violations of Section 2 of the Sherman Act.
Posted Mar 4, 2011 18:12 UTC (Fri)
by woooee (guest, #54179)
[Link] (1 responses)
Posted Mar 7, 2011 1:05 UTC (Mon)
by alsuren (subscriber, #62141)
[Link]
I suspect that wsj haven't spoken to very many people or done much fact checking before printing this. It sounds like they've spoken to someone a bit shady, so rather than finding more sources (that they can cite by name) or verifying the facts they're being fed, they've just qualified everything with the equivalent of "rumour has it" to cover their backs.
Posted Mar 5, 2011 20:10 UTC (Sat)
by Doogie (guest, #59626)
[Link] (1 responses)
Isn't this almost exactly what Microsoft is doing with respect to their secret list of patents that Linux (and Android) allegedly violate? Will they be opening an investigation into Microsoft as well?
Posted Mar 6, 2011 23:38 UTC (Sun)
by idupree (guest, #71169)
[Link]
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
It's the other way around...
It's the other way around...
It's the other way around...
This is not true...
If the users can modify their DRM-infested software, they can remove the DRM...
This is not true...
> you need specialized hardware - that's obvious.
Why said software is not part of the solution?
I mean, if it's impossible that modifying the software in any way could bypass the DRM scheme, then for all intents and purposes the software is not part of the DRM scheme at all...
Because DRM is a form of attack, not defense
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)
Antitrust enforcers are investigating whether MPEG LA, or its members, are trying to cripple an alternative format called VP8 that Google released last yearby creating legal uncertainty over whether users might violate patents by employing that technology, these people added.
Web Video Rivalry Sparks U.S. Probe (WSJ)
Web Video Rivalry Sparks U.S. Probe (WSJ)