Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Sun Developing Open Media Stack

Posted by ScuttleMonkey on Monday April 14, @06:43PM
from the shine-it-up-and-call-it-new dept.
Graftweed writes to share that Sun is working on a new open video codec called Open Media Stack (OMS). OMS video will be based on H.26x technology and promises to deliver royalty-free open video. This certainly isn't the first attempt at an open codec, hopefully Sun will decide to add something to the table beyond just their name.

Related Stories

[+] New Open Video Codec From Xiph/On2 232 comments
xercist writes: "Xiph.org, the bringers of the mighty Vorbis codec, have done it again. The patents on On2's VP3 video codec have been effectively neutered, and it is being released under the BSD license for all to enjoy. The combination of VP3 video and Vorbis audio (in an OGG bitstream, of course) will be called Theora, and will soon take over the world. The ETA to a 1.0 release is approximately one year. You can also read an interview with Emmett Plant (Xiph CEO) here. The official press release will be up tomorrow, so don't complain about lack of mention on xiph.org just yet."
Sun Developing Open Media Stack More | Login | Reply
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.

Please Log In to ContinueClose 25 Comments More | Login | Reply /

 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • by DennisZeMenace (131127) on Monday April 14, @07:00PM (#23071064) Homepage
    > hopefully Sun will decide to add something to
    > the table beyond just their name.

    The *Java* Sun Open Media Stack ?
      • Re: (Score:3, Informative)

        Different context for the word stack: in this case it's a stack of components, like video and audio codecs sitting on top of some stream format sitting on a container file format. You know - like when they talk about a protocol stack (HTTP on top of TCP o
  • I thought there were essential patents without Free licenses [wikipedia.org] on the H.26x technologies, such as the H.264 Advanced Video Coding used in MPEG-4 part 10.
  • Huh? (Score:4, Insightful)

    by Watson Ladd (955755) on Monday April 14, @07:06PM (#23071114)
    Isn't there already a gpl'd alternative to .flv [flumotion.net]? What advantages are there in sun's offering? And given that the patent fees on .mp4 are so low, is that really needed?
  • Xvid (Score:5, Informative)

    by TheGreatOrangePeel (618581) on Monday April 14, @07:16PM (#23071222) Homepage
    ...uhm. not only is Xvid [wikipedia.org] an "attempt" at an open codec, it's arguably a success. I use it for just about all of my encoding, andyway and it's certainly more of a success than Theora.
  • Seriously? Why? (Score:5, Interesting)

    by rmdir -r * (716956) on Monday April 14, @07:16PM (#23071228)
    What's wrong with existing solutions? Xiph [xiph.org] has a pretty good container format, and a codec comparable divx/xvid, while the BBC has recently finished Dirac [sourceforge.net], which is not quite ready, but which has the advantage of being:
    • Patent and royalty free (the BBC worked very hard at this)
    • GPLv2, LGPL, MIT or MPL licensed reference implementation
    • Finished: the bitstream has been frozen, etc. Integration with container formats isn't quite there though.
    • Better than h.264
    So why is trying making a patent-free h.264 clone worth the time? You are certainly duplicating effort, and we already have solutions.

    NIH, perhaps? Too many bored engineers?

    • Re:Seriously? Why? (Score:5, Interesting)

      by trawg (308495) on Monday April 14, @08:17PM (#23071776) Homepage

      Xiph has a pretty good container format, and a codec comparable divx/xvid
      Last time I checked the open source Xiph stuff wasn't really comparable to DivX/Xvid - that was a while ago so maybe they've made advances since then, but the last benchmarks I saw showed it was not as good for quality/bitrate.

      I have been posting about Dirac in almost every thread on video codecs on Slashdot hoping to raise awareness; the fact that it is truly free and (hopefully) not going to be encumbered by patent rubbish means we might stand a chance of freeing Internet video from the clutches of Adobe/Flash and all the h264/other codec patent holders.

      So why is trying making a patent-free h.264 clone worth the time? You are certainly duplicating effort, and we already have solutions.

      NIH, perhaps? Too many bored engineers?
      My first reaction on reading this was "this is awesome news because the more options the better", which is typically my attitude towards most software. That said, the more people working on Dirac, the better - the BBC have done the hard yards and having a pool of awesome Sun engineers working on it and improving it would certainly help matters.
        • Re:Seriously? Why? (Score:5, Insightful)

          by trawg (308495) on Monday April 14, @10:50PM (#23073054) Homepage

          How do you unseat Flash? Unless the codec is efficient enough to be decoded by Javascript, you won't have anything more commonly installed available.
          If I had unlimited resources and was hugely philanthropic (and/or just wanted to destroy Flash as the de facto standard for web video), I'd do it like this:

          1) develop an open source video codec that is a) comparable in quality/bitrate to mpeg4/h264) and b) not encumbered by patents and does not conflict with existing patents (this is almost certainly the hardest part - even starting from scratch chances are you're going to step on someone's patent portfolio)

          2) create an open source player plugin for as many browsers on as many platforms as I could find, with some nice basic functionality and published specs so anyone else could create one for their browser/platform of choice.

          3) create open source tools for easy encoding/transcoding of existing content to your content (note that this step might require your transcoding tool to be commercial - in order to do this legitimately I'd say you'd need to buy a license to decode things like mpeg4 into a new format). Publish the shit out of your encoding process and let the open source community make free tools. (This step is, I feel, ridiculously important. Video creation is still a bit of a pain in the ass and unless you can make it easy for people to use it, it'll never take off.)

          4) create open source DirectShow filters and all the other crap needed to make your video codec work seamlessly on Windows, and distribute as a simple Windows installer. Make sure they're explicitly redistributable as part of the license and let all those codec pack creators help spread the word.

          5) parter with, or create, a site with a bunch of video to a) demonstrate how well it works and b) promote it and help foster adoption. There is an assload of excellent Creative Commons content out there to start with.

          (Optional) 6) Create a new company providing commercial services for all of the above for companies that want to go the extra mile (bulk encoding services, streaming and distribution, hosting, etc).

          All non-trivial steps!
      • Re:Seriously? Why? (Score:5, Insightful)

        by Jherek Carnelian (831679) on Monday April 14, @07:57PM (#23071622)

        Obviously all the folks who use H.264 have looked at the alternatives you mention and rejected them.
        That's an awfully big assumption. From my experience within the corporate world, I'd feel reasonably confident in saying that not even half of the folks who use h.264 even know that dirac exists, much less have looked at it as an alternative to h.264.
        • Re:Seriously? Why? (Score:4, Informative)

          by rmdir -r * (716956) on Monday April 14, @10:36PM (#23072902)

          That's an awfully big assumption. From my experience within the corporate world, I'd feel reasonably confident in saying that not even half of the folks who use h.264 even know that dirac exists, much less have looked at it as an alternative to h.264.
          It is important to note that Dirac was only finished this year.
  • They'll add DRM!

    This is "derived out of Sun's Open Media Commons initiative", which was in turn based on Project DReaM, which was Sun's attempt at an open source DRM stack.
  • H.26x: what is it? (Score:3, Informative)

    by ajs (35943) <ajsNO@SPAMajs.com> on Monday April 14, @10:16PM (#23072730) Homepage
    Nice article on what H.26x is at ddj: http://www.ddj.com/201203492 [ddj.com]

    I had no idea how tangled the standards were... ugh.

    • I'm not convinced it'll go that far, for exactly that reason, unless Sun does something really spectacular. Getting it into web browsers and having Youtube switch, for example. The BBC's Dirac codec is brilliant, but they don't even use their own codec on
      • OpenEXR isnt intended for use in the web. Its a HDR format for CG, commonly used for light probes among others. But for the web?
        • If the web is heading in the direction of being an online virtual library and multimedia service, then yes, you want HDR. You want online photographs and mediascapes to be every bit as good as they are in other formats. Web 3.x (or whatever the latest vers
      • Re: (Score:3, Informative)

        The problem with dirac was that it was to slow. At least two implementations Schrodinger and the partial not yet finished one in FFMPEG (last SoC) can offer the performance users want to have. Since there is there are now hardware (GPU and FGPA) decoders a
        • by atamido (1020905) on Monday April 14, @11:34PM (#23073370)
          First of all, the specification and the reference implementation to produce and read back a valid stream were just finished. A month ago. After a few years of development. And it still doesn't even use all of the features, let alone efficiently.

          The reason the BBC isn't using Dirac yet is that it isn't anywhere close to being ready, so it isn't actually usable in any meaningful way. Give it another year of development to get the obvious optimizations done and then the BBC may have a reason to switch to it entirely in the iPlayer. And once the millions of people that use the iPlayer to watch BBC's content prove the value of Dirac, other companies will have an incentive to use it.

          Chances are that it will be used in many ways that people won't realize. For instance, Vorbis isn't well known at all in the public, but many game developers use it for audio in games. Game developers love having an open source and royalty free audio decoder with top of the line performance. When Dirac matures, they will love having an open source and royalty free video decoder with top of the line performance too.
          • The Japanese were looking at a format 30x high-definition, according to a story on Slashdot not too long ago. Dirac might be a reasonable competitor for storing or transmitting a video signal of that magnitude. Another possibility would be to have an all-d
      • by AndrewStephens (815287) on Monday April 14, @10:18PM (#23072742) Homepage
        Actually, I think Sun is one of the only companies that could possibly do this. Java is installed on the majority of Windows desktops, and self-updates on each new version. Sun could roll this out as part of a Java update and hardly anyone would notice. Now their only problem is getting content producers to use the codec - good luck with that.
      • Re: (Score:3, Informative)

        Oh, to have mod points for you.

        Some people just don't understand that "Open Source" doesn't mean "license-compatible with my license of choice."