Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×
Music Media Software

100% Open Source Helix Player 'Alpha' Available 283

kforeman (Kevin Foreman, Helix GM at RealNetworks) writes "Helix Player 1.0 and RealPlayer 10 Alpha are now available. The Helix Player is 100% open source, and includes support for Ogg Vorbis and Theora, as well as SMIL 2.0 so that you can combine Theora videos with JPEG, GIF, or PNG images and RealText. The RealPlayer 10 alpha is a superset of the Helix Player alpha, and adds support for RealAudio, RealVideo, MP3, and Flash. See the release notes to find out about the rest of the enhancements and give the players a whirl. We love your feedback and comments as always, so use any avenue you are comfortable with (forums, email, bugzilla) and let us know what you think! The team has tried hard to get all the bad bugs out, but remember that it's alpha and constantly improving with your feedback and help. Enjoy the player!"
This discussion has been archived. No new comments can be posted.

100% Open Source Helix Player 'Alpha' Available

Comments Filter:
  • by TCaM ( 308943 ) on Wednesday May 19, 2004 @05:31AM (#9193590) Homepage
    remains for my life to be complete is for Gator to OpenSource their wares.
    • Re:Now all that (Score:3, Interesting)

      by Wolface ( 740944 )
      But since helix is 100% open source, how can it have spyware??
      • I'm primarily an end user, not a developer. If someone wanted to release OSS with some sort of obfuscated spy-code then I certainly wouldn't know it. Sure, someone out there would probably discover it, and shriek about it, or just rewrite it, or deal with it in their own personal way... Open Source Software just means you can see the source code, (modify it, recompile it, etc...). It doesn't necessarily mean you can understand it.

        Even if I could comprehend other people's source code, it's pretty dry readi

        • Re:Now all that (Score:3, Interesting)

          by arkanes ( 521690 )
          It's happened, actually. Some guy took the open source (BSD-style) CD ripper CDex and repacked it (with nothing more than a simple string replace on the name, no less) into a new installer that included mounds of spyware.
  • warning, (Score:5, Informative)

    by Quai ( 188898 ) * on Wednesday May 19, 2004 @05:33AM (#9193598)
    Both bz2 files extract to the working dir..
    • Re:warning, (Score:5, Informative)

      by phoxix ( 161744 ) on Wednesday May 19, 2004 @06:33AM (#9193779)
      Both bz2 files extract to the working dir..

      Hrm, I just DLed the source file and it didn't do that.

      Anyways, you should always use:

      tar xvjf foobar.tar.bz -C $extraction_dir

      To prevent from this sorta thing

      Sunny Dubey

      • Both bz2 files extract to the working dir..

        [,,,]

        You should always use:

        tar xvjf foobar.tar.bz -C $extraction_dir

        To prevent from this sorta thing


        Useful only if you know IN ADVANCE that it dumps to cwd. Unless you do it as sop, which will give you a possibly confusing directory structure.
  • What's the point? (Score:3, Insightful)

    by dmayle ( 200765 ) on Wednesday May 19, 2004 @05:34AM (#9193602) Homepage Journal
    Not to troll or anything, but what's the point? I've avoided Real Player like the plague because I feel I can't trust them as a company. This means that I miss out on the content that is Real only, but I've made my peace with that. So, given that, why would I want to install Helix, given that it doesn't provide the only major codec that I'm still missing, namely, Real?
    • Re:What's the point? (Score:5, Informative)

      by pe1rxq ( 141710 ) on Wednesday May 19, 2004 @05:37AM (#9193610) Homepage Journal
      You don't have to miss out on real content... mplayer plays it just fine. Infact it plays it infinitly better than real's own open source player...

      Jeroen
      • Hm? I thought Real's own open source player does not play RA/RV according to the submission. Only RealPlayer 10 or whatever can do this. Helix itself is only playing stuff other players can play as well. Not sure about the SMIL stuff though.
        • Re:What's the point? (Score:3, Informative)

          by vikman ( 695272 )
          Technically RealPlayer10 for Linux (which gives you free RA/RV/MP3/Flash etc. playback) is HelixPlayer plus those codecs. Seperating out a completely opensource player makes licensing easier to deal with.

          This FAQ [helixcommunity.org] talks about this differentiation in detail.

      • I was under the impression that real for mplayer only works using the Real Player codec (from windows), which is x86. I don't use an x86 system...
        • Re:What's the point? (Score:3, Informative)

          by pe1rxq ( 141710 )
          I do use a x86 system (atleast the one I use for mplayer) but I don't have any windows codecs on it... So it seams they don it nativly. (Might still be x86 specific though)

          Jeroen
          • Re:What's the point? (Score:5, Informative)

            by pantherace ( 165052 ) on Wednesday May 19, 2004 @07:37AM (#9193938)
            There are 3 ways mplayer can play realaudio/realvideo files:
            1. Native ffmpeg or mplayer-only (I seem to recall it being libavcodec based (in other words: ffmpeg) but ffmpeg's online docs don't show realvideo just realaudio.) realvideo support. It has drawbacks: doesn't always play things correctly, and only is rv10 and rv20 (real video 1 & 2, and not 3 & 4)
            2. Native Linux real codec. It uses the files that install with realplayer to play realaudio/realvideo. It is the native decoder made by real, so it works nearly as well as real ever works.
            3. Windows dll codecs. Similar to the Linux codecs, but it uses the windows codec via a loader that branched from wine years ago. Same advantages as #2, but drawback of having to have windows dlls, and the even thornier legal questions.

            Please note that #3 is available only on x86, while #2 is available on alpha & x86 (might be more if realplayer ran on other versions of linux) and that #1 was at one time (and still may be) limited to x86 due to problems with the code, though it should work on other archs. (That last I looked DID affect ffmpeg's sorensen video codecs, they are/were x86 only.)

        • Re:What's the point? (Score:2, Informative)

          by TA ( 14109 )
          The mplayer I have doesn't use any windows codec,
          it does however use a real plugin (for linux).
          Doesn't seem native to me.
      • If mplayer did this on non-i386-compatible platforms, and if it did this with a program for which there was complete corresponding source code available under a free software [gnu.org] license, I'd say you have made an excellent point. However, I believe that the only reason mplayer plays RealMedia is because mplayer calls the same library Real's player does. Which makes mplayer little more than an alternative RealMedia front-end; the library which does the actual decoding work is no more trustworthy because it bei

    • by eclectro ( 227083 ) on Wednesday May 19, 2004 @06:01AM (#9193682)
      So, given that, why would I want to install Helix

      Maybe to take advantage of unique promotional offers, special "member" content deals, opportunity to buy the deluxe version, discounts on merchandise, and news about regular updates.

      What more could you want???
    • Re:What's the point? (Score:2, Interesting)

      by asciono ( 220392 )
      Actually I think Real is atleast trying to do something for the community. Why they do it, I'm not really sure. But I'm pretty sure it's not 100% evil intension to try to gather around the OSS flock and storm Microsoft.

      You question is almost like asking "Why install mplayer w/o any w32 codecs when there is xine (or whatever player you'd like) that does the same?".

      I'm pretty sure that Real would've gotten alot more attention from the community if they've been doing this a few years earlier. Back then, when
    • If you are running Slackware you can find a codecpack for xine here [dropline.net].
    • by pointwood ( 14018 )
      So, who do you trust? Microsoft? Apple? That's the 2 other major players and I honestly don't trust them more than I trust Real. The difference here is that the Helix player is open source. That's a big plus in my book
    • Re:What's the point? (Score:2, Informative)

      by Coocha ( 114826 )
      There isn't much point, unless you're a developer. Now I finally have an open-source solution to developing and testing SMIL content. Real is still a company not to be trusted, but when you're in a corporate setting where you've been locked into using Real codecs and SMIL for content creation, personal choice gets thrown out the window.
    • by a_karbon_devel_005 ( 733886 ) on Wednesday May 19, 2004 @12:15PM (#9195974)
      I'm not sure why people are so anti-real player to be honest. It's the only player for linux that I know that legally plays all the different codecs.

      They've started an open source project that further strengthens their commitment to linux, though I would like to see more, but how can you fault them? Here's a market that regularly uses questionable codecs constantly, yet Real is trying to make itself available legally in our market. Do you see Windows Media player for Linux? iTunes for linux? If you do, tell me because I don't know about them.

      Also, this is a company who has been snubbed out of a market by MS's desktop domination... I mean .. lets see 99% of computers come with Microsoft WMP, and you're Real... what would YOU do?

      And on another note, most of my friends in the AV industry have said that the Real codec is, if not the best, in the top two ( next to MPEG-4 ) in quality/compression. ( of the formats in relatively common use today ).

      Now.. on the NEGATIVE side, this is VERY very alpha type stuff (Helix) from what I've seen and I'm not aware of a Real Mozilla plugin, but then again I've not googled for it.
  • by ciupman ( 413849 ) <luis.pinto@gmail ... inus threevowels> on Wednesday May 19, 2004 @05:35AM (#9193604) Homepage
    ... are neat, but i like media frameworks better. I 'm eagerly waiting for a final (stable api) gtreamer
    • The Helix Platform is a "media framework." According to their own page [helixcommunity.org]:

      The Helix(TM) DNA Client is the universal playback engine designed to support the decode and playback of any data type desired ... The Helix DNA Client is designed as an open, comprehensive platform that enables playback of digital media products and applications for any format, operating system, or device. [It] supports any audio or video codec through well-defined file format and decoder APIs.

      • I might agree that it might be somewhat of a framework ... but looking at their schematics i couldn't figure out if it has any pipeline capability, like gstreamer, or even directshow, that so, applications made on top of that, would have only basic funcions (playing, decoding etc). It's also very "Player" oriented.. and a framework should do more that that.. Imagine i want to split a video file in two respective streams (1 for video and the other for audio), then apply a red filter to the video and a reever
  • So... (Score:3, Insightful)

    by BenBenBen ( 249969 ) on Wednesday May 19, 2004 @05:35AM (#9193606)
    So when can I watch a .rm without filling my system full of nagware, adware, spyware and bloatware?
    • Re:So... (Score:3, Informative)

      by Feztaa ( 633745 )
      Right now -- just use mplayer.
      • I was being a bit of a devil's advocate - I use my Xbox for video, which is mplayer.

        I get annoyed that the BBC, which I pay for, only uses Real formats for their distribution (Dirac, I know, I know). What this means for all of my windows friends/relatives is they all run RealPlayer, and all hate the pop-ups, nags, etc. On principle the BBC should not be making their funders use a commercial format, when there are dozens of viable open formats.

        /personal bugbear
        • Re:So... (Score:3, Informative)

          by spacefight ( 577141 )
          There is a special Realplayer made for BBC out there. [bbc.co.uk]
          • On the subject of the BBC's use of realplayer, can anyone tell me why, despite the oodles of bandwidth they have, their live news streams are broadcast at a pitiful 35kbps? I know they have the broadband news console, and the radio streams are of decent quality, but im talking about live events.
            • Re:So... (Score:5, Informative)

              by martin-boundary ( 547041 ) on Wednesday May 19, 2004 @06:30AM (#9193767)
              There's two problems with streaming, the quality and the pauses during streaming. The quality you can't do anything about, but you can get rid of the streaming pauses quite easily:

              Using mplayer, record the .rm file to disk as it is being streamed:

              mplayer -dumpstream -dumpfile xxx.rm rtsp://where/the/stream/is

              Then, using Linux, wait for 5 minutes and start playing the file from disk in a separate console:

              mplayer xxx.rm

              This way, you have 5 minutes worth of cached stream, and you'll never see the "buffering" message or other pauses ever again.

        • Re:So... (Score:2, Interesting)

          by magefile ( 776388 )
          The Captioned Media Project [cfv.org], a service provided for free to the deaf/hard of hearing by the Department of Education, only uses streaming Real because of copyright issues (i.e., they need to be able to track how many times you watch something). They're switching to Windows Media in the next few months though, since it now has DRM, and they say that Microsoft is contracting with someone now to do a Linux version. As long as MPlayer or similar can still play it, I'll be fine, but now I have to go do another
    • Use MPlayer. But has RealPlayer really used adware in the Linux version? I've never noticed any when I used it. Maybe there were ads (I use my internal ad-blocking bio-ware to filter those out anyway), but I've certainly never seen any nagware or spyware.

      It's always been a terrible player, though.
      • Who said anything about Linux? Just because I'm hanging out on slashdot.. ;)

        I run Linux on my router, Xbox and TiVo, and no-where else. My powerbook runs a better multics simulator as standard and my x86 runs WinXP (only ever over RDP from the powerbook though - bit faster and more useful than a virtual PC).
    • So when can I watch a .rm without filling my system full of nagware, adware, spyware and bloatware?

      Just do rm -rf /.

    • by Qbertino ( 265505 ) <moiraNO@SPAMmodparlor.com> on Wednesday May 19, 2004 @09:23AM (#9194593)
      RealPlayer is *not* Spyware. And it's not shoddy and it does *not* bloat your system.
      Lots of Ads at startup? And a crappy website for years on end? Ok, I'll give you that. But anything else is just plain baseless FUD!
      I must say that I am gratefull for Real actually offering a Linux Player for their stuff long befor any other company had the amount of braincells to grasp the concept of alternative OSes.
      It works, doesn't look to crappy, even on Motiv-only systems (which is quite an achievement, admit it) and SMIL is actually a very nice thing and was an official, fully XML compliant open standard long before SVG even crossed the mind of any one at Adobe and Macromedia still was f*cking around with a crappy Flash 4 that couldn't even get it's own IDE sorted out. Not that they have been able to do that up to date.

      That this OSS Helix Player is bound to be the first one to support SMIL 2 is an impressive thing and could actually use some moral support. Real back in the dot-boom days was the only thing you actually could do dynamic rich media media with. I was doing SMIL with an EDITOR back then. Try that with any other 'open' standard even today.
      As soon as this works I'm outta Flash 2k4 Pro again in an instant. Unless Macromedia gets a grip and sorts out their serious IDE problems. They actually should do that before they semi-port stuff for Linux with Wine, imho.

      Bottom Line: Quit the Spyware Legend and support a working streaming media standard that isn't half as nazi about DRM than Mickeysoft.
      • by BenBenBen ( 249969 ) on Wednesday May 19, 2004 @09:38AM (#9194709)
        I'd say that a program that installs itself and runs constantly without my asking it to, that can't be disabled or stopped from within itself, and which includes a built-in SMTP engine for mailing out stuff to HQ counts as Spyware.

        Maybe we just have differing definitions.
        • by Anonymous Coward on Wednesday May 19, 2004 @12:12PM (#9195954)
          And obviously you haven't used the Helix Player or RealPlayer 10 for linux.

          1) the last player for linux was realplayer 8... are you saying rp8 has an smtp engine and spyware? It runs without asking and you can't stop it? then you obviously have never used realplayer8 on linux and dont know how to use your linux system. I've never had rp8 add a run level 3 start script.
          2) I just tried realplayer for linux and I had none of the issues you speak of above.

          Do people not realize that this is a good thing? I for one am happy we have the beginnings of another player on linux that's open source to boot.
  • No windows port... (Score:4, Interesting)

    by arduous ( 91558 ) on Wednesday May 19, 2004 @05:35AM (#9193607) Homepage
    So it looks like I will be sticking with Real Alternative [free-codecs.com]

    Why do some many open source developers limit their program to just the linux world? On my main workstation (XP box - don't work, I have linux servers just about everywhere), I have Mozilla, Firefox, Thunderbird, FileZilla, Nvu, OpenOffice, VideoLAN, GAIM, Dev C++, and many more.
    • by pe1rxq ( 141710 ) on Wednesday May 19, 2004 @06:01AM (#9193685) Homepage Journal
      Why do some many open source developers limit their program to just the linux world?

      Most programs are more limited to the posix world than to the linux world and will run (maybe with some minor tweaking) on anything that resembles unix.

      For a lot of open source developpers its a hobby... Why should I care about windows? It is such a pain it is just no fun....
      I am not a big corporation wanting as many customers as possible, I don't car about windows users.... I like programming and if someone finds my stuff usefull than great, but it wasn't the reason for writting it.
      But the source is available, if someone wants a windows version its possible (just don't wait for me doing it for you).

      Jeroen
      • by canavan ( 14778 )
        It's not just windows, the various unices (including *BSD, and linux on non x86 platforms) are also not as well supported [helixcommunity.org] as I would like them to be. I've looked into porting helix to Irix - it can be persuaded to compile with some effort - but I find their ribosome build-system not very encouraging to say the least.
    • Com'on join in !
      You can join and start to maintain Windows port on any of those Open Source softwares !

      The original developers probably use open source systems (Linux/...BSD) and they develop the system starting their own needs. Yet they give anyone opportunity to port the software to other systems if someone is willing todo it.
  • Codename HXPlayer? (Score:4, Interesting)

    by Quai ( 188898 ) * on Wednesday May 19, 2004 @05:35AM (#9193608)
    In the about-dialog on the realplayer its named "About hxplayer" :P
    • by Plug ( 14127 ) on Wednesday May 19, 2004 @05:38AM (#9193614) Homepage
      "RealPlayer 10 for Linux" is the open source Helix player with the propriatary Real codecs.

      Like Mac OS X is an open source layer with stuff on it. You can install Darwin if you want, but it's more interesting as the open source base for other things. In this case, hxplayer (the eight character abbreviation) as a media framework.
  • by Anonymous Coward on Wednesday May 19, 2004 @05:40AM (#9193619)
    I have GTK 2.4.1 and Gnome 2.6 but Helix doesn't compile. It bails out after a while on /player/common/gtk/hxplayer.cpp (or something like it) because it uses gtk functions that are deprecated. GTK_DISABLE_DEPRECATED is set to 1 on the header file, but it seems that the Real engineers are using an even older version of Helix.

    Guys, if you are reading this, please try to compile your player with a newer GTK+.

    And another one, there is no "make install" facility, how do you install that thing (if it compiles?)
    • by Anonymous Coward
      I just found a patch to fix the compilation problems with GTK 2.4:
      http://lists.helixcommunity.org/pipermail/p l ayer-d ev/2004-May/000439.html

      The Real/Helix engineers should have TESTED with gtk 2.4.x before releasing the 1.0alpha version. I mean, they didn't even bother downloading a GTK+ version released 2 months ago already before they unleash their cr@p on us and having the compilation fail consistently!

      And btw, why there's no "make install"? How do you install that thing indeed?
      • Uh...that's why it's called an "alpha". ;-)

        We appreciate you pointing out the fix to the problem. However, contrary to popular belief, just because we're a "big" company, we don't have infinite army of developers to apply to this, and one of the things that drives us crazy about Linux right now is the practically infinite combination of compilers, libraries, and so on that all tend to break backwards compatibility on a frequent basis. With respect to company size, I say "big" because in the grand scheme

  • thanks for nothing (Score:4, Insightful)

    by Anonymous Coward on Wednesday May 19, 2004 @05:46AM (#9193641)

    seeing as the player is useless without the closed source binary only codec why should i download this player ?
    there are plenty of open source players that do what this player does, we all know no-one is interested in the player and everyone wants to see the codec source and Real isnt going to do that so the offer of "100% open source" is worthless

    of course this isnt really about the player but the codec and the server, we all know that if JoeSchmoe needs to play realAudio (because your server is serving it up (hopes Real)) he will download the spyware infested nagware RealOne not the helix player

    Real must think us developers are stupid if they think we cant see through their helixcommunity as a fake "wannabe" project staffed by employees, Real are no more interested in Open source as Microsoft is

    • Not that I want to defend Real, but AFAIK, the player supports many, if not all of the Xiph.org codecs, so...
    • by ajs318 ( 655362 ) <sd_resp2@@@earthshod...co...uk> on Wednesday May 19, 2004 @07:14AM (#9193879)
      Back in the DOS days there was a programme called "DEBUG" which took a binary file as its input and displayed the corresponding assembly language source. You had to do a lot of guesswork; but when you had written Spectrum machine code using no programming aid more sophisticated than the character chart in the back of the manual, that wasn't as bad as it sounds. Surely a binary-only codec could be probed with something similar?

      Extended disclaimer, for the paranoid: Pentium assembly language isn't a secret, reverse engineering for the purpose of creating interoperable products is explicitly permitted, and it's never illegal to decrypt something if you can prove you are the intended recipient.
    • by dorward ( 129628 )
      It is only useless without a closed source binary if you do no consider playing Ogg Vorbis and Theora and SMIL 2.0 content 'a use'.
    • by Anonymous Coward on Wednesday May 19, 2004 @09:28AM (#9194629)
      Ok - I'll make an initial statement here: I avoid Real products, so I don't really know what I'm talking about.

      "of course this isnt really about the player but the codec and the server"

      Isn't it actually the reverse of that? The problem with putting Real Player on your computer (historically) is that you get a bunch of other crap in the bargain. You go to watch some Real video and then Badness 10,000 happens and you cry yourself to sleep.

      Well, that's the player right? The player has all sorts of spyware. The codec is just encode and decode. I'm sure there are AV flavored geeks out there who would love to look at the codec code, but I guess I figure most people aren't that interested.

      I've read here (what?! trusting what you read in /. comments?) that the helix player is just the real player w/o the codec... So doesn't this get around the most common complaint?

      "I don't like the spyware in real player!"
      "OK, so run helix w/ the closed source real codec - helix is open source and all the crap can be / has been removed."

      Is this not the case?
    • "thanks for nothing"

      Name one reasonably successful open source media player that does not rely on closed source standards for at least a little of its success. Good luck.
  • Great! (Score:5, Informative)

    by TheSurfer ( 560640 ) on Wednesday May 19, 2004 @05:55AM (#9193671)
    My overall first experience feels good. All the video and audio examples are working perfect now. But I still have some problems:
    • Xlib: unexpected async reply errors. I had this problem since the early hxplayer versions, and it's still here.
    • Flash is not working in RP10alpha, I get a "general error" dialog. Too bad, because I'm searching for an alternative to the Macromedia Flash player/plugin (that thing is darn slow).
    • The tarballs layout is plain crazy. Please archive your files inside a directory. It really suck to extract a tarball and find the files all over your home dir.
    But looking at the whole thing, I can only say one thing: keep up the good work :) The player interface is really nice, and I'm sure the remaining bugs will be fixed soon.
  • where's the obligatory "registration required" notice in this Post?

    Login with this ID:

    Username: raspberry
    Password: wedontneednostinkinpasswords

    enjoy.
  • Debian packages ? (Score:3, Insightful)

    by Mr Europe ( 657225 ) on Wednesday May 19, 2004 @06:48AM (#9193817)
    Anyone knows if Debian packages exist already ?
    If Helix is 100 % free it should find its way to the official Debian servers soon.
  • License is here (Score:3, Informative)

    by peope ( 584706 ) on Wednesday May 19, 2004 @06:59AM (#9193840)
    There are two licenses. One is commercial and the OSI-approved is here.

    https://helixcommunity.org/content/rpsl [helixcommunity.org]

    Open source or free software? An evaluation would be nice.

  • Install the RPM (Score:5, Interesting)

    by Anonymous Coward on Wednesday May 19, 2004 @07:01AM (#9193847)
    If you install the RPM it automatically enables the plugin in Mozilla which works great on sites like News.com, MTV.com, and BBC.co.uk. This is the first time I've been able to view streaming content from these sites in Linux without numerous problems. I think a big congrats is in order to the Helix community who do offer the 100% free Helix player for download. It is only RealPlayer which contains the proprietary components. I see a lot of people bitching here who are obviously uninformed. Anyway, congrats to Helix, hurray streaming media on Linux!
  • I'd prefer a codec (Score:3, Interesting)

    by Nermal6693 ( 622898 ) on Wednesday May 19, 2004 @07:18AM (#9193888)
    I get frustrated when I need to start up RealOne in order to play a RealAudio or RealVideo file. While it's nice for Real to offer a binary Linux player, how about releasing some system-wide codecs that any player can use? I'm clueless as to how the Linux media system works, but it shouldn't be too hard to make a system-wide codec, should it?

    I use OS X, and I'd love to be able to drop a Real decoder into my QuickTime directory and have full access to Real files in any QT-capable app (which is most of them). They've released an encoder, but no decoder yet.
  • by mmport80 ( 588332 ) on Wednesday May 19, 2004 @07:45AM (#9193957) Homepage
    Lots of people know this, but for those who don't a program called Alien can convert packages from RPMs to DEBs etc. http://www.kitenet.net/programs/alien/
  • by motown ( 178312 ) on Wednesday May 19, 2004 @07:56AM (#9194001)
    I'm going to try this out on my Nokia 6600. :)

    That phone already contains an older version of Realplayer, but according to the site, you can simply install this version on top. :)

    People, stop bitching about Real and remember the fact that they are still the only one of the big three media player providers (Mediaplayer, Quicktime, Realplayer) who have ever taken the Linux platform seriously.

    Even with opening a major part of the source (though not the GPL), they went a lot further in openness than the others ever did.

    Also, A recent remark from someone working at Real (in response to Apple's Itunes patent) pleased me: "In the ten years that we've been developing and offering Realplayer, we never patented any part of our GUI". :)

    Of course, that doesn't mean they never patented anything else in their software, but at least they've thrown their full weight behind open patent free codecs such as Vorbis and Theora in addition to their own technology!

    Real, you are hereby forgiven for all your previous adware/nagware crimes! :)

    Download this player and help to maintain Real's (still considerable) market share to keep Microsoft at bay! Real has seriously reached out to our community and we need all the allies we can get. We would be fools not to accept them on our side.
    • Hey, the binary players support then 3gpp format as well! Finally a Linux player that can fully play movies I made with my phone!

      Yes, mplayer can be made to play back the video in that format, but as far as I know, it still doesn't support the format's sound stream codec yet. I'm sure Real's new player does.

      Very nice.
  • Quit bitching. (Score:5, Insightful)

    by IGnatius T Foobar ( 4328 ) on Wednesday May 19, 2004 @09:38AM (#9194701) Homepage Journal
    Damn buncha Slashbots and their anti-Real groupthink. What is it that's always being said? "It's the applications." Here we have Real, an ISV that has finally committed to supporting Linux ... and y'all are bitching about it.

    RealPlayer 10 (alpha) was an easy install ... I just plugged in the RPM and went on my merry way. I didn't even have to go find some eastern European web site where software patents haven't been legalized, to get a player with actual codecs in it. Sure, everything can play OGG. Big deal. Go find me a media site that has OGG feeds available. RealPlayer is a great way to output not only Real's own formats, but stuff like MP3 as well.

    Real needs our support, not our scorn. If you have a problem with their business model, or the 'extras' that are installed on the Windows platform, it would behoove you to politely tell them what your problems are. You are, after all, a customer. But please, for the sake of all of us, shut off the Slashbot hive mind for a couple of minutes and consider that Real is one of the VERY FEW things standing between Microsoft and a total WMA/WMV monopoly.
    • Real has been supporting Linux for years now.

      They are still evil.
    • Re:Quit bitching. (Score:5, Informative)

      by RzUpAnmsCwrds ( 262647 ) on Wednesday May 19, 2004 @01:45PM (#9196787)
      "Real needs our support, not our scorn."

      Any company which develops software that spies on its users and interferes with the operation of their computer deserves our scorn.

      RealPlayer (on Windows):

      - Runs on login
      - Displays ads in the "messege center" (even when you are not running RealPlayer)
      - Sends the URLs of the websites and clips you view back to Real
      - Sends a unique ID so Real can track your habits
      - Takes over file exensions
      - Resets the auto-run-at-login registry key if you delete it
      - Displays advertisements all over the interface
      - Misleads individuals into purchasing subscriptions
      - Attempts to conceal the fact that they offer a free player
      - Displays advertisments in the player after 30 seconds of inactivity
      - Requires personal information and an internet connection to "activate" it

      Why would a company which produces such crapware deserve anything *but* our scorn.

      Real has been doing this crap for *years*. Their software was the first major product to contain spyware, and it set a benchmark for scum matched only recently by Gator and friends.

      Being polite isn't going to get anything done. Real's product is crap and their policies are crap.

      My problem with their business model is that they are a bunch of con-artists. I had to spend TWO HOURS on the phone with them after my grandmother accidentally signed herself up for a subscription to their "SuperPass". Real lured her in with a big sign that said "free" and small text that described what she was really doing (signing up for a 14-day "free trial" which auto-bills after 14 days and can only be canceled by calling Real).

      Not to mention the advertisements for "full screen high quality video". Yeah, that will work great over my Grandmom's 56K modem. Yet the disclamer ("Broadband required") was in 6 point type at the bottom of the page.

      Oh, and the advertisement she got to upgrade to the "Free!" RealOne player (actually just a free trial that auto-billed) was in her older version of RealPlayer - integrated into the plugin, so it looked like a part of the NPR page.

      I WILL NEVER USE ANOTHER REAL PRODUCT EVER AGAIN. OPEN SOURCE, CLOSED SOURCE, FREE OR PAID, EVEN IF THEY CORRECT ALL OF THE ISSUES IN THEIR SOFTWARE, I CANNOT AND WILL NOT USE PRODUCTS FROM A COMPANY WHICH ENGAGES IN SUCH MORALLY REPREHENSABLE PRACTICES.
  • by Random BedHead Ed ( 602081 ) on Wednesday May 19, 2004 @10:00AM (#9194840) Homepage Journal

    Right, what does this mean?

    The RealPlayer 10 alpha is a superset of the Helix Player alpha, and adds support for RealAudio, RealVideo, MP3, and Flash.

    Does this mean that Helix does not support RealAudio and RealVideo? I downloaded a development release a while back, and it's not a bad player. I used it to listen to a streaming radio station. If I can't do that with the new Helix Player, what's the point? I'd need to download the bulky RealOne (easier, yes, since they stopped HIDING it on their site, but not open source). Why wouldn't they add this basic codec support to it?

    Can someone clarify this? I was kind of excited about this project, but now I'm starting to wonder ...

  • by daemonc ( 145175 ) on Wednesday May 19, 2004 @11:30AM (#9195610)
    Gstreamer [freedesktop.org] is a complete open source media framework. It is being adopted by the KDE [kde.org] and Gnome [gnome.org] desktop projects, making it the defacto standard for media applications in Linux/*BSD.

    Gstreamer's plugin system is ideal for making a proprietary codec such as Real available to open source players, without having to open source or give up control of your codec. The benefit to you is that all of the codecs supported by the current Gstreamer plugins would be available to Helix player, without any additional work by your developers.

    Gstreamer developers have approached the Helix developers and offered to cooperate [gnome.org] in the past, but received only an absurd response about "splintering" [gnome.org].

    Cooperation between Helix and other media frameworks would be mutually beneficial. Lack of cooperation only ensures that Real's codec will marginalized on Linux and eventually obsoleted.

A morsel of genuine history is a thing so rare as to be always valuable. -- Thomas Jefferson

Working...