Firefox With H.264 HTML 5 Support = Wild Fox 477
Elledan writes "Two countries have software patents which make it impossible to freely use video codecs such as AVC (H.264). This has led to projects such as Firefox not including AVC support with the HTML 5 video tag in their releases, which makes the rest of the world suffer indirectly the effects of software patents as well. To rectify this situation at least somewhat, I have created the Wild Fox project, which aims to release Firefox builds with the features previously excluded due to software patents. This software will be available to those in non-software-patent-encumbered countries. Any developers who wish to join the project are more than welcome."
End of Firefox? (Score:5, Interesting)
Now first of all to the Wild Fox project maintainers, this is the right move. Fight to win the whole war, not one battle. Don't die as a martyr and lose it all just by demanding something to happen right now.
Additionally, it looks like Firefox is actually starting to lose support even from the Open Source front. Even Ubuntu is probably changing to Chronium [crunchgear.com] and dropping Firefox. It kind of looks like Firefox lost the track of what they were doing a long time ago.
Apparently Ubuntu, the most popular Linux distribution, is considering dropping Firefox for Chrome. ...
it could be a sign that people are starting to feel less, um, “loyalty” to Firefox.
Not that I'm anymore happier Google's products taking over everything...
Re: (Score:3, Interesting)
As far as I can tell, they aren't actually proposing a wholesale fork, with a new community to do general browser development and replace Firefox. It looks like it's just a project to release variant builds of Firefox with additional features added, and will otherwise track mainline FF development.
Re:End of Firefox? (Score:5, Insightful)
You said,
As far as I can tell, they aren't actually proposing a wholesale fork
As far as I can tell their is no "they". It's more like a person who is looking for programmers:
As I (Maya Posch AKA 'Elledan') am just a single person, help is required to set up this project successfully...
I think the news on this story is a bit premature.
Re:End of Firefox? (Score:4, Insightful)
Re:End of Firefox? (Score:4, Funny)
As far as I can tell their is no "they".
Their is no they're is no there. So there.
Re: (Score:3, Interesting)
This is a non-story rather an advertisement to the slashdot community for volunteers. While the project may (or may not be) noble or valuable and all that, if this guy wants this so bad - have him do it!, don't ask us to do it for him for free.
Just sayin'.
Re: (Score:3, Insightful)
Couldn't that just be done with addons?
Re: (Score:3, Insightful)
Now first of all to the Wild Fox project maintainers, this is the right move. Fight to win the whole war, not one battle. Don't die as a martyr and lose it all just by demanding something to happen right now.
I agree with parent that WildFox is the right way to go, but could Firefox devs not offer a means to pipe the video stream to the player of the user's choice? Eg, vlc or mplayer running as a content-transparent plugin? That sorts the patent issue (from Firefox's perspective) and sorts the playback performance problem that others have mentioned. As long as the layer of the window is handled right, this might be a palatable workaround?
Re:End of Firefox? (Score:5, Insightful)
``could Firefox devs not offer a means to pipe the video stream to the player of the user's choice? Eg, vlc or mplayer running as a content-transparent plugin?''
Yeah, they could. But then they'd be doing the same thing that browser vendors have been doing for the object element since the 1990s. Then what would be the point of the new HTML 5 video element?
Re:End of Firefox? (Score:5, Insightful)
Yeah, they could. But then they'd be doing the same thing that browser vendors have been doing for the object element since the 1990s. Then what would be the point of the new HTML 5 video element?
Well, it would make all that bitching about which codecs to standardize on a non-issue for a start. It's a browser, why should it know how to play audio, video, decode images, display fonts, or lord knows what other things will come along - 3D support next? Pass it to the OS or build against external libraries and let something else figure that out.
Re: (Score:3, Informative)
3D support next?
Google WebGL.
Pass it to the OS or build against external libraries and let something else figure that out.
Also see WebGL. I agree that external libraries should be used, but there needs to be some amount of integration, or at least standardization. The browser doesn't have to implement OpenGL itself, but it helps that it's specified to be OpenGL and not DirectX.
Re: (Score:3, Insightful)
> The browser doesn't have to implement OpenGL itself
However it does have to implement some sort of OpenGL checker (which is actually harder in some ways). Unless you enjoy having web pages send your GPU into an infinite loop, of course. Not to mention that most graphics drivers out there don't handle "invalid" OpenGL very well (read: crash, usually exploitably); needless to say one can't expect websites to stick to "valid" OpenGL.
Re:End of Firefox? (Score:5, Insightful)
Uuum, the player uses the standart OS facitilies anyway. On Linux e.g. ffmpeg or xine. On Windows DirectShow. On Mac CoreVideo.
I always said that, and I’ll say it again: Just bind to ffmpeg. [sourceforge.net]
Then you don’t only get one codec, but ALL. Plus lots and lost of processing functionality. And if you do it right, you can make it optional, and offer the lib separately. In all distributions of Linux, a simple (optional) dependency on ffmpeg would be enough. Which would make the whole “problem” dissolve into thin air.
Yes, that’s right: The original Firefox team could do that, and be out of “trouble”.
I told ya: If there are two things that seem to be an either/or choice... I choose both. No compromises*! :)
(* WARNING: Requires brain power. ;)
Re:End of Firefox? (Score:4, Informative)
This ABI could be supported across several browsers.
It already exists. It's called mozilla plugins, and for the most part they work in Chrome/Chromium. My about:plugins in Chromium now:
Plug-ins (7) /opt/flash10amd64/libflashplayer.so
Shockwave Flash
Description: Shockwave Flash 10.0 r32
Location:
iTunes Application Detector /usr/lib/mozilla/plugins/librhythmbox-itms-detection-plugin.so
Description: This plug-in detects the presence of iTunes when opening iTunes Store URLs in a web page with Firefox.
Location:
MozPlugger 1.13.3 handles QuickTime and Windows Media Player Plugin /etc/mozpluggerrc
Description: MozPlugger version 1.13.3, maintained by Louis Bavoil and Peter Leese, a fork of plugger written by Fredrik Hübinette.
For documentation on how to configure mozplugger, check the man page. (type man mozplugger)
Configuration file:
Helper binary: mozplugger-helper
Controller binary: mozplugger-controller
Link launcher binary: mozplugger-linker
Windows Media Player Plug-in 10 (compatible; Totem) /usr/lib/mozilla/plugins/libtotem-gmp-plugin.so
Description: The Totem 2.30.0 plugin handles video and audio streams.
Location:
DivX® Web Player /usr/lib/mozilla/plugins/libtotem-mully-plugin.so
Description: DivX Web Player version 1.4.0.233
Location:
QuickTime Plug-in 7.6.6 /usr/lib/mozilla/plugins/libtotem-narrowspace-plugin.so
Description: The Totem 2.30.0 plugin handles video and audio streams.
Location:
Interesting, mime types are shown when you C&P, but don't display on the page. I deleted them to pass the filter though. Stupid slashdot.
Re: (Score:2)
Not having to work out what particular set of voodoo incantations is necessary to control the video/audio playback with javascript?
Re: (Score:2, Insightful)
Then what would be the point of the new HTML 5 video element?
Look, the asshats that selected a proprietary plug-in as the standard lost any right to make the video plug-in behave as intended.
New 'video' tag without standardized codec (Score:4, Interesting)
It's true that the new <video> tag in HTML 5 would suggest that a standardized codec be used by all browsers claiming to be fully HTML 5 compatible.
However, the new tag could also be used (even though in a less useful way than otherwise) if there is, which is unfortunately the most likely scenario, no industry consensus on a single codec. Assuming that there are two camps (H.264 and Theora; or maybe three if Google pushes for VP8), web servers could then provide different Uniform Resource Identifiers for the files, based on the browser that makes the web page request; or the file names (thus the URIs) could be identical but dependent on which browser is in use, a different file could be provided.
I have discussed the HTML 5 aspects of this in a recent blog post, "Video codecs: The HTML 5 dimension" [blogspot.com]. While I am against software patents (I founded the European NoSoftwarePatents campaign in 2004, I just try to take a realistic perspective on the fact that software patents exist and get enforced all around the globe (as far as codecs go, there's aggressiv enforcement even in Europe, such as dozens of search warrants and confiscations every year at the CeBIT trade show [blogspot.com].
Re:End of Firefox? (Score:4, Informative)
Downloaded the Firefox source and edit content/html/content/src/nsHTMLMediaElement.cpp.
Change the line
to
If you recompile the browser then join the youtube html5 beta, it will now try to serve you video via html5. At this stage the video is "protected" behind a transparent DIV so you can't right-click it. Use Firebug, or the following Greasemonkey script to delete the DIV.
You now have a version of Firefox 'compatible' with Youtube's HTML5. Currently it doesn't work with Vimeo's HTML5 beta and I haven't bothered to find out why.
Re:End of Firefox? (Score:5, Informative)
Because it would violate patents in many countries, unless you stripped out all of the infringing codecs, including h.264.
Also because it's the wrong way to go about this. Why bundle the codecs when you can call out to native, shared systems like GStreamer and have them provide the codecs for you? That'd handle the legal issue, too.
Re: (Score:3, Interesting)
No it wouldn’t. Your statement is just plain bogus.
As the summary said: There are only two countries in the world with software patents. TWO.
And frankly, I declare them the “axis of evil” and don’t fuckin’ care about their “laws”. Much less do I care on them wanting to impose them on the whole world.
But I agree that bundling is pointless, except for Windows, where there is no concept of package dependencies, much less optional ones.
The big advantage with ffmpeg is,
Re: (Score:3, Insightful)
The article's plain bull. MPEG patents are upheld in Europe, so if you don't pay you'll get sued pretty fast. Linking to one Wikipedia page, and drawing badly-researched conclusions from it is a joke.
Re: (Score:3, Insightful)
The whole point of what SanityInAnarchy is saying is that browsers shouldn't need to know anything about the codecs needed. The operating system already has the libraries (QuickTime for Mac, GStreamer for most Linux disributions and DirectShow for Windows). More fragmentation is the exact opposite of what is needed.
Re:End of Firefox? (Score:4, Insightful)
It may or may not have all the required libraries. How will the webpage know? How will the user know?
You know why I use VideoLAN for media playback? Because it has its own codecs for everything. Drop a file in it, works, everytime. If it doesn't, an update is already available or the file itself is damaged.
Modular solutions are a nice way to implement functionality and has its advantages, but the monolithic model is sometimes the way to go. The average user will have one tool to download and that's it. They don't know about the difference between codecs, or even what a codec is at all.
We have come a long way to bring Firefox some market share among the usual tech support leeching crowd around us, family, friends and fools, so to speak. And I want to be able to continue saying "download Firefox and everything will work", knowing that missing plug-ins will be auto-downloaded from a probably known-good source (mozdev etc) and updates for all components are auto-enabled as much as possible.
Since using the web is a must-have feature for everyone and their dog, this functionality should be assumed and fulfilled by a quality product of free open source software.
And I'd rather sacrifice the free part of the video-codec than letting Joe User migrate back to IE8 and IE9. Which they will do, because they - at least some of them - are the most pathetically ignorant crowd you could ever imagine and they want to be able to use their YouTube, Facebook, whatever stuff to maintain their 1000 friends network. They will not ever care about patents, copyrights, fair use and DRM. They will leech off whatever they need to off PirateBay and be done with it. They don't even care about malware, spyware and trojans, as long as their steady download of porn, music, games and movies isn't slowed down too much. These Joe Normals are nice and friendly people, and for them, we need quality free software.
Giants like Apple and Google can take over market share much much faster than the Mozilla foundation, so we need to take great care here.
Re:End of Firefox? (Score:4, Insightful)
The article is wrong. According to the MPEG-LA, there are patents on H.264 in at least the following countries:
Germany, France, UK, Finland, Italy, Sweden, Belgium, Bulgaria, Liechtenstein, Austria, Czech Republic, Denmark, Spain, Hungary, Ireland, The Netherlands, Poland, Romania, Portugal, Slovenia, Japan, China, South Korea, Hong Kong, Singapore, Taiwan, India, Canada, Mexico, Australia
See http://www.mpegla.com/main/programs/AVC/Pages/PatentList.aspx [mpegla.com]
Re:End of Firefox? (Score:4, Informative)
But these count hardware patents, not only software patents. Remember that both are wildly different beasts.
The guy proposing Wild Fox is focused on going around software patents. It would be pretty hard to add hardware to Firefox. :)
Re: (Score:3, Informative)
Some misconceptions may be caused by the fact we, as others European countries, have farmed out the registration of patents (octrooien) to the European Patent Office.
As a commercial entity they have allowed the registration of anything worth a fee but that is well short of being able to legally enforce such a registration in one of the participating coun
Re:End of Firefox? (Score:4, Insightful)
Directshow, Gstreamer/FFMpeg and Quicktime is going to cause the Internet to catch fire and explode ("performance tuned code with little security").
Because Flash is so much better. And where are they getting their Theora implementation, hmm?
The second issue is that WinXP and Vista don't have H.264, you need to install FFDshow or Nero, etc to get that support.
So what? At least then it's possible to get that support.
Basically, their argument is, "It might be hard for the average user to get H.264, at least on older OSes, so we'll make it actually impossible." WTF?
Not quite. (Score:3, Insightful)
HTML5 requires a bit more control than I think tools like mplayer would provide. However, there's nothing stopping Firefox from supporting local tools -- GStreamer on Linux, QuickTime on OS X, or DirectShow on Windows -- and letting the user get the appropriate codecs, legally or otherwise.
Re: (Score:3, Informative)
Re: (Score:2)
Not that I'm anymore happier Google's products taking over everything...
It's not like Chromium is anywhere close to that; it grows, sure, but this time it might bring honest adherence to standards instead of a kind of duaopoly, making websites to work with "IE+FF" that was semi-common for some time. Even if they are only slightly better than FF with standards at this point; this post [chromium.org] means they rather care.
Good for me, and any user of the browser which is closest to the bullseye. And good for the web.
Re:End of Firefox? (Score:5, Insightful)
Perfect time to turn our backs on it, and kill it!
Re:End of Firefox? (Score:4, Insightful)
Re: (Score:2, Insightful)
Re: (Score:3, Interesting)
Who cares how fast it is if it looks bad?
Some of us just prefer gecko's rendering over webkit. Always have, always will.
Re:End of Firefox? (Score:4, Insightful)
One of the main reasons to use Firefox is: Addons!
There's only about 5 or 10 that I absolutely need to have installed, but even with those, the memory usage is so high that I frequently get out-of-memory errors with 2GB of RAM... highest I've seen was almost 800MB, and there were less than 50 tabs open...
Re:End of Firefox? (Score:5, Interesting)
Re: (Score:3, Insightful)
Don't install 100 addons, and there is no bloat or memory mismanagement.
Without the addons, what the fuck is the point of Firefox?
Seriously, if they release a broken addon framework that allows the addons to make the product unstable, then put addons as a feature, they can't come back and blame the addons.
Re: (Score:3, Insightful)
X.Org/XFree86?
Re: (Score:3, Insightful)
Ubuntu has never supported Firefox (Score:2)
Has any version of Ubuntu had uninterrupted support for the then current version of Firefox? They seem to think it's ok to wait months, and then only update with the entire OS.
Re:End of Firefox? (Score:5, Informative)
Two things:
1. Forks of good* projects have it hard:
Wild fox will not be able to keep up with the good infrastructure of Firefox (developers, build system, connections). Mozilla is pretty big and provides a excellent service. Wild fox will have a hard time to keep up with upstream.
2. Mozilla has a bigger target. They aim for a free Internet (and free software). They have been quite successful against IE in these terms (correctness regarding CSS, HTML4 & XHTML, inclusion of HTML5, JS speed).
The FSF, GNU & Red Hat have the same goal for free software. The Linux kernel has the same goal too (no closed source modules).
Ubuntu does not. Wild Fox has not.
It is shortsighted to find the "tolerant", "pragmatic" projects better. It is not just puristic zealots against "I just want it to work". The availability of free software increases the options users have.
Projects that cut the corner slow down the OSS development of free replacement packages, and can damage the upstream process.
Don't get me wrong. It is nice that we can view Flash videos. This binary blob comes with security issues, memory bloat and crashes. At the same time Gnash ran out of funding and most developers had to abandon it.
Contrary to what Ubuntu users** believe, good free software doesn't come from screaming loud enough, but actual, continuous work.
* you could also say: projects that don't sufficiently suck :-) They are very good at taking an end-user view on projects, which is valuable feedback.
** Enough Ubuntu bashing
Re:End of Firefox? (Score:5, Insightful)
To make people think that Plan 9 is dead is all part of Plan 9. Plan 9 is proceeding perfectly.
Re: (Score:3, Insightful)
Now first of all to the Wild Fox project maintainers, this is the right move.
Why? It capitulates to a non-free standard, and if H.264 becomes the defacto standard for HTML5 it effectively destroys the ability of any free browsers without deep pockets behind them to compete in the market.
Google Chrome will be fine, as will Apple Safari and Microsoft Internet Explorer, but Mozilla may well be toast, and any other free alternatives that want to operate in a country that respects software patents.
This is not the right move. We have free compression formats that work just as well as H.2
Re:End of Firefox? (Score:5, Interesting)
H.264 is a free standard in most of the world. That's the point: why should the rest of us suffer from USAs bad laws?
So don't operate in a country that "respects" software patents. Operate in an area where it's impossible to patent a file format, such as the EU.
Well, moving operations out of a country where the local laws inhibit competition certainly seems like taking a stand to me. It's just a stand that happens to be inconvenient to US citizens. Maybe you should talk to your congresscritters about it?
Meanwhile, here in the free world, h.264 is an open standard, as are all file formats, so...
Re:End of Firefox? (Score:5, Insightful)
"Most of the world" by which metric? If you weight countries by number of Firefox users, most of the world has a patent-encumbered H.264.
Unless you're laboring under the same misapprehension as the Wildfox author about the patent status of H.264. It's patent-encumbered in way more than two countries. See http://weblogs.mozillazine.org/bz/archives/020400.html [mozillazine.org]
The other 306,990,000 of us (Score:3, Insightful)
There's this concept called a spine
It's not that I lack a spine. It's not that 10,000 of us lack a spine. It's the other 306,990,000 of us that either lack a spine or even benefit from the status quo. For example, I've discovered that the movie studios decide who gets elected in two ways [pineight.com]. I wanted to vote for Ron Paul in 2008, but because the MPAA-puppet cable news networks gave the other Republicans so much more time, he was eliminated before the primary even came to my state.
Too late (Score:3, Interesting)
Why? It capitulates to a non-free standard, and if H.264 becomes the defacto standard for HTML5 it effectively destroys the ability of any free browsers without deep pockets behind them to compete in the market
H.264 has unstoppable momentum beyond the browser:
Cell phones. Professional production. High Definition Video. Cable, sattelite and broadcast technologies.
CCTV (Think Medical, Industrial and Security Video.) The list goes on and on and on.
H.264 has the support of industrial giants like LG. Mitsubish
Re: (Score:2)
Mozilla's only interest is in building an open, inclusive web where everyone can participate with no barriers to entry. H.264 represents the direct antithesis of this goal.
But H.264 has much wider support than Theora. So, isn't Mozilla's blocking of H.264 in favor of Theora the antithesis of this goal?
Re: (Score:2)
"Open, inclusive web" has nothing to do with popularity. H264 will (or already has?) require fees to produce the content and must be licensed from several large companies including M$ and Apple
I was mainly responding to the "inclusive web where everyone can participate with no barriers to entry" part. Theora is a much bigger barrier to entry for most people, and much less inclusive. A hell of a lot of people have computers and devices that are already equipped to play H.264. Very few people have computers and devices equipped to play Theora.
Theora is open to everyone, and requires no money. You can find plenty of open source, freely available editing tools...
But actually getting them and installing them on the plethora of platforms out there is a pretty big barrier compared to just using what you already have, tha
Comment removed (Score:5, Interesting)
watch out for importation to USA (Score:2, Interesting)
Re: (Score:3, Funny)
Not to mention concerns over invasive species... ;)
Re:watch out for importation to USA (Score:4, Informative)
Maya (Wild Fox maintainer)
Re: (Score:3, Interesting)
My Macs already have a license for H.264. I assume it's bundled in QuickTime, because H.264 videos in HTML5 work in Safari.
So since I already have a license, why can't Firefox use it on my Macs? (According to the logic of your post, that is...)
Software patents are profoundly anticompetitive (Score:3, Insightful)
This project is yet more proof that software patents are profoundly anticompetitive. People have written open source H.264 encoders and decoders. Software patents literally make these open source projects illegal. Why should anyone have a monopoly so they can charge for what others are willing to give away for free? How does that benefit the economy, or the progress of technology? Absolutely ludicrous.
Re:Software patents are profoundly anticompetitive (Score:4, Insightful)
The whole concept of patents is to protect the patent inventor against competition and give him or her a monopoly. 'Patents are anticompetitive' is a tautology. It never in the past therefore was considered a valid argument against patents.
Re: (Score:2)
True, but I said profoundly anti-competitive. The negative effects on the market in this case vastly outweigh the general incentive created by the monopoly prize for being first to innovate. I simply don't see the benefit to society in legally denying people the right reimplement proprietary software from scratch.
Re: (Score:3, Insightful)
Oh, "profoundly." Well, fuck. Then that changes everything.
Are you really going to hang your argument on an adjective? The point, as you've been told, IS to BE anti-competitive. Adjectives and your personal judgement of their application don't change that underlying fact.
Re: (Score:3, Funny)
To be fair, that's an adverb.
Re: (Score:3, Informative)
On what planet is 'anticompetitive' a noun? O.o
Re:Software patents are profoundly anticompetitive (Score:4, Insightful)
I'm quite certain math geeks are beavering away at new compression algorithms in corporate labs. Much of that research will screech to a halt if there's no prospect of making money licensing the resulting patents. Not all of it, just a lot. So the benefit to society is we get a 2160i video standard this decade, not next. Is that worth it? I don't know, maybe, but it's not cut and dried.
Re: (Score:2)
There would still be plenty of research in the field, because video compression is only a tiny part of an overall market... There are plenty of organisations who would find video compression useful and would feel that a better codec would make their products more useful.
And then there is always purely academic research.
Re:Software patents are profoundly anticompetitive (Score:5, Insightful)
The whole concept of patents is to protect the patent inventor against competition and give him or her a monopoly.
You've got the method, but you don't have the purpose. The purpose for patents is to spur the sharing of inventive ideas for the benefit of society. See, before patents, ideas would generally be held as trade secrets by guilds. Often times these ideas would die, never to see the light of day, if the guild wasn't in a position to make use of them. This severely hampered innovation.
We want to get these innovations to be spread and known as widely as possible. This allows for the fastest implementation of those ideas, as well as speeding up the process of new innovations which are founded by those same ideas.
So, how do you make it so that everybody knows how the latest innovation works, yet still allow the inventor to extract sufficient profit out of the invention to make it worth the effort (and therefore worth inventing the next great thing)?
Simple, you give him a limited guaranteed monopoly that is long enough to extract most of the value from the invention, but make him describe his invention in detail such that another competent engineer could recreate the device. Then, the next great widget can be invented based on the revelations of the previous great widget, regardless of whether or not the new inventor is the same person as the old. Also, it gives the inventor of such a widget many options for monetizing his invention so that he can afford to create new inventions.
The purpose of patents is to benefit society. It is not to benefit inventors. We dangle the carrot of a limited monopoly to encourage as much invention as possible, but the success of the inventor is not the goal of patents. Spread of knowledge is the goal of patents. This is the same goal as copyrights, by the way.
Any time you see someone attempting to limit the spread of knowledge via patents or copyrights, you know immediately that they are working counter to the goals of copyrights and patents.
Re: (Score:3, Insightful)
*Not counting the people that just want everything for free - I mean the people that actually have a reasoned argument and stand on the issue
Re: (Score:3, Interesting)
Hopefully, the supreme court recognizes this as well. The landmark Bilski vs. Kappos case decision is expected to be released by the U.S. Supreme Court any day now. Depending on what that decision is, thousands of patents could be invalidated.
Re: (Score:2)
This project is yet more proof that software patents are profoundly anticompetitive.
Software patents do not make open source software illegal. They do make not paying license fees illegal. There are ways to do this and there is a cap to how much you need to pay.
If the fees were that exuberant, wouldn't there already be another competing standard by now?
Re:Software patents are profoundly anticompetitive (Score:4, Informative)
Having a patent doesnt do anything by itself, it gives the holder of the patent specific options.
Specific options that I don't want anyone to have over me; options they won't have if I don't encode anything with H.264.
Let me ask you, how many people has the MPEG-LA sued over h264 ... there are OSS implementations ... how many of them have been sued?
I don't trust the MPEG-LA. Past performance is no guarantee. Frankly, if their US licensees have any inkling that x264 is cutting into their profits, as publicly traded corporations they are legally obligated to push the MPEG-LA to enforce those patents anywhere they are valid. Apple and Microsoft both qualify. They have a legal obligation to their stockholders to push H.264 over Theora since they get money whenever a H.264 encoder or decoder is sold.
I suppose the fact that Novell, Redhat and Canonical all are patent holders just slipped your fucking mind too right?
Redhat grants use of their patents.
http://www.redhat.com/licenses/ccmpl.html [redhat.com]
2. GRANT OF RIGHTS
a. Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non exclusive, worldwide, royalty free copyright license to reproduce, prepare derivative works of,publicly display, publicly perform and distribute and sublicense the Contribution of such Contributor, if any, and such derivative works, in source code and object code form.
b. Subject to the terms of this Agreement, each Contributor hereby grants Recipient a non exclusive, worldwide, royalty free patent license under Licensed Patents to make, use, sell, offer to sell, import and otherwise transfer the Contribution of such Contributor, if any, in source code and object code form. This patent license shall apply to the combination of the Contribution and the Program if, at the time the Contribution is added by the Contributor, such addition of the Contribution causes such combination to be covered by the Licensed Patents. The patent license shall not apply to any other combinations which include the Contribution. No hardware per se is licensed hereunder.
Novell licenses their contributions under the GPL version 2 (they are still carrying notices to this effect, not difficult to locate.) It does not permit redistribution if patent claims prevent it. Novell cannot simultaneously distribute Linux and make patent claims against it.
The Canonical contributor agreement requires that you promise that no patent claims will come from your contributions to canonical, and they make the same promise back to you. Further, Canonical submitted a letter to the European Patent Office arguing against the granting of software patents for EPO EBA referral G3-08 [swpat.org].
Or, in short, you are using three companies which have promised not to sue over software patents in comparison to a group which exists specifically to handle licensing and lawsuits of a group of patents encumbering a supposed standard. This is so wrongheaded I just can't even begin to figure out where you're coming from.
Re:Software patents are profoundly anticompetitive (Score:5, Insightful)
Software patents literally make these open source projects illegal
The context you skipped was speaking directly to OSS H264 implementations. A patent does not *force* the patent holder to be anti-OSS, but if the patent holder doesn't explicitly grant that liberty, then the OSS project distribution in geographies where the patents apply are illegal and are liable. You may argue that this should be the right of the patent holder to make these restrictions, but don't pretend that all software patent holders are just fine with OSS and that it has no impact.
Let me ask you, how many people has the MPEG-LA sued over h264 ... there are OSS implementations ... how many of them have been sued? I can count to one higher on my dick, so just stop with the retarded bullshit you're pulling out of your ass.
That argument could have been made about GIF and VFAT for *years* before the respective companies started going after their royalties with force. One of the devious things about patents is that they can be 'submarined' while the industry standardizes on it and then the holders can raise their hands and make demands upon the whole industry. In cases like Novell and RedHat where they explicitly license their patents, its ok. For closed/open projects that explicitly get signoff from a patent holder, they are ok. In the case of H264, there are clear demands as to how to legally license that are ignored by many who are *currently* ignored in turn as the holders think it the best current business course of action. Because of the overall soft stance in the community on h264 licensing, they reap the benefits of open source implementations as validating it as a standard while not incurring the risk of losing their right to sue by explicitly granting rights.
This is what the Internet is for (Score:2)
Route around boys, route around.
Any attempt at controlling information will eventually fail and do so in far more spectacular ways as we progress both socially and technologically as a species.
Re:This is what the Internet is for (Score:5, Insightful)
This is a technological work-around for a legal problem.
When the music industry shut down Napster, some clever programmers wrote up distributed filesharing applications. Hooray, right? Well, no, then the lawyers and the CEOs and the lobbyists went crying to the legislators. And one by one, each country started enacting stricter and stricter copyright laws. Grandmothers are being thrown in prison. Citizens are being fined thousands for a half dozen song downloads. Pirating has reached social acceptance, but hey, so has pot smoking. Social acceptance hasn't changed the fact that your government can throw you in jail at any minute.
Look at the story of The Pirate Bay. We're running out of safe havens, because "routing around" is so much easier than making a stand in your own country, against your own government. Who really wants to go down to their local state/federal legislature and march and protest for the "right to copy data"? Most of us just fileshare for the sake of having some good entertainment to watch in the evening. It's hard to get worked up over relaxation. We don't want to have to work at getting our entertainment, so let's just route around and hope the lawyers don't catch me.
Somewhat related example: China builds a firewall. The clever computer nerds know how to get around it, but for fear of imprisonment, they can't go around blabbing the details. Their own neighbors will turn them in at the drop of a hat. As a result, political dissidence remains horribly unorganized and ineffective. The tools are there, but it doesn't matter, because no one can use them for anything bigger than reading Western newspapers or downloading porn.
Routing around doesn't fix anything. If anything, it releases just enough steam that the public's anger never reaches the critical point to turn around these abominable laws. Quit bragging, about your clever programming tricks. They won't help you when the government/corporations own the tubes, the clients, the servers, and the courts.
Ubuntu should stick with Firefox. (Score:4, Insightful)
Until Chromium has addons like Firefox I'm not interested in using it. If they actually go with Chrome, that will be a joke. I actually value my privacy rights, and I don't want Google's browser snooping on me, and reporting my web usage to their advertising servers.
Re: (Score:3, Insightful)
If they actually go with Chrome, that will be a joke. I actually value my privacy rights...
If you look at the list of stuff Chrome adds over Chromium, you won't find much you'd actually care about as far as privacy rights.
Re:Ubuntu should stick with Firefox. (Score:5, Informative)
Re: (Score:2)
Re:Ubuntu should stick with Firefox. (Score:4, Insightful)
Google knows that 99.999% of users will keep Google as the default search on Chrome
Hell, 99.999% of Firefox users keep Google as the default. Also remember that nothing makes money for Google like Google Search - it's 95% of their revenue.
They don't need to track you through their browser, they already track you through their search engine and you* love them for it. ;)
* By "you" I mean people in general, not necessarily you specifically
Re: (Score:3, Funny)
Didn’t you know? The new fad with Linux desktop environments (not everything else Linux) is to make them just as much a PITA for everyone who actually got a brain, than Windows and MacOS: By setting all the defaults in a way that only the dumbest of the dumb like it.
Because apparently because they scream the loudest, they are the most important ones. And ever will be. Even when that whole behavior just lowers the whole Gaussian curve of intelligence distribution every time, creating new, worse, idiots
Re: (Score:3, Funny)
Here's a hint, writing stuff in all caps doesn't make it true.
H264 patients in various countries (Score:5, Informative)
"Only two countries in the world have software patents"
That's not exactly accurate - MPEG LA has been granted patients in numerous countries: http://weblogs.mozillazine.org/bz/archives/020400.html [mozillazine.org]
Re:H264 patients in various countries (Score:5, Informative)
As we saw with Decss it doesn't matter if other countries support the law. Us law is international law due to corrupt treaties paid by lobbyists. They can have the president issue an order like they did to poor Jon Johnsen for daring to have people watch their own dvds that they own on their own computers with Linux.
Unfortunately, this is not going away [msn.com] anytime soon.
Advocates of Theora/VP8: Do your patent clearance! (Score:3, Informative)
Despite the typo with the excessive "i", the post was right on: those patents exist all over the world. It's not just that they exist, they also get enforced. Even in Germany, despite the fact that we (I founded the NoSoftwarePatents campaign in 2004) defeated a proposal for an EU software patent law, those kinds of patents get enforced quite aggressively. Every year at CeBIT, there are dozens of search warrants and confiscations [blogspot.com], most of them related to MP3 and presumably an increasing number related to MP
Re: (Score:3, Interesting)
One of the central patents cited is EP 0443676 which concerns the MPEG-2 codec which is granted by the European Patent Office, not the national patent offices. Had the patent application been filed in any of the member states, their patent office would likely rejected the patent on grounds that algoritms are not patentable. EPO has no such qualms, however and will happily grant software patents, even though they know they are probably not enforcable.
There is a case running in the Danish Maritime and Commerc
Re: (Score:3, Interesting)
Uuum, that list is clearly bogus fearmongering. There is no such thing as software patents in Germany. (Where I live.) And the same is true for pretty much all the other EU countries. The move by EU pseudogovernment to make it law, is proof that it isn’t already.
For <audio> tag (Score:4, Interesting)
Please include support for mp3 and aac.
Thanks for creating this project. Support H.264 for the <video> tag is the right thing to do.
Good luck for your effort.
Re:For tag (Score:3, Interesting)
Think like a programmer: Generalize: Include ffmpeg, and be done with it. Tons of codecs. Tons of features. Works on every OS. And since it’s an external dependency, the whole “problem” vanishes into thin air. It’s beautiful! :)
Shouldn't it be a user option? (Score:2, Insightful)
Say no to H.264 (Score:4, Insightful)
All this is doing is making H.264 standard and this is going to kill Linux and Firefox once the lawyers come out when it monopolizes the market.
This patent bs has got to stop. If enough users (firefox users) do not support it then we have a fighting chance to fight it.
Can't say no to H.264 without reliable alternative (Score:4, Interesting)
As much as I regret to say it (btw, I founded the European NoSoftwarePatents campaign in 2004), I don't think this kind of resistance to H.264 is going to lead to a solution in the event some of the patents in the MPEG LA pool (just the H.264 pool contains 1,135 patents, and they have more pools under management there) get infringed by an alternative format that everyone would advocate, be it Theora or VP8. In that case, "the lawyers" would come out anyway to collect royalties and impose other terms and conditions.
As a result, whatever alternative that infringes on those patents would end up being unfree (neither free beer nor free speech) anyway.
The call for resistance to H.264 will make a great deal of sense if and when there is a reasonably reliable basis on which it can be assumed that a format such as Theora and/or VP8 doesn't infringe patents. While it's impossible to check on every one of the millions of software patents that exist around the globe, at the very least the proponents of Theora or VP8 (which Google might opensource very soon) should make a well-documented patent clearance effort with respect to the patents held by the MPEG LA consortium and explain why they their preferred codec doesn't infringe on those. Companies like Google or a deep-pocket non-profit such as the Mozilla Foundation could certainly do so if they wanted. I explained this thinking in a recent blog post [blogspot.com].
Stupid. (Score:3, Informative)
Firefox has a large enough install base to actually stop or at least slow down H.264 adaption. IIRC, the Mozilla Foundation is in large part responsible for H.264 not being part of the offical HTML 5 standard, same as Apple & Nokia are the main players behind stopping Ogg Theora.
Having Firefox refuse to move to the patent- and licence-encumbered time-delayed scatter bomb that is H.264 has been very important. Software patents will be around for some more time and every user (in the broadest sense; i.e. everyone touching H.264 in any way) is required to get a licence. Sure, there are some limited free-as-in-beer rules, but that will not help anyone if the MPEG LA changes the licence terms in 2015 (I think that's when the current licences expire). Also, that will not help any FLOSS project they decide to smash into the ground. And of course, no large company like MS or Apple would ever indirectly fund such a thing. Unheard of! And yes, I know that this part is speculation and what-if.
Anyway Ogg Theora has lost the race as
1) it has slightly larger file sizes meaning significantly more cost to large companies deploying it (they scale to a _lot_ of video)
2) there is (almost) no hardware support, meaning that it drains batteries, can not be played on cheap mobile devices etc due to higher CPU usage
3) it has no 500-pound gorilla behind it; merely a 200-pound one.
Well, Ogg Theora is based on VP3 by On2 Technologies which they released to the Xiph Foundation a few years back. VP6 was good enough to be the default in Flash 8, VP7 was supposedly better than H.264 in 2005 (no idea if that is true) and recently, google bought the company.
Rumour has it that google will release VP8 to the public under a Free Licence at their I/O conference which will start next tuesday, May 18th 2010.
So imo the project is a bad choice in the first place, has really bad timing, no consideration for the underlying issues at all and is generally a bad idea.
Re:Stupid. (Score:5, Insightful)
Firefox has a large enough install base to actually stop or at least slow down H.264 adaption.
The geek refuses to look beyond the browser.
Firefox is roadkill. Little Dolly Dumpling tied to the railroad tracks.
H.264 has the support of 817 of the biggest names in global manufacturing: Fujitsu. LG. Mitsubishi. Panasonic. Philips. Samsung. Toshiba...
In cable, broadcast and sattelite distribution. In CCTV.
In home video.
In PCs. In cell phones. In mobile devices of every sort.
It is backed by Adobe, Apple, Google, Microsoft - and Canonical.
Re: (Score:3, Insightful)
Remove all devices that don't have a reason to care about HTML5 from your list, and what are you left with?
Everything that outputs, switches, records, edits and processes [in hardware or software] video for your HTML 5 browser to parse.
A search of Google Shopping returns 1,600 hits for "WiFi H.264 Camera."
Security cameras for home, commercial and industrial use. Would it be convenient to remotely view the video and control the camera through an ordinary web page? Of course it would.
A search of Google Shoppi
Re: (Score:3, Funny)
Story posted at the speed of kdawson.
Re: (Score:2, Funny)
That a new word?
yes, thatanewword.
Re:"impossiblefreely".... WTF? (Score:4, Funny)
yes, thatanewword.
Hmm, is that a malamanteau ?
Re: (Score:2, Insightful)
In the event that HTML5 takes off and the video markup becomes commonplace, Firefox would be the only browser that doesn't support it. By creating this project to have the codec support built into a Firefox codebase, Firefox can retain the userbase instead of losing out to other browser that implements H264 support. It is not simply adding support using some 3rd-party framework in place. Gstreamer is not commonly found in Windows-based systems and OS X probably has their own framework for multimedia play
Re: (Score:2)
Re: (Score:3, Informative)
It's actually a reasonably common idiomatic expression, especially w.r.t. computers, despite not making a lot of sense. See these examples [google.com]. I've also seen "dog-slow". My guess is that they're slips from "sick as a dog" and "dog-tired", respectively.
Re: (Score:3, Funny)
Wouldn't that be tame weasel?
Re: (Score:3, Informative)
HTML 5 doesn't specifify any codecs. You could use .wmv on your html 5 page if you really wanted to, and it would be valid html 5. Nobody has a browser that could watch such a video, but that is another issue.
Re: (Score:3, Insightful)
What the standard SHOULD do is provide for at least ONE codec as a minimum requirement, to ensure that there is at least one format that ensures universal functionality. Then it can ALLOW any additional that others wish to use. That one minimum required codec must also be an unencumbered one to ensure free access by all browsers. This one minimum doesn't even need to be the best technology; it just needs to basically work and be usable.
Re: (Score:3, Informative)
Whether or not a patent is valid in a country is not necessarily related to whether or not the patent was or could have been issued there.
Oh, how come? When the local law states that algorithms, math etc. can't be patented, what bearing on it has whether there is or isn't a patent on that in, say, the US? If a patent hasn't been issued here, then there is nothing to break here.