Slashdot Mirror


Real's Reality

prostoalex writes "While Real Networks claims its market share and low profit numbers are the result of Microsoft's anti-competitive behavior, there are some alternative views. News.com has an article on Real's reality, which reveals many interesting practices that Real resorted to. "Although RealNetworks had already licensed Microsoft's formats for use in its media player, it didn't have Windows Media licenses for its server technology. Undeterred, the company found a way to essentially replicate the Windows Media code, trumpeting its new software as the Internet's first "universal" streaming system", says News.com." Read on for more.

"There's also an interesting conversation going on at Jogin.com, which started with this post from the author, basically a rant, describing how inconvenient and even hostile Real Player is. It would be like any other rant, except an employee of Real Networks replied with some insights into the company's wrongdoings and somewhat explained Real's undeterred hostility towards those who downloaded the free version of its player. Furthermore, a consultant, who used to work at Real Networks, replied, sharing some questionable practices Real engaged in, such as hiding a variety of "add-ons" at the bottom of the page, hoping that the user would not scroll down to un-check the selections, and then charging his credit card for add-ons when he signed up for paid version on Real One."

116 of 460 comments (clear)

  1. What do... by andy55 · · Score: 5, Funny


    Q: What do microsoft and RealNetworks have in common?
    A: It takes a HD format to remove their software.

    1. Re:What do... by Hi_2k · · Score: 5, Funny

      Thats not true at all. You can't uninstall evil

      --
      When life gives you crap, Make Crapade.
      Sluggy Freelance.
    2. Re:What do... by kommakazi · · Score: 4, Informative

      Not if you're using a Mac OS X, all you gotta do is delete the folder the player is installed in. This works for the free version anyways...It also (amazingly) works to copy a folder from one computer to another and it still functions.

    3. Re:What do... by The+Snowman · · Score: 4, Interesting

      Wow, vintage Penny-Arcade :-)

      I had a friend whose company contracted for some proprietary software (this was in the BBS days, Stallman's free software was still only a myth, if that even). This thing installed data in unused portions of the boot sector. Even formatting and repartitioning the hard disk would not remove its data, which was primitive copy-protection/license data.

      So maybe the only way to uninstall this software was to burn the hard drive... who knows...

      --
      24 beers in a case, 24 hours in a day. Coincidence? I think not!
    4. Re:What do... by The+Snowman · · Score: 5, Informative

      Not if you're using a Mac OS X, all you gotta do is delete the folder the player is installed in. This works for the free version anyways...It also (amazingly) works to copy a folder from one computer to another and it still functions.

      This is one thing the Mac does right -- a program's binaries and configuration data are all self-contained. No registry, no /etc. This has advantages. Of course it makes it easier to pirate software. I read here on Slashdot a year or so ago about a guy in Texas who witnessed a man walking into a CompUSA, hooking up his iPod, and downloading Mac Office over Firewire. Because everything is self-contained, all he had to do was drag and drop the "Office" folder and he was done.

      When I write software for Linux or for Windows, I try to do the same thing. My Windows software uses the "deprecated" INI files in the executable directory instead of the super-bloated registry, and I try to set up sensible defaults and make programs load from ~/etc if possible in Linux.

      --
      24 beers in a case, 24 hours in a day. Coincidence? I think not!
    5. Re:What do... by kommakazi · · Score: 4, Informative

      Actually configuration data is generally not stored in the same place as the application...pre-OS X it was all stored in the "Preferences" folder in the System Folder which made it easy to find. Under OS X it's a little bit more tricky, user specific prefs are stored inside your ~/Library/Preferences, and system wide prefs in /Library/Preferences. Some apps also make their own .appconfig files in various places inside your home directory. Granted this still is pretty easy to figure out and removal of these files is a sinch since you can just drag them to the trash and delete them normalls.

    6. Re:What do... by Endive4Ever · · Score: 3, Interesting

      Stallman's software wasn't a 'myth' back in the BBS days. I have a printed GNU Emacs manual written by Stallman that was publised in 1986. The difference is, back in 'those days' the UNIX people lived apart from us 'mere home computer' folks from their expensive UNIX workstations. Stallman's culture just comes at the modern computing world from a different starting point than the BBS'n folks. It was around then.

      --
      ---
    7. Re:What do... by freeweed · · Score: 4, Interesting

      This thing installed data in unused portions of the boot sector. Even formatting and repartitioning the hard disk would not remove its data, which was primitive copy-protection/license data.

      Isn't that what Intuit did not too long ago?

      Yes, it's tax time, and I'm on my yearly anti-Quicktax crusade :)

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    8. Re:What do... by c4Ff3In3+4ddiC+ · · Score: 3, Insightful
      This thing installed data in unused portions of the boot sector.
      That sounds like TurboTax.
      --
      *twitch*
    9. Re:What do... by leviramsey · · Score: 2, Insightful

      Did fdisk /mbr work?

    10. Re:What do... by Nicolas+Pillot · · Score: 2, Interesting

      > So maybe the only way to uninstall this software was to burn the hard drive... who knows...

      This is really done in some company where they think data security and theft really matters. Burning old scratched tapes or crushing broken HD to pieces was mandatory in a firm worked in.

      But voodoo & exorcism is furthermore needed when trying to uninstall some software...

    11. Re:What do... by CTachyon · · Score: 4, Informative

      My Windows software uses the "deprecated" INI files in the executable directory instead of the super-bloated registry ...

      Eep. Stop right there, you're standing on a landmine. INI files on a modern system should be put in the per-user "Application Data" folder. You can retrieve its path using SHGetSpecialFolderPath (95/IE 4.0 or 98+) or SHGetFolderPath (98/IE 5.0 or 98SE+) using the CSIDL_APPDATA constant. If you've fail to do this, your app is currently giving ulcers to some innocent admin of WinNT-family boxes who now has to manually add extra NTFS permissions for the Everyone group to your app's install folder. Your app also doesn't work correctly with multiple users (all users share the same settings), under roaming profiles (settings are per-machine, not per-user), or running off a network drive (Ha! Like *your* app deserves chmod a+w on the Samba server!). As an added bonus, your app may stop working under XP SP2 (or after some Critical Update in the unspecified future) and almost certainly will be b0rked by the time Longhorn comes out (if MS isn't a completely lost cause, they'll have stopped making users Admin by default by that timeframe).

      --
      Range Voting: preference intensity matters
    12. Re:What do... by The+Snowman · · Score: 2, Interesting

      Did fdisk /mbr work?

      I do not know... this was a while ago, and my friend is, sadly, dead. Turns out he had diabetes but never saw an MD about the symptoms until it was too late, collapsed on the emergency room floor. They found this out during the autopsy. Anyway, back on subject, I do not know. He did say that uninstalling it the "proper way" worked, it undid the changes to the boot sector. But it also made changes to the original 720k floppy (yep, back in the day) so it would not install on a different computer until uninstalled from the first one. It would remove the data from the boot sector and change a flag on the original floppy. The developers put a lot of effort into the copy protection system, my friend was unable to crack it and he was really good as far as hackers back then went. But he did not put all of his time and effort into it, after all, his company bought enough licenses for their (token ring) network ;-)

      --
      24 beers in a case, 24 hours in a day. Coincidence? I think not!
    13. Re:What do... by The+Snowman · · Score: 4, Interesting

      This is really done in some company where they think data security and theft really matters. Burning old scratched tapes or crushing broken HD to pieces was mandatory in a firm worked in.

      I used to work in a classified facility. We had hard drive shredders. Yep, you heard me right -- insert a hard drive in the top, metal powder came out the bottom. Even then we could not throw it away, it had to be degaussed first. "Paranoid" does not begin to describe it. We also had a tape shredder, same deal, but with plastic powder instead of metal powder :-)

      In both cases, we had to drive bags of said powder, a team effort (just in case al Qaeda hijacked the truck and tried to glue the hard drive atoms back together, they would have two throats to slit instead of one), to a special government incinerator that got super hot (about 5,000 degrees Fahrenheit) and the burning had to be witnessed by about five people with special gas masks to protect against the fumes.

      We had sledge hammers located strategically throughout the building. In case of terrorist or Russian attack, we were supposed to smash our computers to bits on the way to the bomb shelter since we did not have time for proper disposal.

      And just think, all of these security measures are ruined if a single numbnuts downloads spyware...

      --
      24 beers in a case, 24 hours in a day. Coincidence? I think not!
    14. Re:What do... by The+Snowman · · Score: 2, Interesting

      Eep. Stop right there, you're standing on a landmine. INI files on a modern system should be put in the per-user "Application Data" folder. You can retrieve its path using SHGetSpecialFolderPath (95/IE 4.0 or 98+) or SHGetFolderPath (98/IE 5.0 or 98SE+) using the CSIDL_APPDATA constant. If you've fail to do this, your app is currently giving ulcers to some innocent admin of WinNT-family boxes who now has to manually add extra NTFS permissions for the Everyone group to your app's install folder. Your app also doesn't work correctly with multiple users (all users share the same settings), under roaming profiles (settings are per-machine, not per-user), or running off a network drive (Ha! Like *your* app deserves chmod a+w on the Samba server!). As an added bonus, your app may stop working under XP SP2 (or after some Critical Update in the unspecified future) and almost certainly will be b0rked by the time Longhorn comes out (if MS isn't a completely lost cause, they'll have stopped making users Admin by default by that timeframe).

      You make excellent points, and I do agree with you. However, the apps I write (game editing utilities) are not used on "real" networks, and 90% of the time, not used except on my own computer.

      This is halfway on topic, talking about crappy software. I hate it when software is not multi-user aware: it installs itself in my user's start menu, instead of for all users. It stores data in a way that does not work on a per-user basis. Stuff I write for myself works one way, but before I release software I will make sure it works the correct way. Right now I am working on one major program and I have not even started on the Windows GUI yet (backend cross-platform stuff is working, Linux GUI is almost there, but the Win32 GUI is basically a gray window and a menu), but when I do, trust me, it will work in a multi-user possibly roaming atmosphere. And in the case were configuration settings are not present, it will still work. Try deleting MS Word's registry settings and see what happens... my applications will not follow that example ;-)

      --
      24 beers in a case, 24 hours in a day. Coincidence? I think not!
    15. Re:What do... by RedWizzard · · Score: 3, Funny
      We had sledge hammers located strategically throughout the building. In case of terrorist or Russian attack, we were supposed to smash our computers to bits on the way to the bomb shelter since we did not have time for proper disposal.
      Did you ever have practice drills?
    16. Re:What do... by IgnoramusMaximus · · Score: 2, Interesting
      And just think, all of these security measures are ruined if a single numbnuts downloads spyware...

      Not to mention that some of your most trusted colleagues were not who they appeared. That God-fearing guy from Texas, part of a 4th generation of a rancher family, who drank nothing but Whiskey and spoke with such a charming Southern slang was pobably born in Vladivostok.

    17. Re:What do... by IgnoramusMaximus · · Score: 2, Interesting
      No registry, no /etc.

      Sir, I object to your characterisation of the /etc directory. It is there for a reason. What you describe is fine and dandy for games and assorted disposable desktop crapola but not so fine for most (serious) applications. Having a centralized (but easilly maintained and repaired) repository of configuration data, makes it easy to backup this critical part of the system and also allows for better control of access to it.

      Making remarks in the vain of "Let every application be a king of its own hill" smacks of the same lack of understanding of reasons behind these design decisions as an equally common cry of "Lets get rid of package managment and let every application have installer ala windows". So noone will ever be able to tell again what installed where and what version is it. Not to mention the fact that your system will be 20 times its current size since each new application will be either statically linked or have its own libraries in its own corner of the filesystem.

      Both /etc and the package managment are results of many smart people coming up with a way to solve problems that existed due to exactly this brand of chaos you are proposing. Because having application = directory relationship is what came before the /etc and (much later) package managment.

    18. Re:What do... by 1iar_parad0x · · Score: 2, Interesting

      I know you'd probably have to kill me first...

      What kind of data could you possibly have on those disks. Wen Ho Lee (spy or not) managed to sneak out quite a bit of data between his ears. Heck, they practically leave the back door open at a DOE facility!

      --
      What do you mean my sig is repetitive? What do you mean my sig is repetitive? What do you mean....
    19. Re:What do... by The+Snowman · · Score: 2, Insightful

      Sir, I object to your characterisation of the /etc directory. It is there for a reason. What you describe is fine and dandy for games and assorted disposable desktop crapola but not so fine for most (serious) applications. Having a centralized (but easilly maintained and repaired) repository of configuration data, makes it easy to backup this critical part of the system and also allows for better control of access to it.

      I agree -- etc is a good idea, but so is having a self-contained application directory. Each has its own merits.

      --
      24 beers in a case, 24 hours in a day. Coincidence? I think not!
    20. Re:What do... by Lord+Apathy · · Score: 5, Funny

      I've got a simular story. I working in senstive data back in '87/'89. I didn't handle any senstive data just the blokes over in the other cube. I was a low tech. board jocky at the time who's sole purpose in life was to test graphics boards. Meaning I would pull them out of a tub, put them in the workstation, and see if the pretty pictures would come up.

      Working night shifts all of us testers would get tired of the pictures of landscapes, weird ass looking people, and clouds. We would start loading our own pictures into the mix. Some would do cars others planes, but the most popular was, you guess it, porn. I had 500 mb of some of the finest qualty gifs that I could scavange off of usenet.

      Well one day I got told to report to work early. Some men in suits where outside the bosses office, I got called in and ask about my harddrive. I thought they had found my secret porn collection but it turned out the blokes up the hill had been "compromised." They where destroying all harddrives and data in the building. Don't ask me why, I did't ask. I just went and fetched my harddrive.

      Okay, I figured they where going deguass it, format it, or just beat it with a hammer. Well they took us all out back, there was about ten of us. They took the harddrives from us and set them out in the field. Then some dude in army fatigues pulled an M-16 out of the car, walked out there, and shot each drive 3 times.

      The fuckers shot my porn collection...Bastards...

      --

      Supporting World Peace Through Nuclear Pacification

  2. Sad.. by Tyir · · Score: 5, Funny

    I know we are all REALLY sad about REAL's demise.. I think it is more to do with their annoying habits of putting themselves in the start menu, the quickstart, the system tray, and anywhere else they can get...

    1. Re:Sad.. by gid13 · · Score: 4, Interesting

      The start menu is fine. Expected, in fact; I'd be bothered if it wasn't there. The desktop is fine, if I don't like it it's VERY easy to delete. Same with quickstart. The system tray is irritating, but there are many other programs that default to a memory-resident program. Not a huge deal when you can right click and disable.

      Where real starts to bother me is the registry entry that runs something every time you boot. And if you delete said registry entry, it replaces it the next time you run the program. It pisses me off when programs use my system resources without my knowledge for ANY reason, but I'm pretty sure this one is spyware, which is extra irritating.

      On the off chance that there are still people out there who need to hear this, do yourself a favour and use Media Player Classic and Real Alternative (and Quicktime Alternative) in Windows, or Mplayer in Linux.

    2. Re:Sad.. by breon.halling · · Score: 4, Informative

      And here are some URLs:
      Real Alternative & Quicktime Alternative (middle of the page)
      Media Player Classic (again, middle of the page)

      Enjoy!

      --
      "Yeah, well, Dracula called and he's coming over tonight for you and I said okay."
    3. Re:Sad.. by starm_ · · Score: 4, Interesting

      everytime you boot!? Last time I checked(using regmon) Just the real player system tray program accesses the registry dozens of times every second.

      That's when real player is NOT running!!!

    4. Re:Sad.. by PacoTaco · · Score: 2, Informative
      Where real starts to bother me is the registry entry that runs something every time you boot. And if you delete said registry entry, it replaces it the next time you run the program.

      You can usually leave the key in the Run section of the registry and just delete the value (the path to the program). A blank key won't do anything and won't throw any errors. Many applications only check for the existence of their keys and never realize that they're empty. I'm not sure about Real software, but this trick works for a lot of other stuff.

    5. Re:Sad.. by Associate · · Score: 2, Funny

      Friends don't let friends use Flash, er Real.

      --
      Someone hates these cans.
    6. Re:Sad.. by CrazyDuke · · Score: 2, Informative

      FYI, you can sometimes get around HP's crap by downloading the corporate version of their drivers. Usually, they just actually supply, wait for it, the printer drivers! That way the printer prints just fine without all the extra BS and the files aren't as much of a hog to download.

      --
      Any sufficiently advanced influence is indistinguishable from control.
  3. Bloated by mod_critical · · Score: 5, Insightful

    I know why I don't use Real player anymore...

    Real Player used to be a simple piece of audio (then later video) playing software. Now its becomeiwng one of those applications that wants to dominate your system and do everything from playing media to making eggs. RealMessage Center? A constantly running tray icon? Asking me every 2 seconds if I _really_ want it to not be the default player for everything...

    RealNetworks might not be having troubles if they were able to produce significantly more advanced codecs and didn't resort to bloat. No innovation, no company, regardless of whether your player can polish my shoes or not.

    1. Re:Bloated by capz+loc · · Score: 4, Interesting

      As bloated and useless as it is, you have to respect Real for being one of the first major companies to release their software for Linux. They saw how they were easily forced out of the Windows market, so they saw an easy (in their minds) opportunity to gain market share where MS would dare not tread. But with all the all-in-one media players for Linux (Mplayer, xine, etc), Real has no niche in the Linux community. In addition, they have virtually no hope in their player being bundled in Linux distros, unless they decide to GPL it (not gonna happen).

    2. Re:Bloated by Can+it+run+Linux · · Score: 4, Informative

      You can download previous versions of RealPlayer at the Real Legacy Software Archive. The previous versions should still play 95% of RealMedia content because they don't change around the codec, and the old versions don't have the bloat of the new ones. Plus they include versions of the player for Linux(TM), Solaris, IRIX, AIX and others at their community-supported UNIX download center.

    3. Re:Bloated by Marlor · · Score: 3, Informative

      Real Player used to be a simple piece of audio (then later video) playing software. Now its becomeiwng one of those applications that wants to dominate your system and do everything from playing media to making eggs.

      Your best bet is to download Real Alternative. It bundles the Realplayer Codecs (the newest 10.0 version) with the simple Media Player Classic UI, so you can watch and listen to Realplayer content without the annoying popups and spyware.

    4. Re:Bloated by porp · · Score: 5, Insightful

      Real hates MS so they chose to port to Linux. Their Linux ports were even worse than their windows counterparts. Hell, they're worse than any media player listed on sourceforge right now. Screw them being a major company to port a binary junk software to Linux. They were just being greedy not generous. And to say they could gain market share with their playback software is insane--someone has to encode it to that format to begin with. And I know when I see a file to streamed in Real Audio format, I know not to click there because it opens Real's software. Good riddance to them. They sucked in 1996, and they suck now.

      porp

  4. Re:Kudos to prostoalex by rasafras · · Score: 2, Funny

    Its a miracle!

  5. I used to hate RealNetworks by $calar · · Score: 4, Interesting

    Their player hijacked your system. At least RealOne played a little nicer. It still has that dynamic app that constantly wants to access the Internet. I have to kill it with ZoneAlarm quite frequently. I agree with this article. Real's problems aren't caused by Microsoft, it's REAL . . .

    1. Re:I used to hate RealNetworks by LostCluster · · Score: 3, Interesting

      Every time I install RealOne, it decides to start a processor that takes my processor to 100%. Funny thing is, I rename the file so it can't start it... and nothing breaks.

    2. Re:I used to hate RealNetworks by Anonymous Coward · · Score: 2, Funny

      it has to scan the registry so it can add back the values in case you delete them.

    3. Re:I used to hate RealNetworks by f0rt0r · · Score: 2, Insightful

      Yeah, and it knows humans can add them back 50 times a second, that is why it doesn't check it 30 times, or even 10 times a second. That would be too slow.

      --
      I can't afford a sig!
  6. Open source by Anonymous Coward · · Score: 3, Interesting

    With their helix community effort, they are trying to gain the benefits of being open while keeping the core parts secret. However, to become the standard, they should make the full featured helix server freely open source and fully free - with no restrictions/purchases/restrictive 'binary-only' non-commercial licenses. This will allow them to establish a non-Microsoft standard, allowing them to compete in the marketplace on a equal playing field, selling products such as helix video encoders and "pro" real players.

  7. Car Talk by Twid · · Score: 5, Informative

    I like what the car talk guys had to say about Real:

    http://cartalk.com/Radio/windowsmedia-switch.html

    Car Talk will now be available via the Windows Media Player, rather than RealMedia. That's right, we're unceremoniously dumping RealMedia.

    Why? Because, for a long time, we've had tons of complaints about RealNetworks. And the one that ticks us off the most is the perceived trickery they use to sell their premium products. This is just our opinion, mind you, but it's shared by enough of our listeners, that we finally decided to take action.

    Here's the problem. In order to hear our audio, you have to go to Real.com and download their "free" RealPlayer. But when you get to the web site, the free player is harder to find than Osama Bin Laden at night. And the site seems to do everything it possibly can to get you to "buy" a player instead. You have to work very hard to get the free player. And we think that stinks. And get this. It stinks so much that it even makes Microsoft look good by comparison. That's something, huh?

    We've heard from many of our fans that have been duped, and who have accidentally shelled out their hard-earned dineros. And we won't even get into the ways that the RealPlayer tries to take over your computer once you install it. So, after surveying the alternatives, we're switching to Windows Media Player (which works on Macs, too).

    --
    - "When you want something with all your heart, the entire universe conspires to give it to you" -Paulo Coelho
    1. Re:Car Talk by kaden · · Score: 4, Interesting
      Now if only my other favorite NPR show, This American Life, would follow Car Talk's lead...

      From TAL's site...

      We recognize there are issues with RealAudio - but there are other quirks with Windows RealMedia Player and other formats, too. And the "free" technologies some of you have kindly suggested have their own costs - mainly, they still require staff time (particularly time to convert our many, many shows) and server/bandwidth space, which are in very short supply here. We promise that we've investigated many options, and have chosen what we think is the best, and really, the only viable solution. Recognizing that we can't make everyone happy, we do the best we can, as we keep our promise to offer TAL shows free online.

    2. Re:Car Talk by Anonymous Coward · · Score: 2, Interesting

      I'm a big fan of it as well, and hope they don't simply because I think it'd be harder to update windows media player at my terminal at work than it was to sneak realplayer onto the machine. But I think the best solution might just be for them to point to real's helix player instead of realplayer. While I admit I havn't tried it on windows yet, I'm really impressed with the latest stable build of the helix player in linux. The signup to download it was a little annoying, but once that was done the player itself seems great. Even less bloated than the normal linux realplayer, and it dosn't try to do much more than just play media files.

      Posted anonymously to prevent me getting yelled at when I go back to work.

    3. Re:Car Talk by Brummund · · Score: 2, Informative

      I pointed my browser at http://www.adobe.com/ , clicked the "Get Acrobat Reader" link, selected my operating system and pressed "Download". What's so hard about that?

  8. Real's problem by Anonymous Coward · · Score: 4, Insightful

    Is that Real Player is a big bloated piece of crap. No one uses it if they have a choice. Microsoft's destroyed a lot of competitors, but in this case, they didn't have to. Real did it themselves.

    I remember using Real Player back in like 1996. It was incredible stuff, and it just worked. But then they fell into the trap a lot of other software companies do. They tried to make their software do EVERYTHING, and instead of one doing a couple things well, it did everything poorly.

    1. Re:Real's problem by sinucus · · Score: 4, Insightful

      I whole heartedly agree with you. Real has only themselves to blame for their crappy software. The fact of the matter is it's a peice of shit. WMP 6 was awesome. It did one thing, played movies. Plain and simple and it did it well. Real decided it needed to do 400 things and on top of it run 3 different .exe's to do it. Real player itself, the tray notification shit and the Real auto updater. I don't need that many freaking exe's running. Just give a button to click that says "Update me". Nor do I need ANOTHER taskbar program launcher that "speeds up" applications. I don't mind waiting 10 seconds for the HDD to rev up and find my program. Instead I wait 30 seconds for it to page all my taskbar launcher programs to disk so that it can load the damn program. Nice going Real.

    2. Re:Real's problem by caluml · · Score: 2, Interesting

      Don't forget that Real only has the one method to make money - so it's not surprising if they tried to make it do a lot. Microsoft already has billions, and owns the desktop, so it's much easier for them to make their software simpler, without adverts, etc.

  9. hidden add-ons by Coneasfast · · Score: 5, Interesting

    this is unrelated to the hidden paid add-ons, but when using the free player, you get a list of add-ons you want (add to favourites, desktop shortcut, etc etc), the first 4 are unchecked by default, but if you scroll down there are more, which ARE checked. very sneaky if you ask me. they could have easily increased the size of the viewable list from 4 items

    --
    Marge, get me your address book, 4 beers, and my conversation hat.
    1. Re:hidden add-ons by arkanes · · Score: 2, Interesting
      I discovered this by accident because I always do a custom install and look at all the options, and because I'm paranoid about RealPlayer. This almost made me spit - normally, you'd put the default checked items at the TOP. There's no reason whatsoever to do that except to trick people.

      In thier defense, I just installed the new version and it's much cleaner than RealOne.

      I rather wish I didn't need it, but I've got some old video in real format and no way to convert them.

  10. Obsoletion coded into RealPlayer? by Anonymous Coward · · Score: 2, Interesting

    I once bought a legal version of RealPlayer back in 1999, and it worked great. But as soon as the new version came out, it seemed like my paid for copy started acting screwy, like Real had written code into it so it would work badly as soon as a new version (which would have to be bought again) was available for purchase. Even reinstalling fresh on a fresh install of Windows didn't work in getting back that "flawless" operation. Obviously I can't prove it, but I always got the feeling they purposely wrote destructiveness into the player to force purchases of new versions. Just my take on it.

    So now I use Windows Media Player.

  11. Another "Blame Microsoft" Business Model by Naked+Chef · · Score: 5, Insightful

    Similar to the RIAA blaming Napster for their poor sales, Real just assumes their business is going doen the toilet because of something MS did (they must have done SOMETHING evil, right?). I'm sure it has nothing to do with the fact that their product is just bloated spyware, or poor corporate leadership, or the "bunker mentality" at Real that the article mentions...

  12. Real Spy by Anonymous Coward · · Score: 5, Informative

    I stopped using Real products after reading this

    1. Re:Real Spy by Creepy+Crawler · · Score: 2, Informative

      Yes... I hardly consider Steve Gibson a credible source of information. I remember his quotes back in the day when VCL (Virus Creation Labs) was released. He was "End of the World!!!" at anyone who'd listen.

      Take a look at a few links that question/discredit him.

      http://grcsucks.com/
      http://theregister.co.uk/c ontent/55/24189.html
      http://vmyths.com/resource.c fm?id=59&page=1 - According to him, AV is DEAD

      --
    2. Re:Real Spy by Lord+of+Ironhand · · Score: 2, Informative
      Couldn't agree more, Steve "XP Raw Sockets" Gibson's "career" is just one long ego trip. Doesn't care if what he says makes any sense as long as it gets him attention.

      Although I wouldn't touch anything related to Real with a 10 foot pole either, there are plenty of more reliable/credible ways to come to that conclusion.

      Your links for the c&p impaired:
      http://grcsucks.com
      http://theregister.co.uk/content/55/24189.html
      http://vmyths.com/resource.cfm?id=59&page=1

  13. WM and Real - Just Say No by FunWithHeadlines · · Score: 4, Interesting
    Ah, Real and Windows Media, the two formats I avoid on principle just because I find the practices of their parent companies to be ugly. It's a shame, really, and sometimes I go to a site where those are the only two choices I have to view video. So what do I do to get around that? Simple: I move on to the next site.

    Get that, Real? Some of us avoid your products because of your policies and would rather not see the cute little movie rather than give in. Enjoy your bottom line.

    1. Re:WM and Real - Just Say No by Anonymous Coward · · Score: 2, Interesting

      Standards based MPEG-4

      you hear that people? STANDARDS!

      All three (QT, Real, even WMP to a point) support MPEG-4 to some degree, if people would just *use it* things would get better.

  14. The best realplayer was... *drumroll* by oldosadmin · · Score: 5, Insightful

    Realplayer G2 w/RealJukebox.

    Great design. I loved it... then it started happening *cue sad music*... The upgrades... they said "RealONE" was the thing... but all it did was take away my ability to listen to crap online for free.

    Free Carolina Hurricanes webcast? Gone. $29.95 a month.

    Free Carolina Panthers webcast? Gone. Buy NFL Field Pass.

    Free racing webcasts? Gone.

    Now, I don't mind ads. Heck, I run a website, I live on ads [cheap plug]go to oldos.org and clickyclicky on my google text ads [/cheap plug]. I wouldn't mind listening to ads during the game, watching cheap flash ads before listening, or anything like this. How come TV can survive without needed subscriptions (skin-e-max and h-blow excluded), but internet webcasts can't?

    --
    Jay | http://oldos.org
  15. Well by Anonymous Coward · · Score: 3, Funny

    Here's my take on the situation:

    *BUFFERING*

  16. Encoder by mcbridematt · · Score: 4, Insightful

    Wouldn't one reason for Real losing out is that Micro$oft's Media Encoder is free as in beer and Real's or Apples, for that matter, aren't? (well, they weren't last time I checked)

    1. Re:Encoder by Killswitch1968 · · Score: 2, Insightful

      Bundling has a much smaller effect than people give it credit for, especially when the bundled product is garbage.

      I have yet to see someone use WMP over Winamp for instance. I see a lot of Nero, CDex and Trillian as well.

      --

      Corporations: your universal scapegoat for all society's ills.
  17. Striking out with Baseball by icebike · · Score: 5, Interesting

    Perhaps these practices are why REAL has reportedly lost the single biggest contract they ever had which was broadcasting Major League Baseball play by play for $10 per season per listener/viewer.
    While no huge amount of money for REAL, it was one of the single largest revenue sources, much of the rest of the revenue stream was from individual purchases of the player.

    Supposedly this year its gone to someone else.

    http://money.cnn.com/2004/02/10/technology/techi nv estor/hellweg/

    --
    Sig Battery depleted. Reverting to safe mode.
  18. How do you "accidently" buy RealOne? by erick99 · · Score: 3, Insightful
    First: I don't like Real.com's product at all. I have had nightmarish experiences with it and would never, ever considering using it.

    But, how are people accidently buying the premium version? How do you accidentally type in your credit card information? I don't know about the rest of the world, but when I type in my credit card info I am *not* surprised when I get billed.

    Happy Trails!

    Erick

    --
    http://www.busyweather.com/
    1. Re:How do you "accidently" buy RealOne? by nelsonal · · Score: 3, Interesting

      I think they think they never meant to buy the product, but missed the moving link to the free download. It's there, but you have to know it's there to notice it. The real player download page promenently display's the premium product and has a text link to the free download. It is not quite white text on a white background, but I would not put it past them.

      --
      Degaussing scares the bad magnetism out of the monitor and fills it with good karma.
    2. Re:How do you "accidently" buy RealOne? by Galvatron · · Score: 4, Insightful

      I think the idea is they knew they were buying the premium version, but they didn't realize they were getting extra addons (for extra cost).

      --
      "The question of whether a computer can think is no more interesting than that of whether a submarine can swim" -EWD
    3. Re:How do you "accidently" buy RealOne? by smallpaul · · Score: 2, Insightful

      Two issues. The first issue is that their favorite radio host tells them to download the free realplayer to listen to the show online. They go to the site and can't find a free player. They say: "I guess it costs money now. But I love that show: I'll just pay for it." Then the second thing is that Real tricks you into buying add-ons which you don't know about until you get the credit card bill. In extreme cases the add-on is a monthly recurring charge.

  19. I use to love Real by BadDream · · Score: 4, Interesting

    I stopped using it when it became 'viral' and blatently slimy. Then I tried winamp, which I was already using for files I own. Not so good, in my experience, at finding streaming music I want to hear. Apart from Media Player, whats left? I feel like if I want to hear music through the computer, I have be willing to sell my soul.

    --
    No matter how subtle the wizard, a knife between the shoulder blades will seriously cramp his style.
  20. Back in the day... by Amigori · · Score: 4, Interesting
    Back in the day, say G2 and earlier, Real was pretty decent. The radio stations were nice and I listened quite often, until they started making you register and/or pay to listen to the stations. The had a fair amount of features, no spyware/adware/etc., it wasn't microsoft, and worked with linux. It played the clips that I wanted it to play and didn't try to be everything. But then, either a later rev of G2 or whatever was next, sucked, and sucked hard. It tried to be my CD/MP3/Video/everything utility. Toss in some friendly spyware and adware, substatially decrease the general performance, and voila! One POS software that wasn't coming anywhere near my computer. I'm glad that I have a few archived versions of RealPlayer5 so that when I need Real for something, which is very very rarely, I don't have to use a shitty version.

    Just for a reference for what I use now:

    Win: MP3-Winamp, iTunes soon; CD-CDPlayer or WMP; iradio-WMP; Video-QT or WMP
    Mac: Audio-iTunes; Video-QT; ocassionally WMP
    Some might say that I gave in to the corporate machine; no, I'm simply using the best product for my needs and in WinXP, WMP works very well for most stuff; except for MP3s which I use Winamp 2.x or iTunes. And on Mac, you must give Apple credit for building some good software because iLife '04 rocks. As for linux, I don't use it as a desktop anymore because i can pretty much do it on OSX. Linux: Server yes, Desktop no.
    Amigori
    --
    "The quality of life is determined by its activites."--Aristotle
  21. Actual letter to Real Networks by kneecarrot · · Score: 5, Funny

    I've posted this before, but it's a goodie...

    TO: Real Networks
    SUBJECT: Fuck You All

    I am holding myself back in the most intense way at the moment.

    I don't care if this is the wrong address to send this to. Your website is a labyrinth of misdirection in which finding the simple thing you want is nigh-impossible. This, after about 20 clicks, was the first email address I came to. If you, as the person receiving this letter, have a shred of humanity left, you will submit this to the proper people. And now, on to my letter.

    Where do you people get off?

    My task: download Realplayer in order to view some streaming content. A simple project, one would say. Well, first you have to wade through the aforementioned sea of misdirection, all of it aimed at extracting your visa number to buy the completely useless realplayer plus. I realize you people need to make some money, but save it for the server business - it's bad enough that back in the day, you were inferior to several other streaming technologies, but somehow, like scum in water, you rose to the top. Leave the users who are stuck with your products out of your sick little power games.

    All I want is Realplayer Basic, to play realmedia, and ONLY realmedia. I am not interested in realjukebox, realdownloadagent, or realbuttplug. I specified this when I was installing it. I also am not interested in having your inferior product play my mp3s, or any format other than your own. This was also specified when I installed. How difficult a concept is this? Anyone can grasp it. And I won't even get into the god-knows-how-many useless "subscribe to our spam service!" checkboxes I have to uncheck, including five which are HIDDEN AT THE BOTTOM OF A STACK OF UNCHECKED ONES. With each click, the bile rises higher in my throat. If I knew a satanist, I would have him summon demons to terrorize your offices.

    So then, I go to launch an mp3 out of Agent, and not only does your software launch even though I SPECIFICALLY TOLD IT NOT TO DO THAT, but it's not even Realplayer - it's Realjukebox which I also SPECIFICALLY TOLD IT NOT TO INSTALL.

    And here's the real point: if you're going to go ahead and do a fascist coup of my system's preferences and resources (getting your filthy little icons out of my system tray gets more difficult with each new version), why bother pretending that you are giving me a choice? Just go ahead and take it, save me the trouble of unchecking all those boxes and saying No 20 times. Just go ahead, play your little game, and let me get on with removing your annoying system resource wastes from my pristine desktop.

    In closing, I would just like to say that I view your company as the most evil force operating on the internet today, and while I would end this with "may God have mercy on your souls" for anyone else (including Bill Gates), for you, I only pray that the people behind your software's design are raped by syphilitic camels at some point.

    Burn in hell.

    --

    I always save my last mod point to mod up a good troll. You people are too serious.

  22. Real sucks ass and here's why: by Anonymous Coward · · Score: 5, Informative

    -BIG ASS LINK to their paid player, and damned near invisible links to their older, free download players.

    buffering... buffering...

    -Huge application window hogged by distracting crap.

    buffering... buffering...

    -When people download a media player, it's probably because they want to view some media right fucking now, not after filling out a long-ass registration thing and setting a shitload of preferences.

    buffering... buffering...

    -That stupid Goddamned tray icon that will not die. Where's the "FUCK OFF" button when you need it? Anytime I see that shit in the systray on a client's machine, I go right into regedit and nuke it because the incessant blinking drives me into a rage.

    And last, but certainly not least:

    buffering... buffering...

    1. Re:Real sucks ass and here's why: by Anonymous Coward · · Score: 2, Interesting
      You wanna fix your problem? tell it what internet speed your really have. or hell, if you have a cable modem, tell it 256K or 512K.
      noone's gonna stream higher than 500k anyway. If you have a decent connection this will stop the buffering

      the extra $70 they will try to tack on when you buy the RealPlayer 10 Plus, think of it as a step in the right direction... it's on sale from $130. and as we all know, if it's on sale and it's recommended that you have it, you really should buy it... (or check your bank account regularly to make sure you didn't)

  23. Apple anyone??? by El_Ge_Ex · · Score: 2, Interesting

    God won't SOMEONE mention Apple or Quicktime in this discussion???

    -B

    1. Re:Apple anyone??? by geoff313 · · Score: 2, Interesting

      Unitrusive?

      Really?

      My biggest complaint with Quicktime on Windows is that it hijacks my settings. For instance, if I type in a URL that contains a .mp3, under Mozilla it immediately gives me the option of whether I want to play the file or whether to save it as a file. This is how I have Mozilla set up to work with almost all files for security reasons.. However, once I installed Quicktime it would immediately decide to open the file, even though I had unselected .mp3 it's choices during the install. Perhaps I did something wrong and someone would like to fill me in? Because it works fine without Quicktime installed, and I have Winamp installed. This is the reason that I do not have either the Real player or the Quicktime player installed on my system.

      -geoff313

    2. Re:Apple anyone??? by michrech · · Score: 5, Funny
      Nope. It doesn't interupt me at...

      Upgrade to Pro / Run now / Cancel

      NO, I don't want to upgrade now, just RUN.

      ...all. It just works..

      Upgrade to Pro / Run now / Cancel

      NO! I don't want to upgrade to the pro version! JUST RUN!!

      ...the way Apple intended it to...

      Upgrade to Pro / Run now / Cancel

      GET OFF MY SCREEN!! When I want the pro version I'll get to ...

      Upgrade to Pro / Run now / Cancel

      HELP! GO AWAY!!

      Yup.. unintrusive.. Completely. (Of course, those aren't the exact wording on the buttons, but you all get the idea)...

      Anyway..

      --
      bork bork bork!
  24. Re:request for comment by damiam · · Score: 2, Interesting

    There is none currently, aside from Theora, which is still in alpha. The lest evil streaming video solution at the moment is probably Quicktime/MPEG4.

    --
    It's hard to be religious when certain people are never incinerated by bolts of lightning.
  25. Real's website, program and license feels dirty. by BrookHarty · · Score: 4, Insightful


    Real could of owned the world, but heres my run down of why Real hurt themselves, they harrased the customer.

    1. Takes 10 minutes of hunting around the website for the free version. Even when you click on the "Free" version, it prompts you to buy it.
    2. When loading the program, it asks you to register, then prompts you to buy it, and then loads an html webpage.

    Back in the day, .ra format was the only format out, they owned the streaming market. Microsoft did what it always does, release the player in the OS, give away the tools, (which are very easy to use, and plain menus), and made good market decisions.

    Now Microsoft is using the mpeg4 format, and seems to be taking over HDTV format on Dvd's. They win, everything. They will be the OS and multimedia format of the future.

    While I agree Microsoft did use its power to assist in taking over, Real networks interaction with customers was on the level of spammers, horrible salesmen from hell. Customers had a bad experiences and walked away.

  26. kudos to real's employees for speaking out by gangz · · Score: 2, Insightful

    I donot know if Real managed to port their COM with XPCOM, but, that would help them leverage the functionality of a component object model for developers to exploit and would have helped them to gain acceptance from the open source community. There were more complaints about the install process and the capturing of the file types rather than the actual streaming technology itself. This is a shame for a technology company trying to provide an alternative for a/v streaming. May be the management needs to rethink its priorities regarding this. And whoever the mailer(s) were, and if they are reading this post - nice to know that there are such honest people who are willing to voice their opinions.

  27. Re:WinAmp by Killswitch1968 · · Score: 4, Insightful

    Winamp still plays audio files just as good as it normally did. I actually like the video player, my only problem is it doesn't play certain files. Even if you hate it you have the choice not to install video support and get the original player.

    --

    Corporations: your universal scapegoat for all society's ills.
  28. Re:MOD PARENT UP! by kneecarrot · · Score: 4, Informative

    Sorry, I should have clarified. I did not personally create or submit this letter. A friend of mine was BCC'd on it.

    --

    I always save my last mod point to mod up a good troll. You people are too serious.

  29. I can't seem to read the article. by Raven42rac · · Score: 2, Funny

    I can't seem to read the article...it just says "Buffering, buffering, buffering".

    --
    I hate sigs.
  30. Underhanded business practices too... by konfoo · · Score: 5, Interesting

    I'm sure many readers will find this gem interesting:

    About 3 years ago I made mention in a closed streaming media group discussion of Real's flaws in their DRM 'solution'. This was widely published, and I was not the starter of the thread. However, I did drop the line (or something like it) of the solution being 'amateur hour'. Real's at-that-time marketing manager was on the list, and proceeded to track down my particulars and call up management at my company accusing me of 'hacking' their DRM product. I understand he was quite miffed. Ofcourse I posted this back to the list and didn't hear a peep.

    The long and short of this story - not only does Real make a shitty spamware/adware/annoyanceware product and try to get developers for free with their 'community source' claptrap, but they also go to interesting lengths to stir up bullshit to protect their interests.

    These days I am still at the same company, and architect my own product line. Whenever a customer asks about support for RealMedia, I laugh. Then I tell them this story. And thats the last we hear of the request. Oddly enough, I have never had anyone doubt me - gee I wonder why!

    A tip for Real - listen to your customers. And if you have bugs and/or shitty software, fix them.

  31. No such a bad player. by Eric_Cartman_South_P · · Score: 5, Funny
    I think th[BUFFERING...BUFFERING]at Real is a good music and vid[BUFFERING...BUFFERING]eo player. It's not perfect b[BUFFERING...BUFFERING]ut it works ok. Combine that with my new MSN high [BUFFERING...BUFFERING] speed internet and life is peRF3*&DHAH0+0+[NO CARRIER]

  32. The only Real software I have use for... by WoodstockJeff · · Score: 4, Insightful

    ... is the uninstall program. My Dell laptop came with it installed, but it was gone shortly after I saw the icon come up on the first boot. I can't stand nag-ware, and even the paid-for versions of RealPlayer nag you incessantly about upgrading to the version-of-the-week. What has this to do with Real Network's market share? Hopefully, a LOT!

  33. Surprised, but not really by bdaehlie · · Score: 5, Interesting

    RealOne Player for Mac OS X is a sweet app. No prefs hijacking, looks good, works even better. I like it more than Apple's Quicktime Player. Perhaps there is just something about Mac OS X that commands respect from developers - Windows version of this same app sounds like a real POS.

  34. Respect *just* for porting to Linux? Why? by Saeed+al-Sahaf · · Score: 4, Insightful
    As bloated and useless as it is, you have to respect Real for being one of the first major companies to release their software for Linux.

    Why? I mean really, why? "Ooooooo, it works on Linix. Ahhhhhhhh..." Sorry, but Real is a real piece of shit, and they will have to do a lot more than port it to Linux to win "real" respect.

    --
    "Who are in control, they are not in control of anything - they don't even control themselves!" - Glen Beck
    1. Re:Respect *just* for porting to Linux? Why? by Rew190 · · Score: 4, Insightful

      Thank you for posting that. Some of this Linux fandom is terrible. Who cares if Real developed for Linux if it's bad software in the first place? What kind of merit does that give Real?

  35. RealOne sucks by autopr0n · · Score: 2, Insightful

    I never installed it, but I've seen it on other people's machines and it launches a popup when you play media files. WTF!? Showing you advertising simply for viewing content already on your hard drive! It's obscene (IMO). I'd never install that crap.

    Is there any open source alternative for media serving? Why can't people just use that?

    --
    autopr0n is like, down and stuff.
    1. Re:RealOne sucks by larry+bagina · · Score: 2, Funny
      wait... autopr0n is complaining about obsceneties and popups?

      Now I've heard everything!

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

  36. Oh come on by Chuck+Chunder · · Score: 4, Funny
    never has such rage been so perfectly vomited into an e-mail
    He didn't even use the word "fucktard".
    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
    1. Re:Oh come on by bakes · · Score: 2, Funny

      He didn't even use the word "fucktard".

      The term 'asshat' is also conspicuously absent.

      --
      Ho! Haha! Guard! Turn! Parry! Dodge! Spin! Ha! Thrust!
  37. Helix Player by Joe+Tie. · · Score: 3, Interesting

    I hadn't tried real's helix player for months, and decided to give it a try a couple days back when I found a link mplayer didn't seem to like. If anyone's looking for an official player from real that actually seems well designed, they might want to give it a chance. The Linux client at least seemed really nice. Clean gtk2 based gui, uncluttered interface, and it dosn't seem to want to do much aside from playing audio and video. The only downside is that it's nearly as much of a pain to find on the helix site as the free version of realplayer is on real's site. Otherwise I think pointing to it might be a viable option for companies providing real streams.

    --
    Everything will be taken away from you.
  38. registration... by dj245 · · Score: 5, Funny
    I had to register my realplayer the other day. The following e-mail addresses were already taken.

    fucku@real.com
    realplayersucks@realplayer.com
    pissoff@real.com
    bob@bob.com
    bill@microsoft.com
    fucku2@real.com
    fucku2xwithdonkey@real.com
    fuckusidewayswithbroomstick@real.com

    At this point I was tired of making creative statements of protest against registration so I gave a fake hotmail account.

    --
    Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
    1. Re:registration... by lorian69 · · Score: 4, Funny
      bob@bob.com


      I use this one quite often. For sites that inexplicably require way too much info, I often become Bob McBob of Bob's Bobbery, 123 Bob St., Bobville, TX 77333.

  39. Unintrusive? by Chuck+Chunder · · Score: 3, Insightful

    I find the "Upgrade to pro?" each time it starts highly annoying.

    --
    Boffoonery - downloadable Comedy Benefit for Bletchley Park
  40. What about Apple? by Synonymous+Yellowbel · · Score: 3, Informative
    For another example of a piece of software bloating one's system with silent crap, take a look at iTunes for Windows. I was annoyed (but not particularly surprised) to find that after installation of this I had two services by the names of (IIRC) iPodService and iTunesHelper running. They're not all that large (1 - 3 MB between them), but they're there.

    All so that when some idiot plugs his iPod into his PC the thing will pop up iTunes or whatever and do something or other, and the idiot can exclaim "Wow! Magic Apple software duhhhhhh!".

    1. Re:What about Apple? by martingunnarsson · · Score: 2, Insightful

      I can't see what's so wrong with this? I don't really think these services make any difference in system performance, and if this is what it takes for Apple to maintain their good user experience, then I think it's perfectly fine.

      --
      Martin
  41. Some nerve... by I+Love+this+Company! · · Score: 5, Funny

    Hey, I don't appreciate all of this anti-Real Networks and anti-Microsoft senti...[BUFFERING 0.03%]

    --

    "All art is quite useless." -- Oscar Wilde
  42. Wow by autopr0n · · Score: 4, Interesting

    Check out the blog posts, especialy the third one. Apperanly real paid $2.5 million to a design company for design advice, and also hired an advertizing firm. The design company told them that they needed to make the software more use friendly, etc. The Advertizing company discovered that Real had universal name recgonition online (along with microsoft, google) but at the same universal distain.

    Both were canned, and none of their suggestions were taken.

    --
    autopr0n is like, down and stuff.
  43. So, to sum up most of the replies in this thread.. by SmurfButcher+Bob · · Score: 4, Funny

    and also to assert why I hate RealNetworks,

    The product sucks because it's heavily emcumbered.

    I recall when RealPlayer 1.0 came out. I found it, and started downloading it immediately.

    Then the next version came out, about... oh, about 12 minutes after my modem finished sucking down the first one. Err...

    So, pull that one down, because they changed the format and nothing works with the old one. That one's good for a week, and they have a "cool" version for sale as well.

    I'm deciding if I'm going to buy this "cool" version and show my support, only to discover that a "new" version is now out, and the current one is useless. I'm starting to see a pattern, here.

    I start to download that one, only to discover that 2 more version have been released before my modem can finish. I start to download those, and Real responds by publishing 12 more upgrades, all of which force the obsolence of their predecessor.

    About that time, cablemodems are invented, so I get one. I begin to download that week's RealAudio version... at a whopping 3mbs. But, it's no use. In the 25 seconds needed to pull it, those fucks have released 18 more incompatable versions, all of which make the prior ones useless.

    So, screw Real, they're little more than an upgrade scam. THAT is why they're a failure.

    --

    help me i've cloned myself and can't remember which one I am

  44. Three mouseclicks... QED by IronBlade · · Score: 2

    I went to the Real website, and clicked on three fairly obvious links, and Firefox asked me where to save the installer for the free version. (I chose to cancel, BTW)

    I don't see how it's difficult to find:

    First click from the main page to the download or buy RealOne. (The link was cunningly hidden in the top-right corner. I admit the choice of location here is a little unfriendly, but I saw it within 2 seconds of the page rendering)
    Second click to specify 'Download the free player'. (Bottom-right, large obvious letters, spotted instantly)
    Third click to specify the mirror site to use. (Hmm.. no .au site, ok, just pick one at random)

    Are the people who had to 'hunt for 10 minutes' blind?
    (If so, then maybe the time was spend waiting for the text-to-speech to read out the whole page?)

    Real might have a lot of bloat in their software, but don't blame them for your inability to click on three easy to see links.

    --
    Important info:
    http://www.lifeaftertheoilcrash.net
    http://dieoff.org/synopsis.htm
    http://www.peakoil.net
  45. Man ... it's not that bad on OS X ... by Durandal64 · · Score: 4, Interesting

    RealOne on Mac OS X is actually a pretty decent, light-weight player. It plays Real Media streams and only Real Media streams, to my knowledge. That's all I need it for. And once I found the Free Download link, everything was pretty simple after that. Register with a bogus E-mail address, create some dumb-ass password and forget about it. And if I want to remove it, drag it to the trash.

    I find that a lot of software for OS X is like this, whereas the Windows versions almost always require some sort of surgical procedure to remove. Do the Windows programming departments of companies nowadays have more programmers just to put in the extra, spyware garbage? Because that kind of stuff certainly isn't in any prominent OS X applications that I can think of.

  46. Real is doomed. by Cid+Highwind · · Score: 2, Insightful

    The problem with that approach is that Real is up against MS and Apple, who don't charge for the server, the encoder, or the player. Both quicktime and windows media exist because they contribute to the MacOS/Windows "user experience". They use qt and wmp as minor bonuses to sell the products that make them real (no pun intended) money: selling more Macs or more Windows licenses.

    Real can't do that. Streaming media *is* their product, so they can't afford to just give it away just because Apple and Microsoft are. That means Real is doomed. It's been pretty obvious that Real lost he streaming media war ever since Apple started getting exclusive deals to do movie trailers online and MS started pushing for streaming wma/wmv on every site they could get.

    And that's just looking at their business model The outlook for Real is even worse if you start considering the quality of their software compared with wmp or quicktime...

    --
    0 1 - just my two bits
  47. Older versions of RealPlayer by Catscradler · · Score: 3, Informative

    They do keep them available, however hidden they are.

  48. I call "shenanigans"! by nxs212 · · Score: 5, Interesting

    The reason they are in trouble is because of their poor vision of the future.
    We (company of 40,000) looked at their multicasting technology and news delivery in 1997. We liked what we saw and wanted to license or buy it for the entire company. They said "NO" - Real still wanted access to our desktops in the form of ads. I guess they thought there was a lot of money in that.
    Think logically, why would any CIO sign off on a product to keep his employees busy watching ads instead of doing real work?
    They did crawl back (at least a year later) and try to sell just the engine piece but no one was interested. There was better stuff available out there and cheaper by the time they realized their mistake.

  49. Missed opportunity for open source by Animats · · Score: 2, Insightful
    So, considering how badly WMP and Real both suck, why haven't the open source players achieved more market share?

    Well, let's look at Freeamp. First of all, it's now called "Zinf", continuing the tradition of stupid names for open source programs. Second, when we go to the Zinf home page, we have to click on "Download", one of a number of options (including "SF", which developers know as SourceForge but users do not.) On the "Download" page, the first option, in typical user-clueless style, downloads the Linux source distribution. You also have to download and build the "MusicBrainz 2.0 client library", whatever that is. "RPMs will be available soon for RedHat 9". No date is given.

    Further down, there's a Windows version, but it's three revs behind. But at least there's an installer and a binary.

    If you want to build the thing, there are obscure instructions. ("You'll need perl and NASM in order to compile the latest MP3 decoder assembly optimizations. If you don't have NASM, you can still compile successfully, but you'll only be able to use some of the older optimizations written in gas.")

    The Windows version is built with MSVC 5, circa 1997. Builds require some workarounds. ("NOTE: In order for the build to succeed you will need to install the SGI STL. ")

    Now consider a typical Windows user. Will they be able to figure out what they're supposed to do?

    Or worse, someone who bought a Linux machine at WalMart and wants to run Freeamp, er, Zinf. Will they succeed building this on Thiz Linux? What do you think?

  50. OT: Non-Multi-User Design Rant by red+floyd · · Score: 3, Insightful

    This is halfway on topic, talking about crappy software. I hate it when software is not multi-user aware:

    Broderbund and Maxis are infamous for this. Both "Mavis Beacon Teaches Typing 15" and "The Sims" require you to run as Administrator.

    There is absolutely NO FUCKING REASON why any app -- except for certain system utilities (and games and typing tutors aren't those) -- should require Admin. It's fucking lazy sloppy programming.

    --
    The only reason we have the rights we have is that people just like us died to gain those rights. -- Cheerio Boy
  51. Try Media Player Classic by mistermund · · Score: 3, Informative

    Like all of the above, I too got fed up with anything Real has put out lately, for obvious reasons. That and it spontaneously reboots everyone's machines here in the lab.

    Did some searching, found Media Player Classic (Article)- it's an open source clone of Windows Media Player before it got all colorful, space wasting, and less functional (WMP 8-9). Plus, with a bit more Google searching, I found Real codec packs for it as well. On the rare occasion I need to play Real content, I can.

  52. Real's merits by Deadplant · · Score: 4, Interesting

    Let me begin by saying that I don't run windows so I'm not all upset about the windows realOne player shenanigans.
    I run Linux. The realplayer on linux runs fine, it plays live real audio and video streams for me. (mplayer does everything else)

    Windows users may want to go try one of the new players. (there's one written in python you know... it is very simple, no bloat.)
    that's up to you though, it doesn't affect me much.

    Real network's server software is pretty good though. Better than windows media server.
    - It runs on linux.
    - It has an excellent system for live stream redundancy. Every step of the way from the camera to the player you can have multiple redundant systems so that no matter what; your live event does not die. I cannot over-state the importance of this when you are running a live event for a paying customer!
    - It is extremely modular. Especially now with the mostly open source helix software you can write/modify most capabilities.

    I am admin for several Real and windows media servers.
    Windows servers are an all around pain in the ass. Maybe that biases me towards Real.
    The windows media server is a black box, when it does something odd like suddenly stop logging or something all I can do is apply the standard MS remedy: restart the service.
    With the helix servers running on linux I can see what's going on. maybe I've just been spoiled by using OSS all the time.

    Oh, and have you ever encountered a bug is MS software, emailed a developer and had the problem resolved?
    helixcommunity.org actually has developers you can talk to.

  53. Couple Comparisions - Pissing off the customer bad by Anonymous Coward · · Score: 2, Insightful

    It seems to me the 'Jane' is missing a computer industry standard. "...how pissing people off can be a revenue generator" seems like an obviously bad tactic, but lets seriously think about this. Microsoft does this all the time. So does AOL, and many other companies.

    As for my best example of how companies do exactly this to make money.

    A) Visioneer Paperport Scanners.
    Used to work right next to the people that were the outsourced support for them. Thier first response was that the customer "needed to upgrade" thier version of the software for like $40 if I remember right. And then, the problem they called on may or may not work with the new version of the software.

    -or-

    B) Crappy Utah Based Computer Manufacturer that has nothing to do with Hewlett Packard. They had the toll support line, and then the pay-per-incident ($34.95) 800 support line. If someone called in we got a credit card before we would help them, or else refer them back to the toll number.

    But then there is the old "your system does not meet the minimum system requirements" line that takes care of a lot of people. They have opened the software and installed it, so there is no chance for a refund so just one less end-user to support.

    Then for Microsoft, try to set Windows Messanger to disabled on XP Home.

    And AOL never seems to uninstall once you connect through them. And it installs with everything.

    It seems like in a country of "the best and the brightest" we have a lot of lazy companies that would rather make money out of mediocrity than through products and service. Companies are more excited to get on to someone's monthly credit card and fly below the radar for a couple years than to assure the customer is not too frustrated to use thier service.

    Just another anonymous $0.02.

  54. helix is great by fiddlesticks · · Score: 4, Informative

    The recent Helix milestones are great

    Clean looking player, no bloat, great quality, plugin gets even the most troublesome pages (http://www.bbc.co.uk/radio/aod, for example) working just sweet

    There's a 0.2.1 Milestone (crack out the party hats - we got a 0.2.1 milestone!, but I digress..) out. There are Solaris, Symbian (!), GNU/ Linux RPMs and tars with installer, as well as the src, obviously

    you can get it here

    There are still shed loads of forms to click and agree to, you gotta signup, etc, etc. but they *say* this is part of their new, GPL-friendly and OSI-certified ways.

  55. A tip for downloading RealPlayer One by Zog+The+Undeniable · · Score: 3, Informative

    Go to the BBC News site first and get the link from there (it'll be under one of their video clips). Saves wading through all the sales puff for the paid-for player. Does anyone use the paid-for version anyway?

    --
    When I am king, you will be first against the wall.
  56. why hasn't anyone mentioned this? by bugg_superstar · · Score: 5, Informative

    real alternative allows you to play all realmedia files without having to install realplayer.

  57. Re:'cept by IgnoramusMaximus · · Score: 2, Insightful
    The poster was claming everything should be in ~/etc

    That is not the way he described it. Besides, current Linux scenario is close to this with /etc being the system-wide repository and ~/.myapplication being the place where an app will put its per-user config.

    What he was praising was a Mac OS X method whereby everything is in "personal preferences" and application directories. That is neither robust or wise muti-user policy, because it exludes centralized administration which is crucial to any corporate deployments of applications.

    This is a sign of a Microsoft-like desktop-centric small thinking, which is then followed by a panic flood of kludges and contorted "fixes" to remedy a fundamental design flaw when it comes to scaling up the system.

  58. Yeah we have those here too. by MachDelta · · Score: 4, Funny

    TERRORIST DRILL!!

    *Grabs monitor and throws it out the window, kicks comp case, picks up chair and smashes case repeatedly, rips out video card and waves it around with his mouth like a dog, pulls out HD and stuffs it down his pants, rips calendar off the wall and lights it on fire, uses burning calendar to light the drapes and carpet on fire, throws pens across the room, pours coffee on papers, flips over the desk, kicks down the door and runs screaming towards elevators*

    AAAAAAAAAAAAAAAAHHHHHHHHHHHHHHHH!!!!

  59. Redundant as Hell, I'm Sure, but ... by Zontar+The+Mindless · · Score: 3, Funny

    I can't be the first to make this observation, but here goes anyway...

    Has anyone ever noticed that
    THEIR
    SOFTWARE
    SUCKS
    A
    BIG
    HAIRY
    NUT
    ?
    !
    ?

    Haven't allowed it on any machine of mine in about 3-4 years -- haven't missed it, either.

    Thank you for this opportunity to share.

    --
    Il n'y a pas de Planet B.
  60. Fdisk /mbr and other documented historical events by trezor · · Score: 2

    Ok. I don't know this for sure, but I got a pretty good gut-feeling, since I can't recall ever hearing about that /mbr option before.

    fdisk /mbr is probably as well documented and mentioned (by Microsoft) as format /mbr. Which means none, zip, zero for any average user.

    I have been using third-party tools to install standard MBRs for years, not knowing of format /mbr until recently, which supposebly has been around for years.

    Try format /? on your favorite dos-prompt. See any /mbr mentioned? See any mentioned in the manuals?

    This is, as I started out saying, pure specualtion and gut-feeling, but I bet that fdisk /mbr was also one of these really handy, yet thoroughly undocumented things that seems to exist in every Microsoft product released.

    --
    Not Buzzword 2.0 compliant. Please speak english.
  61. New software type... by EaterOfDog · · Score: 2, Funny

    I'm not sure if it was original, but I saw a gentleman in a forum describe Real software as "facehuggerware."

    --

    Crushing my karma one post at a time.
  62. PA newspost, and the true state of buffering by waaka! · · Score: 2, Interesting

    As of today, Penny Arcade had a newspost from Tycho that takes a paragraph at the bottom to disparage Real and plug RealAlternative like so many Slashdotters have already done here.

    On a pretty much unrelated topic, I thought it might also be interesting to point out that none of the major media players, as far as I can tell, suffer from the buffering which has been the butt of so many (!) jokes in this topic already. All of them have some feature (under different names, of course) that allows them to build up their playback buffers as fast as the Internet connection will allow, which basically gives you minutes of buffer after only a short period of time. Borders on progressive download, I guess. That and RealPlayer 10 has a feature that allows you to cache a user-specified amount of the past stream, even for live streams.

    Perhaps I'm too quick to consider forgiving Real for their privacy issues, but as far as playback quality goes (both in terms of streaming and codecs), bashing Real for being bad at that would be just plain misinformed.