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."

460 comments

  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 Sangui5 · · Score: 1

      But what about the bootloader?

    6. 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.

    7. 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.

      --
      ---
    8. Re:What do... by Endive4Ever · · Score: 1

      Isn't there still a bunch of 'preferences' stuck away in the System folder that need to be cleared out? I know I've seen the mess in there on OS 9 machines. Did they do away with that in OS 10?

      - an OS 7, 8, & 9 holdout.

      --
      ---
    9. Re:What do... by corsec67 · · Score: 1

      Yes, but requiring that a user be able to write to program files kind of reduces their ability to run as a non-privelaged user, right?
      The best place for configuration files and data files is in the users directory, possibly with defaults in the Application directory that can be read.

      --
      If I have nothing to hide, don't search me
    10. 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.
    11. Re:What do... by The+Snowman · · Score: 1

      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.

      I am not arguing that Stallman's free software and GNU in general did not exist, just that people did not know about it as a whole. Maybe a few home users had heard rumors, but that's it. My original point was that back in the day, most people did not know about GNU.

      I wonder if the FSF is ever going to add a GNU media format to their toolset... They blunder forward with Hurd, they may as well add another shocking embarassment to the mix.

      --
      24 beers in a case, 24 hours in a day. Coincidence? I think not!
    12. 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*
    13. Re:What do... by leviramsey · · Score: 2, Insightful

      Did fdisk /mbr work?

    14. 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...

    15. 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
    16. 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!
    17. Re:What do... by c1ay · · Score: 1
      Q:What do computers and air conditioners have in common?
      A:Neither one works well with Windows open...

      --

    18. 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!
    19. 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!
    20. Re:What do... by jettoblack · · Score: 1
      Q: What do microsoft and RealNetworks have in common?
      A: It takes a HD format to remove their software.

      Sadly, Microsoft has already taken over even the HD format.

      (okay, wrong HD format, then how about this?) ;-)

    21. 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?
    22. 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.

    23. Re:What do... by normal_guy · · Score: 1, Offtopic

      You know, that vintage Penny-Arcade comic demonstrates why the other artists don't have nearly the traffic of PA. They haven't evolved as artists.

      --

      Linux: Free if your time is worthless.
    24. Re:What do... by Anonymous Coward · · Score: 1, Interesting

      Virtually everything goes in ~/Library/Preferences now; a few system-wide prefs go in /Library/Preferences. Same goes for interface software like Preference Panes, menu applets, etc - you generally have the option of installing it in ~/Library or in /Library (with an admin password) so everyone on the machine can use it. Nothing ever gets written in /System except for, well, the operating system.

      Some dumbass apps write prefs stuff in ~/Documents when they really shouldn't (curiously, most of them are from Microsoft - Halo, Office, Virtual PC - although the latter already did that when it was Connectix). Most apps are single-folder (.app bundle) but some do keep static data and executables in /Library/Application Support or ~/Library/Application Support. Fewer and fewer, though, since the .app bundle generally takes care of that need.

      The thing I really like is that most app prefs can be read or changed from the command line with the "defaults" command, which uses a hierarchical scheme for locating particular preferences ("defaults read com.apple.Safari"). Or you can hand-edit the .plist files, which are all XML. Pretty slick on the whole.

      I also like the system-wide startup scheme; sort of halfway between the hairy System V soooo many files extreme and the /usr/local/etc/rc.d FreeBSD scheme. Room for smart customisation but reasonably easy to keep track of.

      Funky Unix touch I noticed the other day - you can use standard bash/tcsh style emacs text editing commands in the Safari address bar, or in other text edit areas throughout the system. control-a, control-e, control-t, etc. Nice.

      I was an OS 9 / Linux dual boot holdout. Now I shy away from anything that requires Classic, and though I have a Linux partition, I just never have the need to use it (wot, reboot?!). Drank the koolaid, I guess.

    25. Re:What do... by The+Snowman · · Score: 1

      You know, that vintage Penny-Arcade comic demonstrates why the other artists don't have nearly the traffic of PA. They haven't evolved as artists.

      You are correct. If that comic appeared on Penny Arcade tomorrow it would have the new look, although I think the message would be the same. They are just as caustic and blunt as always. Penny Arcade and PVP are my favorite online comics, and in fact the only comics I read -- at all. If you do not read the artists' blog page you should -- they usually go in depth behind the comic and explain in no uncertain terms why the scapegoat of the week is a dumb fuck: for example, recently they went on a rant about Infinium Labs and the vaporware Phantom. Great reading!

      --
      24 beers in a case, 24 hours in a day. Coincidence? I think not!
    26. 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.

    27. Re:What do... by Anonymous Coward · · Score: 1, Insightful

      What about doing a raw copy of the floppy disk?

    28. Re:What do... by Shawn+Parr · · Score: 1

      I agree with the above. Now if someone could just convince Discreet/AutoCAD how much trauma this causes people like me trying to run Educational computer labs.

      Either granting special permissions for only one or two software packages, or installing them on alternate partitions/drives just so that they can allow anyone's dog to write to the applications folder is extremely annoying and time consuming.

      [RANT ON] My public school system has over 16,000 Discreet licenses, but getting support is like pulling teeth. You would think basic stuff like this wouldn't be so difficult when the organization you work for literally puts hundreds of thousands to millions of dollars into a companies pocket every upgrade cycle. [/RANT OFF]

      Just as an aside, my Mac labs have only had one major configuration issue, Managed Users and Classic Access for Quark Express 5. It also requires full write access to the application folder, but since it is our only Classic application, and is installed in a separate app folder than the newer apps, a quick trip in the terminal can resolve that. Let the kids hose classic, especially now that Panther includes distributed system imaging and restoring. Plus with the limited amount of hardware available I can use a single Panther system image for every machine in my lab, from B&W G3's all the way to G5's. The only problem there is the size of the image when the G3's have only a 6 gig drive installed.

      Let's see XP/Ghost solutions that are that easy! (Right now I have 4 different configs with their own Ghost images.)

    29. Re:What do... by soloport · · Score: 1

      Wow! I'm staring at my copy of "GNU Emacs Manual, Sixth Edition, Version 18, March 1987" (Yellow cover)

      Thos were the days. Thanks for the memories... I miss my old Sun Sparkstation :-/

    30. Re:What do... by k_head · · Score: 1

      I think this is actually a bad idea. I like the fact in linux or freebsd all the config files for all programs are in /etc or /usr/local/etc. This allows me to check the /etc into cvs and be able to revert my system into a known good state.

      I also like the convention of putting all data in /var or /home which most linux distros do. This means I can devise backup strategies which allow me to back up the files in those directories more often then the files in /bin or /sbin.

      Finally I like being able to set immutable flag on the entire /sbin directory and checking for permissions by doing a simple ls -la.

      Instead of putting everything into one directory they should have followed the example of encap

      --
      The best way to support the US war effort is to continue buying American products.
    31. Re:What do... by Rize · · Score: 1

      Ah, I hate real player so much. That goddamned thing wants to start itself with my computer everytime I have to use it (requiring a manual fixing of my start menu each time). Consequently, I avoid viewing .rm's whenever possible.

    32. Re:What do... by 1iar_parad0x · · Score: 1

      I know this sounds stupid, but I'd try a magnet before I'd burn the hard drive. :)

      --
      What do you mean my sig is repetitive? What do you mean my sig is repetitive? What do you mean....
    33. 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....
    34. Re:What do... by Anonymous Coward · · Score: 0

      evolution takes time.
      -p3

    35. Re:What do... by cbreaker · · Score: 1

      This wasn't always something you could do.

      There were certian softwares out that that helped circumvent floppy protection, like CloneCD does for CD's. But it didn't always work.

      Back when I used my Commodore 64 full time, some of the disks themselves were physically altered (a hole in the disk here, a notch there, etc) so 100% duplication was often impossible.

      Of course, the crackers were able to work around this stuff pretty easily.

      --
      - It's not the Macs I hate. It's Digg users. -
    36. Re:What do... by Anonymous Coward · · Score: 0

      This is one thing the Mac does right -- a program's binaries and configuration data are all self-contained. No registry, no /etc.

      The point of having /etc is so that you can mount /usr as read-only.

    37. Re:What do... by billscarwasher · · Score: 1

      Fortunately even Microsoft is heading towards the single-directory install ideal with .NET. Application configuration info is once again recommended to be stored in the application directory rather than the registry. There's still the global assembly cache for shared and strongly named assemblies, but if it needs to be shared, it needs to be shared. It'd still be nice to have semi-strongly named assemblies located in the app directory that are still checked against the hash, but it's definitely a move in the right direction.

    38. Re:What do... by zbrimhall · · Score: 0

      Stallman's free software was still only a myth, if that even

      Am I the only one who always accidentally reads Stalin instead of Stallman? Really, it's creepy.

    39. Re:What do... by HFShadow · · Score: 1

      Pffft, i did that years ago, must have been 94 or so. Walked into store, parent distracted the salesmen while I copied virtualpc onto a 1.44.....

    40. 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!
    41. Re:What do... by The+Snowman · · Score: 1

      I think this is actually a bad idea. I like the fact in linux or freebsd all the config files for all programs are in /etc or /usr/local/etc. This allows me to check the /etc into cvs and be able to revert my system into a known good state.

      I agree. It is not one big file, like the Windows registry, but not in pieces all over the place, like MacOS. Every instance has its advantages and disadvantages.

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

      Fortunately even Microsoft is heading towards the single-directory install ideal with .NET. Application configuration info is once again recommended to be stored in the application directory rather than the registry. There's still the global assembly cache for shared and strongly named assemblies, but if it needs to be shared, it needs to be shared. It'd still be nice to have semi-strongly named assemblies located in the app directory that are still checked against the hash, but it's definitely a move in the right direction.

      I read about this too, and while I distrust Microsoft, it looks like a decent idea. I still wonder how it will fare in a multi-user roaming environment, though.

      --
      24 beers in a case, 24 hours in a day. Coincidence? I think not!
    43. Re:What do... by theantix · · Score: 1

      What you say is of course correct, however it is important to add that your app should also rebuild those INI files (in the proper places) to their defaults in case a user does directly copy the application folders. However that assumes you care about application portability...

      --
      501 Not Implemented
    44. Re:What do... by jonathanclark · · Score: 1, Interesting

      See my .sig for a product I work on called Thinstall - You can pacakge all of your files and registry keys into a single EXE which runs without extracting anything and without modifying the system registry. It simulates a virtual filesystem and registry for your application, so the files appear to be on the hard drive already.

    45. Re:What do... by Anonymous Coward · · Score: 0

      Real's real realy is here. http://jogin.com/weblog/archives/000515/

      Read it and learn it. Real's market is shrinking not because of the alleged any anti-competitive behavior but because it is a proven fact that every user hates Real. That's scientifically proven by surveys, even Real itself found it.

    46. Re:What do... by Anonymous Coward · · Score: 0

      tat doesn't matter wen most IT departments have it set up so that all users are running as admin under the domain profile.

      let me know when corperate america pulls their heads out of their arses, has the balls to tell the CEO that NO he cannot install and run AOL on his pc and actually practices what they preach.

      3 large corperations now, and every one if them the IT department is ran by boobs.

    47. Re:What do... by trezor · · Score: 1
      • 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

      While I think this in essence is a good philosophy, it has it's drawbacks.

      First, as witnessed in WinAmp5, a user must run with admin-privelegies to alter the configuration permanently (or update the media-library as in WA5).

      Second of all the registry is user-specific. Which is quite a nifty feature. I'm not saying you can't store the INI-files in the user-directory, but I this doesn't seem to be a ordinary custom.

      The only "modern" application I can recall that does this, is Microsoft's own Spider-solitaire (or is it FreeCell... hrm).

      --
      Not Buzzword 2.0 compliant. Please speak english.
    48. Re:What do... by pmc · · Score: 1

      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.

      Actually you can get a small measure of protection by giving creator/owner change permissions in the directory (assuming that the file is created by the user one first use). But yup, it's dumb to have ini's in the application folder.

    49. Re:What do... by Anonymous Coward · · Score: 0

      Every system has its philosophy and you are mostly best off not trying to act against it. W2K philosophy is to store all preferences in users profile, so let's do it this way.

      I administer a medium-sized network with W2K workstations (and a Linux server of course :) and I *HATE* software which stores preferences in its C:\Program Files directory. That way, all users share their preferences and all users have to have rights for writing to the .INI file. I like my Program Files read only for ordinary users. Storing settings in user's profile means it is stored on my Samba server and thus the preferences are the same on whichever computer user logs on.

      The best solution I have found is that of Total Commander: the installation program lets you choose where you want to store your preferences: C:\Windows, near the binaries, users profile or a custom folder you choose. That is the way to go if you don't like the Microsoft C:\Documents and Settings approach.

      The *WORST* thing is antivirus software like AVG6, which needs full write access to C:\Program Files\AVG for all users in order to update itself from internet. As if the updater had to run under current user's account... And don't get me started about those WIN16 multimedia encyclopaedias... admin's nightmare.

    50. Re:What do... by Anonymous Coward · · Score: 0

      fdisk /mbr

      good old dos, man

    51. Re:What do... by Anonymous Coward · · Score: 0

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

      dd if=/dev/zero of=/dev/hda

    52. 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

    53. Re:What do... by TheLink · · Score: 1

      "Second of all the registry is user-specific. Which is quite a nifty feature. I'm not saying you can't store the INI-files in the user-directory, but I this doesn't seem to be a ordinary custom."

      Uh but that's what stuff like /home/username/.profile etc do.

      And Windows 2000 etc have:
      \Documents and Settings\Username\Local Settings
      \Documents and Settings\Username\Application Data

      A number of programs store user specific config/data in these directories.

      The registry idea seems to make everything rather brittle/fragile for very little gain if any - I don't really see any improvement over using the filesystem instead.

      --
    54. Re:What do... by UnrefinedLayman · · Score: 1

      An eloquent review of RealPlayer is available on E2.

      I always got a kick out of that.

    55. Re:What do... by MrScience · · Score: 1

      Not to mention he should be using XML, not INI.

      --

      You quitting proves that the karma kap worked. The most annoying of the whores shut up. --CmdrTaco

    56. Re:What do... by LuxFX · · Score: 1

      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.

      Why not have all the data on hot-swappable hard drives, which you could remove and drop in an incenerator on the way to the bomb shelter?

      --
      Punctanym: alternate spelling of words using punctuation or numerals in place of some or all of its letters; see 'leet'
    57. Re:What do... by Chibi+Merrow · · Score: 1

      My old roommate worked in an air force communications center in Asia. They had similar 'base-overrun' practices. It consisted of opening a safe and each person taking a pack of cards. Each card had step-by-step instructions they would follow.

      1. Open Panel C-2
      2. Pull circuit board 4
      3. Acquire BFH
      4. Smash board.

      I'll leave the definition of 'BFH' up to you. My roomie actually got to use the BFH once when they found that a classified menu screen had been burned into one of their monitors because it hadn't been turned off in a couple of years... Other than that, they would do dry-runs of the destruction procedures: Doing everything but smashing the actual components.

      Of course the funny/scary part is the security officers had base overrun procedures, too. The last step of which was to shoot everyone in the Comm Center. It wasn't common knowledge and they never got to do practice runs. :P

      --
      Maxim: People cannot follow directions.
      Increases in truth directly with the length of time spent explaining them
    58. Re:What do... by Anonymous Coward · · Score: 0

      He said it was the 1980s, dumbass.

    59. Re:What do... by Anonymous Coward · · Score: 0

      He said it was the 1980s, dumbass.
      um, no he didn't, dumbass.

    60. Re:What do... by GiMP · · Score: 1

      Yeah, it is really hard to run
      rm -rf /usr/local/RealPlayer*

    61. Re:What do... by chgros · · Score: 1

      And just think, all of these security measures are ruined if a single numbnuts downloads spyware...
      Don't tell me you had internet access???

    62. Re:What do... by Anonymous Coward · · Score: 0

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

      Ah, so you're one of the fucktards who make it difficult/impossible to properly lock down the Program Files directory. Regular users have no reason to be writing to any folders in the Program Files directory (back in the bad-ol-days of EXE viruses, it was a good way to keep the user from infecting the system).

    63. Re:What do... by sjames · · Score: 1

      Of course, the crackers were able to work around this stuff pretty easily.

      Back in the day (what day? The day I had nothing better to do and a lot of software made you boot from their stupid and ever so fragile floppy rather than use the hard drive), cracking those things was more fun than any available games. My first deep hack on the PC was a tsr disk interceptor that would simulate media errors and could survive a warm boot.

      On the Apple ][ there were several really good copiers (mostly pirated, big surprise) that could copy anything.

      These days, I don't bother. I have real things to do, the best software is Free anyway, and I grew up.

  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 rholliday · · Score: 1

      Seriously. I won't even have a Real plugin on my computer anymore. I think they're worse than most ad/spyware companies, MS included.

      --
      Xbox reviews.. We think they're funny.
    2. 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.

    3. Re:Sad.. by prat393 · · Score: 1

      Well, a Real plugin can be useful... those codecs are nice for inclusion in the win32 codecs package for mplayer.

    4. Re:Sad.. by portforward · · Score: 1

      I would have said that it was more like the applications annoying tendency to leak memory like a sieve.

    5. 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."
    6. Re:Sad.. by TechniMyoko · · Score: 0

      the fact is, you shouldnt have to delete it. Any program that associates itself with a file type and doesnt edit the files, doesnt need any shortcuts to it. Quicktime loads only when I click a quicktime file, theres no reason for it to exist on my start menu (or in reals case, quick task bar, system tray, desktop, burned into my retinas, etc)

    7. 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!!!

    8. Re:Sad.. by Endive4Ever · · Score: 1

      My problem is that they actively hide intrusive settings and options when you're installing their crap. In that tediously long set of dialogues where their software tries to take over every bloody multimedia extension on your system. All the default-checked radio buttons are scrolled down below view in the window. Obviously put there on purpose.

      --
      ---
    9. Re:Sad.. by Compuser · · Score: 1

      Well, Real Alternative sucks donkey balls through a
      garden hoze in gulps. I just tried it and it seems
      incapable of playing real media on my hard drive.
      I have downloaded tons of music from bards.ru in .ra.ram format and none of it plays with the
      "Alternative". It's realplayer for me for now.

    10. Re:Sad.. by Nicolas+Pillot · · Score: 0

      > The desktop is fine, if I don't like it it's VERY easy to delete.

      Not if the installer requests administrator privilege, and puts some shortcuts on the desktop of the "All User" profile, which is not accessible for modification to standard users.

    11. Re:Sad.. by l810c · · Score: 1
      All of the software reviews online and in magazines have 'Power', 'Usability', 'Quality', etc.

      What they forget to include and is high on my list is footprint/intrusiveness. Sure RAM is cheap, but it's quite annoying when dozens of these things are running.

      Besides Real Player, QuickTime, Acrobat and numerous other programs want to always be there hogging all my memory.

      My new HP printer got great reviews and prints great photos, but why the hell are there 4 programs always loaded eating 20MB+ of memory. Same for my Epson scanner and Digital Camera.

      I want these programs to be quickly available without hogging 20MB each. This is Windows-centric, but I often look at family/friends computers that are 'running slow' and one look at the screen shows 10/15/20 icons in the system tray spreading half way across the desktop.

    12. 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.

    13. Re:Sad.. by Rize · · Score: 1

      PacoTaco, that's fantastic. Thanks for the pointer. Hah, I actually have to run real player to get the registry value back so I can ruin it :) Maybe I'll just wait until the next time I feel the need to view a .rm and fix the registry next time instead of disabling it.

    14. Re:Sad.. by hdparm · · Score: 1

      Well said. I'd hate not being able to see some stuff just because of the format in which it's been provided. Added bonus being not having to run windows for this.

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

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

      --
      Someone hates these cans.
    16. Re:Sad.. by Imperator · · Score: 1
      The start menu is fine. Expected, in fact; I'd be bothered if it wasn't there.

      I think what bothers the author of the grandparent post is when an app places shortcuts in the root of the Start Menu, or even directly under Program Files, instead of in an app-specific directory within Program Files. These apps arrogantly believe that they're so important that the user needs to see their shortcuts as soon as possible. (Unfortunately MS sets the bad example here; I'm pretty sure Office has done this for a while now.)

      --

      Gates' Law: Every 18 months, the speed of software halves.
    17. 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.
    18. Re:Sad.. by darien · · Score: 1

      Actually, Office 2003 puts its icons in a nicely unobtrusive submenu off the main Programs menu. But I think that's new - so far as I know all previous versions were like "oh, I so important!"

    19. Re:Sad.. by dbc001 · · Score: 1

      I hate to say it, but I actually bought realjukebox several years ago. At the time I think it came with realplayer 8. I bought it because realjukebox had an easy-to-use cd ripper, and you had to buy it to rip at more than 128kbps. Not a bad deal for $20 (although I wonder if my credit card got stuck with those extra charges)

      I agree that it has some truly obnoxious quirks, but I still have yet to find a program that handles mp3 renaming and id3 editing as well (I'm still using realjukebox for this). It balances ease-of-use with advanced features. But tweaking all those startcenters and hunting down all the shortcuts is truly painful.

      While we're on the subject, can anyone recommend a good id3 tag editor/mp3-renamer as a replacement for realjukebox? Getting rid of it would cut aobut 20 minutes off of my reinstall times.

    20. Re:Sad.. by Annamite · · Score: 1

      While we're on the subject, can anyone recommend a good id3 tag editor/mp3-renamer as a replacement for realjukebox? Getting rid of it would cut aobut 20 minutes off of my reinstall times.

      http://musicbrainz.org

      Unfortunately, there is only a Windows client at this point. I hope they will help more help soon.

    21. Re:Sad.. by Anonymous Coward · · Score: 0

      remove the .ram. It's probably labelled as a link (.ram) when it's really a media file (.ra or .rm).

  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 bored1 · · Score: 1

      i would be happy with no message center and spyware

    2. 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).

    3. 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.

    4. 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.

    5. 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

    6. Re:Bloated by ogewo · · Score: 1

      Bloated, yes. But it is their software's invasiveness that has kept me from trying the version that came with my cell phone. I'd love to see how well my phone can play video, but sorry Real, you have no credibility.

    7. Re:Bloated by Anonymous Coward · · Score: 0

      You're right on the money! Real is probably the only company I hate more than Microsoft. They totally, utterly, SUCK.

    8. Re:Bloated by Anonymous Coward · · Score: 0

      one of those applications that wants to dominate your system and do everything from playing media to making eggs.

      Add a text editor in there, and you'd have a Windows port of emacs.

    9. Re:Bloated by David+Gerard · · Score: 1
      However, the Linux version of RealOne works very nicely on FreeBSD under Linux compatibility!

      (I keep it there for the BBC. I swear.)

      --
      http://rocknerd.co.uk
    10. Re:Bloated by Anonymous Coward · · Score: 0

      It seems to work nicely; I saw some Real videos on a cell phone recently.
      Personally, I wouldn't touch it with a 10 foot pole.

  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 starm_ · · Score: 1

      I always hated real player. The thing that really made me abandon it though was the amount of ressources it took from my computer while it was just sitting in the tray. A few years ago I was playing with a utility called regmon (registry monitor) which monitor queries to the windows registry. I noticed that most of the registry activity was performed by the real player systray program. It was doing something like 50 queries every few seconds. Real player was NOT running it was only sitting in the tray. How can a program that is not running be constantly accessing the registry? Anyways I have rarely seen software so badly designed and bloated.

    3. 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.

    4. 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.

    1. Re:Open source by WindBourne · · Score: 1

      Actually, what I find funny is that all the biggie sites are competing only on MS. That includes Real with Listen. Yet, Real would be wise to support Linux/BSD/Mac OSX so that they can sell it as being that your music will move across platforms. Think about ppl who are losing music as the move across or even up.

      --
      I prefer the "u" in honour as it seems to be missing these days.
    2. Re:Open source by mingot · · Score: 1

      The product would also have to be worthwhile. When I see the Real logo I say "fuck it" and move on. If the quality of the software is the same across platforms I would imagine most users of said platforms would do the exact same thing.

      Besides, if people do not want to lose music when switching platforms should use a format that is well supported on all platforms to begin with. Like MP3.

    3. Re:Open source by WindBourne · · Score: 1

      Great. What site does legal downloads of mp3/ogg/flac for Linux?

      --
      I prefer the "u" in honour as it seems to be missing these days.
    4. Re:Open source by mingot · · Score: 1

      Heh, you got me there. Never considered joining one of those things so it was not something I even considered. I guess someone needs to talk the open source people into coming up with a decent DRM scheme but for some reason I think it'd be more likely to talk dubya into making out with ashcroft sitting on lincolns lap at the memorial.

  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 MagicDude · · Score: 1

      Well, for all its shortcomings (and it's got a lot), RealNetworks is a business and they have every right to try and sell their product for money. Thus, they are entitled to push their premium product while not exactly emphasizing the free player.

    3. Re:Car Talk by addaon · · Score: 1, Insightful

      Yup. And everyone else is entitled to do whatever they can do drive such assholes out of business.

      --

      I've had this sig for three days.
    4. Re:Car Talk by Anonymous Coward · · Score: 0, Flamebait

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

      Oh, you mean those guys on NPR, which receives generous funding from the Bill and Melinda Gates Foundation?

    5. Re:Car Talk by Anonymous Coward · · Score: 0

      While I agree with everything they said, and love listening to their radio show, and reading their newsspaper column... Are Click and Clack really the people you want to be taking computer advice from?

    6. Re:Car Talk by Anonymous Coward · · Score: 0

      What have they said in that quote that you disagree with?

    7. Re:Car Talk by Saeger · · Score: 0
      Thank you for that insightful comment, Captain Capitalism!

      Yes, it's every company's right to try and maximize profit, but when you push too hard you end up getting 100% of nothing.

      --

      --
      Power to the Peaceful
    8. Re:Car Talk by AKnightCowboy · · Score: 1
      While I agree with everything they said, and love listening to their radio show, and reading their newsspaper column... Are Click and Clack really the people you want to be taking computer advice from?

      Agreed. Shouldn't they be streaming some mpeg audio format that you can listen to on ANY platform without some proprietary client? Video is one thing, but for Pete's sake, if you're streaming FM quality talk shows, just use mpeg.

    9. Re:Car Talk by bersl2 · · Score: 1, Insightful

      Not to change the subject or anything, or sound redundant or anything, but it's this kind of situation where Ogg would be perfect.

    10. 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.

    11. Re:Car Talk by Monkelectric · · Score: 1

      I love car talk. The problem with real and WMA formats is -- very few audio appliances can stream them! Why cant these companies just use shoutcast which almost ever audio appliance can use?

      --

      Religion is a gateway psychosis. -- Dave Foley

    12. Re:Car Talk by Zeinfeld · · Score: 1
      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.

      I used to take my car to their garage (honestly) in fact once I get the MGB back in shape I will probably be taking that round as well.

      As someone who works with payments a lot I am pretty surprised that Real can sustain this mode of business. The checked unseen options thing sounds pretty close to the edge at best. I am surprised that their chargeback rate is not way up high. Of course there is a chance the processor on the back end cannot afford to turn away such a large account - must be several hundred million a year. Rather harder to say no to that than it would be to a small scale porno site no matter what their chargebacks are.

      I block real networks at the firewall. First use I have found for the parental safety feature on my low end box.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    13. Re:Car Talk by Safety+Cap · · Score: 1
      Now if only my other favorite NPR show, This American Life, would follow Car Talk's lead...
      The Engines of Our Ingenuity also uses the POS Real Steam. (sigh) If only they'd go to Quicktime or (cough) WMP, then I could get my daily fix, instead of wrestling with real player and its low quality, noisy stream...
      --
      Yeah, right.
    14. Re:Car Talk by miu · · Score: 1
      RealNetworks is a business and they have every right to try and sell their product for money.

      Pretty much. The thing that people dislike so much about Real is how dishonest they are about their product, practically hiding the free version (despite heavily advertising it), and their spyware like tactics once they have their software installed. They locked a lot of early content into their format and then started getting nasty about it once they thought they had the whip hand.

      --

      [Set Cain on fire and steal his lute.]
    15. Re:Car Talk by Anonymous Coward · · Score: 0

      No it wouldn't.

    16. Re:Car Talk by gmhowell · · Score: 1

      once I get the MGB back in shape I will probably be taking that round as well

      In my experience, you should only use the appropriate, British tools to work on MGs. It'll make short work of Whitworth fasteners and dodgy Lucas electrics.

      --
      Jesus was all right but his disciples were thick and ordinary. -John Lennon
    17. Re:Car Talk by Ironsides · · Score: 1

      Finding the binary for Adobe Acrobat READER (Free Version) from Adobe's main page is about as hard. Real isn't the only one that does this. I think I usually go in through google to find it when I don't have the latest version.

      --
      Fly me to the moon Let me sing among those stars Let me see what spring is like On jupiter and mars
    18. Re:Car Talk by Anonymous Coward · · Score: 0

      Not only did you miss the whole point of why they chose WMP to switch to, you are also stupid. Mod me up if you agree.

    19. Re:Car Talk by tigershark97 · · Score: 1

      What kind of an asshat do you have to be to "accidentally" buy something. Oh, gee, I have to enter my credit card number to download the free version? Ok, here it is ..... /devils advocate

    20. Re:Car Talk by tepples · · Score: 1

      Shouldn't they be streaming some mpeg audio format that you can listen to on ANY platform without some proprietary client?

      Small nit: MPEG audio itself is proprietary and expensive, but s/mpeg/ogg/g and your question remains valid.

      But more importantly, have you considered that copyright owners may charge less in royalties for transmissions thought to be "hard" to record?

    21. Re:Car Talk by Blackknight · · Score: 1

      Windows media player still locks you into Windows or Apple platforms. Why couldn't they just run an mp3 or ogg stream?

    22. 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?

    23. Re:Car Talk by pacman+on+prozac · · Score: 1, Troll

      We've heard from many of our fans that have been duped, and who have accidentally shelled out their hard-earned dineros.

      Hold on, didn't they stop when it asked for their credit card number for a free download?

      That just sounds a little OTT for me, surely people aren't actually that stupid?

    24. Re:Car Talk by TwistedGreen · · Score: 1

      Quicktime? Ugh. What's wrong with streaming MP3?

  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 Anonymous Coward · · Score: 1, Insightful

      I wonder what YOU or ANYONE else would do if all of a sudden you were faced with the MS monopoly staring you right in the face, and holding your companie's future hostage. I for one don't believe for a moment that Real would have gone in the direction that they did, if they COULD have competed in a free and open market.

    3. Re:Real's problem by Kyouryuu · · Score: 1

      RealPlayer is a frelling piece of trash. Even though it added hundreds of worthless features, it fell behind the times in what really mattered - audio and visual quality. At the same time, their entire product became a festering nurse log for spyware, and they were one of the few companies who got caught doing this. I've never had trust in them since. And I can't imagine any halfway popular media player that goes to the extent Real does to hide its free version.

      Microsoft is not Real's problem. Real is Real's problem. They blame Microsoft for being anti-competitive, but they cannot produce a product nearly as good as Windows Media Player, Winamp, or even Quintessential Player. Shoutcast also laid waste to their streaming technology.

      It would almost seem that once Real developed a codec that was viable for its time, it decided to rest on its laurels and let "feature creep" take hold in the main player, but never bothered to improve the existing format.

      I hope Real goes the way of the dinosaur, I really do. Til then, I'll be using Real Alternative on all of those poorly-conceived web sites that demand Real's trash.

    4. Re:Real's problem by mingot · · Score: 1

      I'd do my best not to antagonize the everloving shit out of my customers. I'd do my best to build a better product. Maybe that's what THEY should have done.

    5. 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. request for comment by Anonymous Coward · · Score: 1, Interesting

    Can anyone post a link to some OSS codecs server/players for OSS streaming video?

    I really don't know if there are any like an XviD/ogg type steaming media we could all push to become popular.

    please, we need to stop this madness.

    1. 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.
    2. Re:request for comment by Anonymous Coward · · Score: 0

      Http://www.videolan.org
      Note that even the client is capable of acting as a streaming server in many cases.

    3. Re:request for comment by kommakazi · · Score: 0, Flamebait

      ogg is pointless...people need to get over it. mp3 works just as well (if not better) and is actually widely supported.

  10. 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.

    2. Re:hidden add-ons by Anonymous Coward · · Score: 0

      Which version of real player are we talking about here? I remember seeing this behavior several versions back - did you try the RP10 beta and see if it does the same thing?

    3. Re:hidden add-ons by caluml · · Score: 1
      I rather wish I didn't need it, but I've got some old video in real format and no way to convert them.

      I'm sure mencoder will help you out there. There's a Windows version available if you're hobbled.

    4. Re:hidden add-ons by Coneasfast · · Score: 1

      yes it's an older version, rp8, i forgot to mention that. i have not tried the later versions and i probably never will.

      --
      Marge, get me your address book, 4 beers, and my conversation hat.
  11. Real's reality... by Anonymous Coward · · Score: 0, Redundant

    Real Player is losing market share because they suck. Pure and simple. I want my media player to actually play media, not buffer it. And all the extra crap - ads, channels, and such - that clutter the UI are absurd.

    If Real Networks thinks it's because of Microsoft, they're in denial.

  12. 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.

  13. Re:Kudos to prostoalex by Anonymous Coward · · Score: 0

    Not only that, but the possessive Real's Reality in the headline is OK as well! Although for a moment I thought it was Rael's Reality: I was reading an expose on this assclown, so I thought that was it...

  14. 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...

    1. Re:Another "Blame Microsoft" Business Model by martin-boundary · · Score: 1

      I don't know about you, but I like it when two evil companies are at each other's throats. Now pass the popcorn.

    2. Re:Another "Blame Microsoft" Business Model by Anonymous Coward · · Score: 0

      Or maybe... Real does know that they don't have market share since they are too bloated. Maybe they do have the means to make money, which they have. Maybe they figure if they can win this law suit, they'll have more money.

      I hate web sites which offer real but not Windows media. I can play Windows media on everything I own (thanks to mplayer and other tools) and real is just a frigging disaster since it seems to be as stable as the latest american president.

    3. Re:Another "Blame Microsoft" Business Model by grvsmth · · Score: 1

      I hate RealPlayer and its "features" just as much as anyone on this thread, but come on! I find a lot of people using Microsoft WMP because it's the one that's already on their computer. I'm sure that if the Real managers had the opportunity, they'd pull the same scummy trick, but that doesn't mean that Microsoft isn't abusing their near-monopoly status.

    4. Re:Another "Blame Microsoft" Business Model by execute85 · · Score: 1

      Media playing is now basic functionality that users expect in the OS. Just like IE. The operating system shouldn't exclude other programs, but including/ bundling is a good thing. Just like windows included, notepad, calc, telnet, ftp, it should include media playing and browsing.

  15. 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 kommakazi · · Score: 1

      I never used them in the first place. I always thought the .rm format was shitty in comparison to...well...everything...

    3. Re:Real Spy by OverlordQ · · Score: 1

      You know you're quoting a guy who spouts about his 'ub3r-firewall-hacking-packets' but can't even correctly format one . . .

      --
      Your hair look like poop, Bob! - Wanker.
    4. 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

    5. Re:Real Spy by theTerribleRobbo · · Score: 1


      No doubt your computer is also broadcasting YOUR IP!

    6. Re:Real Spy by Scorillo47 · · Score: 1

      http://www.grc.com/downloaders.htm

      "GUID" stands for "Globally Unique IDentifier" and is a technology standard specified by the Open Software Foundation (OSF) to create unique and non-repeating "ID Tags". Such "ID Tags" are generated once then stored, typically in the Windows Registry.

      If you're really curious, use the Windows "RegEdit" program to look under this key name: HKEY_CLASSES_ROOT\CLSID and you'll see a billion GUID's (Don't change anything!)

      In the past, the use of GUID's has aroused the wrath and concern of privacy advocates the world over, since they are like "serial numbers" which can be used to uniquely identify software users.


      lol. This "Conspiracy Site of the Day" looks kinda weird... maybe they should go and learn what a GUID is :-)

      --
      Don't try to use the force. Do or do not, there is no try.
    7. Re:Real Spy by LuSiDe · · Score: 1

      I stopped reading GRC.com after reading this

      --
      WE DON'T NEED NO BLOG CONTROL.
  16. 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 Killswitch1968 · · Score: 1

      Where other streaming alternatives exist? Does OGM have something on the burner?

      --

      Corporations: your universal scapegoat for all society's ills.
    2. Re:WM and Real - Just Say No by Dwedit · · Score: 1
    3. 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.

    4. Re:WM and Real - Just Say No by Anonymous Coward · · Score: 0

      I used to do that, then I found codec-only installs for the WM, RP and QT formats. Now I can play everything without dealing with:

      * RealPlayer's spyware and bloat
      * Windows Media Player 7+'s security issues and bloat
      * QuickTime's CPU hogging and lack of full screen playback

      I've still got more than one player on my machine, but they aren't there because some corporation twisted my arm into getting them:

      * Media Player Classic - The simplicity and familiarity of the WMP 6.x interface with some nice features added

      * Zoom Player - Every feature you can imagine and then some. Sometimes handles videos played from CDs better than MPC.

      * Windows Media Player 6.4 - For the odd file that is unplayable in other programs. This seems to most frequently be certain AVI files with OGG audio tracks, for some reason

      * BSPlayer and SASAMI2k - Two players that I don't use much, but that come in handy once in a while for one thing or another

      * WinAmp - Because I like to keep my video and audio-only playing separate and it really whips the llama's ass

    5. Re:WM and Real - Just Say No by mcspock · · Score: 1

      You do realize that 99% of MPEG-4 is just quicktime? They used the quicktime standards (available on the apple dev site) and cleaned things up a bit. The structure is exactly the same, just a few conventions and fields changed.

      --
      -- Patience is a virtue, but impatience is an art.
    6. Re:WM and Real - Just Say No by Zarquon · · Score: 1

      The mpeg-4 encapsulation _format_ is essentially quicktime. The codecs are not. Determining a percentage is irrelevent, but it certainly is not 99%.

      --
      "'Tis great confidence in a friend to tell him your faults, greater to tell him his." --Poor Richard's Almanac
  17. 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
    1. Re:The best realplayer was... *drumroll* by /dev/trash · · Score: 1


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

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

      Free racing webcasts? Gone.


      That's not Real's fault. if Real was not around, someone else would have done it. Blame the Panthers etc.

      How come TV can survive without needed subscriptions (skin-e-max and h-blow excluded), but internet webcasts can't?

      How much does bandwidth cost to send out a TV show over the airwaves? Nothing. If it cost nothing for a webserver to server pages, sure, it'd be the same thing as TV. But it doesn't.

    2. Re:The best realplayer was... *drumroll* by Anonymous Coward · · Score: 0

      Nothing? are you high? How much is 100,000 watts 24/7 , let alone permits, building space etc vs some racks in a colo server farm.

    3. Re:The best realplayer was... *drumroll* by Anonymous Coward · · Score: 0

      Hey, cool site. I used the Win 3.11 how-tos the other day.

  18. This is because ... by Poligraf · · Score: 0, Offtopic

    ... he is Russian. So, he has actually studied English ;-).

    --
    Tigers respect lions, elephants and hippos. Maggots respect no one. (C) S. Dovlatov
  19. Well by Anonymous Coward · · Score: 3, Funny

    Here's my take on the situation:

    *BUFFERING*

  20. 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.
    2. Re:Encoder by Joe+Tie. · · Score: 1

      Check the helix site. I havn't tried it in ages, but at least some point they had a partially open source encoder.

      --
      Everything will be taken away from you.
    3. Re:Encoder by enosys · · Score: 1

      Is it really free though? What if you don't have Windows license? Can you run it on Wine or some other emulator?

    4. Re:Encoder by freeweed · · Score: 1

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

      You're kidding, right?

      In a world where >90% of browser use is Internet Explorer? You really think it's because it's the best browser out there? Explains all the pop-up blocking software that people are installing as of late.

      And if you've never seen anyone use WMP over Winamp, you're only hanging around geeks. Hell, half my Comp Sci classmates use WMP, because "it came with Windows".

      Oh yeah, and I'm sure MSN overtook ICQ as an IM protocol because it was "better". Yup, years later and it STILL doesn't have features ICQ did in 1997 (like messages being stored when you're offline). Yeah, no one uses MSN simply because it's bundled. Not one :)

      --
      Endless arguments over trivial contradictions in books written by ignorant savages to explain thunder in the dark.
    5. Re:Encoder by Killswitch1968 · · Score: 1

      Mozilla FireFox has their own problems. First and foremost is not telling people they exist, and second is their ongoing identity crisis. If they can fix that they'll be in good shape. Unfortunately the people I did introduce it too thought it was 'too cluttered' and didn't want to fiddle with custom settings.

      MSN was a much cleaner and more asthetically pleasing program than ICQ. ICQ simply provided no significant advantage over MSN. And MSN isn't as powerful as you think:
      http://news.com.com/2100-1032_3-5065650.html?tag=c d_mh

      I don't see paintbrush killing Photoshop, or MS's bundled Firewall having any effect on ZoneAlarm, or IE's embedded search engine killing Google. The reason is obvious: The competetion is damn good at what they do that MS doesn't even bother trying to challenge them. Maybe ICQ should try the same thing.

      --

      Corporations: your universal scapegoat for all society's ills.
    6. Re:Encoder by Durandal64 · · Score: 1
      And if you've never seen anyone use WMP over Winamp, you're only hanging around geeks. Hell, half my Comp Sci classmates use WMP, because "it came with Windows".
      If there's one thing I've learned about computer science students in my years at a university, it's that being computer science students doesn't make them more knowledgeable about computers than the average user. Some of them program pretty well, but they wouldn't know their asses from their elbows if some serious computer problems crept up. Hell, some of them can't even diagnose network issues properly.
    7. Re:Encoder by toddestan · · Score: 1

      Actually, ICQ was all but dead in the US before Microsoft decided to bundle MSN Messenger in Windows XP. Everyone was using AIM, and to a lesser extent Yahoo. Yahoo is alright, it has offline messages and invisible mode. However, AIM is way behind everyone else in terms of features (very few things seem to have been added since about 1997, except ads and bloat). I never figured out why everyone flocked to it.

      Now everyone uses MSN Messenger, with AIM in close competition. A few on Yahoo still, and ICQ isn't even on the map. I still use ICQ however, though I admit their client is crap. I use Miranda myself.

    8. Re:Encoder by Anonymous Coward · · Score: 0

      Network != computer
      Programming != hardware

      These simple facts explain why CS students are often dumb, dumb, dumb.

    9. Re:Encoder by Shurhaian · · Score: 1

      Winamp(like who knows how many other programs) seems to have issues with my computer, so yes, I actually do use a video player to play my videos.

      Trillian, on the other hand, I do use(and Gaim when I'm running under FreeBSD).

      Mind you, with WMP having more and more issues, that point might just become moot.

      --
      NB: YMMV. IANAL. Take the above with a grain of salt.
  21. 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.
    1. Re:Striking out with Baseball by gcaseye6677 · · Score: 1

      The way I understood it, MLB is one organization that is even greedier than Real, and they wanted so much money for the rights that nobody is really considering webcasting the games anymore. This would be pretty consistant for an organization that blacks out home games thinking it will make more people go to the ballgames. Within the next 25 years, I suspect that we will see major league baseball collapse under its own greed, possibly followed by a new and reformed professional baseball league.

  22. 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.

  23. 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.
    1. Re:I use to love Real by Boglin · · Score: 1
      Okay, I feel kinda dirty saying this, but have you checked out iTunes. Besides the fact that it loads a little slowly (what do you expect from ported software?), it's actually a decent little program. I also found it's streaming music interface far superior to that on WinAmp.

      (Please don't tell my roommate that I recommended an Apple product; he enjoys gloating just a bit too much)

    2. Re:I use to love Real by LittleLebowskiUrbanA · · Score: 1

      Here's another vote for iTunes. Or install Linux/BSD and try Rhythmbox.

    3. Re:I use to love Real by calculadoru · · Score: 1

      mate, you should really check out QCD Player http://www.quinnware.com/ with the little SpinAmp add-on (and Real G2...yes, I know...) you get about 400 free radio stations, and it works much better than WinAmp (WAY less memory and CPU) then if you really need Real, do yourself a favour and find RealAlternative.

      --
      The power of accurate observation is commonly called cynicism by those who have not got it. -- G.B. Shaw
    4. Re:I use to love Real by Trelane · · Score: 1

      I find gxine works really well. I even enjoy the stations it lists. :)

      --

      --
      Given enough personal experience, all stereotypes are shallow.
    5. Re:I use to love Real by Anonymous Coward · · Score: 0

      It's not the port; it loads a little slowly on OS X too. ;) And I would not call it a decent little program - it's a decent, slightly bloated program. But I do use it and generally like it nowadays. And yes, the streaming interface is nice.

  24. [KARMAWHORING] Could it be a slashdotting? by Anonymous Coward · · Score: 0
    Oops. There may be an issue with the Free URL Forwarding service for this domain, in which case our technical staff is currently working the situation. Otherwise, this domain is currently under construction and will be back online soon.

    Apparently so. (With the postings, not news.com)

  25. 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
  26. One of the few products I despise by Bushcat · · Score: 1
    There's a lot of software I don't use because it doesn't work for me, or it's buggy, or I think one of its competitors is better. I just check it out and move on, no hard feelings. But Real Whatsthenamethisweekplayer is the one product that I've uninstalled because it's sneaky, underhand and makes me feel like the parent company is sniggering at me. What a loathsome company, and I'm speaking as one of the idiots who has paid for it in the past, and even THEN been tricked into getting more than I asked for.

    I don't care if Real gets "better" in some magic way. I don't want anything to do with it.

    The downside in my personal crusade is, of course, that I can't use sites with no alternate streaming products, which perversely makes me loath Real even more :-)

  27. 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.

    1. Re:Actual letter to Real Networks by yudan · · Score: 1
      Maybe it is true for that customer, but I only clicked three or five times to get RealPlayer 10, although a beta version.
      What I did:
      • go to homepage www.real.com
      • click that big download button
      • in the second page on the right column you can find the "Download Free RealPlayer" link. It is not so obvious as the orange button, but nontheless also quite visible.
      • click it, and download the exe.
      Seems that their page design has greately improved. At least for now.
  28. Every day is a sad day by Happy+Cramper · · Score: 1

    It is sad when there are so few choices for Windows content delivery these days. It is a sad day every day when nearly all delivery methods are the spawn of villans from world domination cabals. This is what we have come to. The head of these companies down to the contracted foreign programmers should all be ashamed of themselves. Is this what is takes to survive in the corporate world these days? I certainly hope that this downturn reflects people's will to avoid infecting their computers with this crap.

  29. More Redundancy by InvaderXimian · · Score: 1, Redundant
    BUFFERING!

    Enough said.

    ...oh! Not to mention all the programs it wants to install but hides it from you and settings it just "forgets."

    During installation of Real Player, you need to pay close attention and look at every option because they try to pull a fast one on you by hiding certain settings since you need to scroll down to see them.

    These kind of things are why they lose so many users.

  30. 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 autopr0n · · Score: 1

      -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

      Untill it reinstalls itself when run...

      --
      autopr0n is like, down and stuff.
    2. 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)

  31. 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 repetty · · Score: 1, Informative

      No one will mention QuickTime here for serveral reasons: it works, it's unintrusive, and it's free.

      That sort of shit just doesn't fly here.

      Obligatory Open Source plug: it's not open source so it sucks.

      I think I just about said all that there is to say.

      --Richard

    2. Re:Apple anyone??? by Anonymous Coward · · Score: 0

      reply LATER

    3. Re:Apple anyone??? by Selecter · · Score: 1
      If I had mod points at the moment, they would go to you.

      You have captured the essence of /. in less than 4 lines of text.

    4. 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

    5. Re:Apple anyone??? by Kris_J · · Score: 1
      Think of the child processes?

      Sure, Quicktime associates itself with things it shouldn't, like JPGs and PSDs (Photoshop Documents), but Apple never ran a "users stuck to flypaper" ad like Real did.

      Aside: Anyone else noticed that Win XP keeps a list of all the programs that at one time associated themselves with an extension? So no matter what latest craplet you install, you always have the old app available from Open With...

    6. 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!
    7. Re:Apple anyone??? by Endive4Ever · · Score: 1

      Quicktime isn't unobtrusive.

      Until you learn how to squash it, it pops up that annoying 'buy the better version' thing every time you run it.

      And let's not get started about the brushed-chrome frame it pulls up, that you can't get rid of, or the way it ignores the Windows User Interface conventions.

      --
      ---
    8. Re:Apple anyone??? by Deadplant · · Score: 1

      Actually, it isn't free for anything but home users and educational institutions.

      I would like to get my employer to provide quicktime streaming in addition to the Real and Windows. The problem is that it is quite expensive.

    9. Re:Apple anyone??? by Anonymous Coward · · Score: 0


      There are Windows user interface conventions?


      That aren't better ignored???

    10. Re:Apple anyone??? by am+2k · · Score: 1
      Obligatory Open Source plug: it's not open source so it sucks.
      not quite correct
    11. Re:Apple anyone??? by Anonymous Coward · · Score: 0

      Oh yeah, Realplayer and Quicktime player mathces each other perfectly. Both only get installed when absolutely necessary to play something that neither WMP or MPlayer can handle, both tries to take over everything, so any sane person uninstalls them right after viewing the movie, just to stay sane, both include nag-boxes that try to get you to pay for the full version, both put a lot of shit into the registry, requiring lots of time using regedit to delete every trace, and preferably a complete reinstall, and both suck so bad that even Microsoft makes better software.

  32. WinAmp by rice_web · · Score: 1, Offtopic

    WinAmp used to be a good player, too, but then it added video support.

    Are all companies that produce audio players doomed to create crappy video players (please don't do the same MMPLayer)?

    --
    The Political Programmer
    1. 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.
    2. Re:WinAmp by servoled · · Score: 1

      If your on windows, I highly suggest trying out foobar2000. It does a good job with playback of most audio formats under the sun and is very customizable.

      --
      "I have a porkchop, you have a porkchop. I have a veal, you have a veal".
    3. Re:WinAmp by gad_zuki! · · Score: 1

      > WinAmp used to be a good player, too, but then it added video support.

      The important difference here (real marketers take note) is that winamp does not automagically ruin my file associations nor does it pester me with pop-ups. And get this! If you goto winamp.com you can find the free version in a couple of simple clicks with no attempts to misdirect you.

    4. Re:WinAmp by Monkelectric · · Score: 1

      the problem with winamp is its mp3 decoder SUCKS. try coolplayer for a higher quality player (uses madlib). You wont notice the difference if you have a normal multimedia setup, but I have a semi-pro audio setup connected to my pc and the difference is night and day.

      --

      Religion is a gateway psychosis. -- Dave Foley

    5. Re:WinAmp by Anonymous Coward · · Score: 0

      No you fucktard!

      They fixed that from Winamp 2.666 onwards! They now have the best mp3 decoder there is!

    6. Re:WinAmp by enosys · · Score: 1
      I think Winamp video channels are pretty neat. There are some nice channels with music videos, party and DJ footage and so on. Plus as others have pointed out you can choose to not install video support.

      Winamp 3 was the big attempt to ruin Winamp but fortunately that went away fast. Right now I think the worst part is the media library. It's inconvenient and kind of useless. For example being able to get a list of Shoutcast stations there could be neat but it involves far too much scrolling and an unfriendly interface. You can choose to not install media library but then you can't edit bookmarks (you can add them though). Since bookmark editing is done with a simple dialog box and they're kept in a simple text file, just like in old versions without media library, I have to wonder if this was meant to make you install Media Library.

      Plus if you install the media library any stream can make you open URLs and pop-ups at start and whenever metadata is transmitted. You can disable this with a sort of out of the way option: Options -> Preferences -> Media Library -> Library Options -> Library Integration Options -> Do not allow media to automatically switch to "Now Playing"

    7. Re:WinAmp by Anonymous Coward · · Score: 0

      what software developer creates a Windows application and then doesn't put screenshots of it on its webpage? AAAAARGH!

    8. Re:WinAmp by toddestan · · Score: 1

      What video files won't Winamp play? I use Winamp for video, and it just uses the codecs installed in Windows, so if WMP can play it, Winamp will. That leaves out Real files and Quicktime, but it will handle mpeg1, svcd, divx, xvid, and others provided you install the proper codecs.

      You may have to go into options, and take a look at the 'Nullsoft DirectShow Decoder' in the 'Input Plugins', and make sure the file extensions of the files you want to play are listed, because if they aren't Winamp assumes it's an audio file.

    9. Re:WinAmp by Killswitch1968 · · Score: 1

      Incidentally, realplayer and quicktime files won't play. There are licensing issues with them. Media Player Classic however handles these well (albeit illegally). There have been some avis that didn't work as well.

      --

      Corporations: your universal scapegoat for all society's ills.
    10. Re:WinAmp by Anonymous Coward · · Score: 0

      WinAmp ruined my file-associations more than once.

  33. MOD PARENT UP! by Anonymous Coward · · Score: 1, Funny

    Sir, I applaud you... never has such rage been so perfectly vomited into an e-mail.

    Did you ever get a reply to this?

    1. 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.

  34. 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.

  35. Now if only QuickTime would die... by Anonymous Coward · · Score: 0

    If only Quicktime would die too, I'd be happy. Quicktime is so fat and slow that it makes me sick. I won't even install it if a cool new movie only has a preview in *.mov. Quicktime also crashes on me all the time. Stupid piece of crap. I'm sorry, but Windows Media Player is just better than Real and Quicktime. I don't mind supporting M$ because their media player is just BETTER.

  36. 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.

  37. 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.
    1. Re:I can't seem to read the article. by prockcore · · Score: 1

      strange, every time I try and read the article I get a page that says "Click here to read the free article" and when I click it I get "Fill out this form to purchase ArticleOne"

  38. Real's real problem is... by Anonymous Coward · · Score: 0

    ...they don't have an OS. If they were smart enough, and innovative enough, they would have made an OS by now and integrated their player with it. This would have strongly enhanced the user's online experience.

  39. 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.

  40. 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]

    1. Re:No such a bad player. by Anonymous Coward · · Score: 0

      Looking at this article as threaded, oldest first, this is like the FIFTH identical "buffering" joke to be modded up funny.

      Mods, this is what the "redundant" moderation is for.

  41. 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!

    1. Re:The only Real software I have use for... by geek4ever · · Score: 0

      I don't even have use for the uninstall program...it's even less functional than the player! I had to install it a week ago, and spend about 2 hours afterwards purging every file/registry entry that had been modified that day. Oy.

      --


      Karma: Bad. Mostly because the only moderators that notice me are conservatives.
    2. Re:The only Real software I have use for... by Trelane · · Score: 1

      Heh.

      That about sums up my experience with Windows. ;)

      XP Home almost booted up once....

      --

      --
      Given enough personal experience, all stereotypes are shallow.
    3. Re:The only Real software I have use for... by Cyno01 · · Score: 1
      ...even the paid-for versions of RealPlayer nag you incessantly about upgrading...
      You yourself have or have worked at a computer whos owner had paid for realplayer?!?!
      --
      "Sic Semper Tyrannosaurus Rex."
    4. Re:The only Real software I have use for... by Anonymous Coward · · Score: 0

      I was thinking the same thing!

      But, I think his Dell came with it installed. Perhaps this was a "pay" version Dell included, which Real would use to nag you and/or expire after a period of time so you have to upgrade.

      Just assumptions though.

  42. Maybe it's because by tombou · · Score: 1

    it is spyware crap.

  43. The real reason... by Anonymous Coward · · Score: 1, Funny

    I tried to rtfa, but I --buffering--

  44. 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.

    1. Re:Surprised, but not really by Selecter · · Score: 1
      Yeah, +1. The OS X player works, it doesn't fuck up your system, it keeps everything in one place, and it interferes with nothing.

      The only gripe I have is that it litters your desktop up with RAM and RA file-ettes that you have to manually toss in the trash.

      But the player works like a old G2 player on the PC. No crap.

    2. Re:Surprised, but not really by Quobobo · · Score: 1

      Yeah, I agree.. Realplayer for Classic sucked and was full of crap, but RealOne is great (decent interface, works well). The only problem I can think of with it is that it has a slight problem with Expose in 10.3.

    3. Re:Surprised, but not really by dave420 · · Score: 1
      If you really, seriously think that an OS "commands respect from developers" more than any other, you need help, and quickly.

      I've heard some emotive rubbish on here before, but that's the kicker. "Commands respect". Whatever, buddy. sheesh. pathetic.

    4. Re:Surprised, but not really by Anonymous Coward · · Score: 0

      "...litters your desktop up with RAM and RA file-ettes that you have to manually toss in the trash."

      This doesn't sound like it commands too much respect from developers (see grandparent). Senseless. It would drive me BONKERS. Did they NOT test their work? Perhaps there is a setting you can set for the temp folder?

      This is as annoying as the Quicktime "Upgrade to Pro" nagger.

    5. Re:Surprised, but not really by bdaehlie · · Score: 1

      Well, programmers on Mac OS X are just as capable of trashing your system like lots of Windows apps do (including the one this article is about). Care to explain why I can't even think of one app that does? Mac OS X has "a way," so it seems, that most applications conform to. Mac users have high expectations for the software they use and in turn developers strive to comply with "the way things out to be done" on Mac OS X. I suppose this could be called commanding respect. Use a Mac some time and you'll get what I'm saying.

  45. Anti-Competitive? by MarkMcLeod · · Score: 1

    Really, I doubt their profits are being hurt by Microsoft being anti-competive. It's closer to Real being Anti-Good. Who wants to use a bloated peice of garbage like Real Player anyway...

  46. realplayer sucks by dj245 · · Score: 1

    Realplayer sucks donkey. See the above +5 posts. That said, if you really need realplayer do the following. Get a pro version off the file-sharing network of your choice. You can argue all day about companies going bankrupt because of people stealing software, but based on how horrible they are, don't you want realplayer to go out of business? Everyone would stop encoding to them and nobody would need their nasty syphillis-infected free player. So pirate their player. You'll be happy you did. I have realOne and it doesn't bug or nag or take up tray space or anything like that. It opens .rm and .ram files and thats all.

    --
    Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
  47. Real deserves the same fate as Microsoft by Anonymous Coward · · Score: 0

    Both companies are aggressive; they rape people's privacy, and will do any trick possible to get your money. They know no honesty.

    Destroy both of them, I'd say.

  48. Yeah, fuck real by autopr0n · · Score: 1

    Right from the outset they were as money-grubbing as they could be. Maybe it costs a lot to write video codecs or something, but seriously lots of software companies can be profitable without being so obnoxious to their end users. Look at Adobe, they make plenty of money selling Acrobat and the free viewer doesn't suck.

    And what is the deal with commercial websites? It seems like they have some sort of mania which prevents them from simply posting MPEGs. I mean, we get real, MS, or QuickTime. Seriously lame.

    --
    autopr0n is like, down and stuff.
    1. Re:Yeah, fuck real by Durandal64 · · Score: 1
      And what is the deal with commercial websites? It seems like they have some sort of mania which prevents them from simply posting MPEGs. I mean, we get real, MS, or QuickTime. Seriously lame.
      The "mania" you're referring to would be the fact that, in comparison to the other streaming solutions (MPEG-4, QuickTime, Real, Windows Media), MPEG-1 just blows. Every modern streaming solution delivers better quality than MPEG-1 at lower bitrates. Heck, MPEG-4 was designed specifically for streaming.
  49. The worst thing about real by Monkelectric · · Score: 1

    They're making me side with Microsoft >shiversThe only thing Real does well is avoid bankrupcy. I'm sure they will be required reading in MBA courses. There is no reason they should be in business, none at all.

    --

    Religion is a gateway psychosis. -- Dave Foley

  50. 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?

    2. Re:Respect *just* for porting to Linux? Why? by blugu64 · · Score: 1

      except I seem to remember back when it *wasn't* "bad software"

      --
      "Personal ownership is a hallmark of conservative capitalism. And I don't believe I am entitled to anything that I did n
    3. Re:Respect *just* for porting to Linux? Why? by Anonymous Coward · · Score: 0

      Doesn't Real work on a Mac? How about my modded Amiga?

    4. Re:Respect *just* for porting to Linux? Why? by Anonymous Coward · · Score: 0

      All respects to the poster. WTF would anyone want to use it for? I can't stand ANY media player so I diassociate all of them and play manually using Open With...

      And the whole thing that they were forced by MS out of the Windows OS market is bullshit. What did force them from the Linux market? The same thing - their own shitty software.

    5. Re:Respect *just* for porting to Linux? Why? by Anonymous_Scardy_Cat · · Score: 0, Flamebait

      Whats the point of having any kind of media playing software for the Linux OS. I didn't think people that used it understood anything asthetic like misic or moving pictures

    6. Re:Respect *just* for porting to Linux? Why? by Joe+Tie. · · Score: 1

      Who cares if Real developed for Linux if it's bad software in the first place?

      Because having the codecs as well as the player ported means that one dosn't need to depend on the player anymore - using something like xine or mplayer over them then becomes an option. But even aside from that, I always thought the linux version of real player was pretty nice in comparison to the windows version.

      --
      Everything will be taken away from you.
    7. Re:Respect *just* for porting to Linux? Why? by Nakarti · · Score: 1

      How about the fact that RealPlayer for Linux is actually a relatively decent piece of software, except only as stable as it was in 3.0.
      Kinda like Yahoo, which hasn't ads nor yahoo-related popups(welcome screen) by default.

  51. 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.

  52. 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!
    2. Re:Oh come on by Anonymous Coward · · Score: 0

      This was probably submitted after Red Vs Blue make "fucktard" popular.

      Typical pop culture.

  53. Gstreamer - though it's not OSS by Anonymous Coward · · Score: 1, Informative

    Gstreamer is LGPL
    Free Software NUT

  54. CNET's packaging of the story by Anonymous Coward · · Score: 0

    You know, I read this piece and I thought to myself, "What's new here?" They interviewed one ex-exec, an analyst, and then simply regurgitated the events of the last few years. It all looks really pretty, though, which is what CNET does best.

  55. 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.
    1. Re:Helix Player by aonifer · · Score: 1

      I went to the site once to download the player. I clicked on the download link. The first thing they wanted was my email address.

      Meet the new boss...

  56. Market suicide by Kris_J · · Score: 1
    I won't have Real on any PC I own or use at work. I don't mind users I support installing Real Player because it teaches them to never install anything like that ever again and is only just difficult enough to remove to make a point.

    However, there are obviously some talented people in Real. Their player was bundled with my N-Gage and is very capable of playing pre-recorded videos and TV news streams over GPRS. It's just a shame these talented people hooked up with a company that went so off the rails.

    1. Re:Market suicide by jb_davis · · Score: 0

      You're smart enough to avoid Real, but you bought and N-Gage?

      --
      "Well, it took an hour to write, I thought it would take an hour to read."
    2. Re:Market suicide by Kris_J · · Score: 1
      You're smart enough to avoid Real, but you bought and N-Gage?
      Yup. And I had a C64 emulator on there same day I bought it. Closely followed by a GB/GBC emulator. Now I have a heap of great apps including the Opera Web browser and Agile Messenger for MSN/ICQ connection. Application packer to fit more in the limited storage, Dictaphone (which works great), an SSH client, Ogg Vorbis player. Sure, you can do all this with a 3650 or better yet a 6600 (which wasn't out when I got my N-Gage), but for gamers the N-Gage's layout is much easier to play games with. Bonus - no camera.
  57. 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 SillyNickName4me · · Score: 1

      Heh. I always press cancel when it wants em to do that.. seems it works fine without registration and recent versions dont seem to keep nagging about it like some older versions did. Yeah, it whined that I would not be able to receive all the 'benefits' of registration, well, I'm fine with that ;)

    2. 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.

    3. Re:registration... by stratjakt · · Score: 1

      did you get the idea from your best friend Neal?

      --
      I don't need no instructions to know how to rock!!!!
    4. Re:registration... by Anonymous Coward · · Score: 0

      Stop stealing my identity! You Bastard!

    5. Re:registration... by Anonymous Coward · · Score: 1, Interesting

      bah, too kind.

      It's more fun to use postmaster@real.com

      sends all their spam right back to them.

    6. Re:registration... by Anonymous Coward · · Score: 0

      I always used to register mine as root@real.com and subscribe to all of their newsletters... :-) I think that they ask for passwords now though (I haven't installed Real for ages as it's shite) so that doesn't work any more.

    7. Re:registration... by Anonymous Coward · · Score: 0

      I swear... bob@bob.com is me!

      I used that email YEARS ago with Real. It is totally possible emails were purged and recreated as it has been a LONG time ago. I am sure I still have notes about these crap logins somewhere. I use it in a slew of other places too.

      Yes, I have felt bad for the real bob@bob.com. There are a LOT of people that use this email as their crap email/login, and I am sure the real guy hates the world.

      And no... my name is NOT Bob.

    8. Re:registration... by RESPAWN · · Score: 1

      I used to like to use the following:
      you@ss.com (I'm sure that's registered with them.)
      bitemy@ss.com
      kissmy@ss.com
      yourean@ss.c om
      your@ss.com

      I feel sorry for anybody at ss.com.

      --

      If Murphy's Law can go wrong, it will.

  58. Wha? by autopr0n · · Score: 1

    I still use winamp (winamp 2 even), but most people these days use windows media or iTunes (on a mac) to play their mp3s.

    --
    autopr0n is like, down and stuff.
    1. Re:Wha? by leviramsey · · Score: 1

      Winamp 3 was so shitty, I imagine that a lot of people decided to go to WMP then and there.

      The interesting thing about Microsoft is that with Office, with IE, and now with WM, a case can be made that it was more the ineptitude of their competition (along with critical missteps in quality from said competitors) that led to dominance.

      In 1990-91, the dominant word processor was WordPerfect and the dominant spreadsheet was 1-2-3 (with dBase or Paradox being the main PC databases). These were slow to move to Windows from DOS and OS/2. The first efforts at "$OLD_DOS_APP for Windows" were uniformly junk (Remember 1-2-3 for Windows release 2? Or WordPerfect 5.1 for Windows?).

      By the mid 1990s, 1-2-3 (5.0) for Windows was a hell of a lot better than Excel. WordPerfect has been better (IMHO) than Word since then. But the fact is that users will not change software unless they see a reason to, and Word/Excel are good enough. By the same token, Word and Excel were jokes in terms of market share for their first several years, even if they were generally competitive. There was no reason to migrate from 1-2-3 to Excel, until people moved to Windows and decided to get a Windows spreadsheet; at this time, Excel was the only real game in town.

      This happened with browsers. How minuscule was IE's share with the 3.x generation browsers (though IE3 was, IMHO, better than NS3)? Even IE4 didn't see a huge increase (despite bundling with Win98) relative to Netscape. NS4, though, was a piece of crap. Then when the 5.x generation came out, it was no contest. If Netscape had put out an NS4 that wasn't a steaming pile of poop, the browser wars would still be going on, with Netscape at 50% share and MS at 40% share.

  59. 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
    1. Re:Unintrusive? by ndpatel · · Score: 1

      QT doesn't ask about upping to pro everytime it starts, it's like once a month or something.

      besides, while i'll admit it's annoying, it's still nowhere near as bad as either real or microsoft.

      and let's not discuss musicmatch.

      --
      london is drowning and i live by river
    2. Re:Unintrusive? by prockcore · · Score: 1

      QT doesn't ask about upping to pro everytime it starts, it's like once a month or something.

      No, it's definately close to every time or every-other-time.

    3. Re:Unintrusive? by Anonymous Coward · · Score: 1, Funny

      Yup.

      Do the clock setting trick: set the clock far into the future, then open a Quicktime movie. Close Quicktime Player and then reset your clock. You won't see the ad again, since it saved the "last seen" time as some future date you'll never reach, having long since died of boredom.

      Or, just get a serial number for Quicktime Pro off the net. There are a large number of them out there. This way you also get some other features in the player app, like fullscreen display on Windows. It's terribly illegal and immoral and you'll burn in hell, though.

  60. 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
    2. Re:What about Apple? by beowulfcluster · · Score: 1

      The iTunesHelper is for importing and burning cds, apparently. They would be fine if the installation would inform you it will put them there and give you an option not to, but it doesn't. If you don't go find it and disable it yourself, you'll have an iPodService running even if you don't own an iPod. If you don't want to use iTunes to import and burn cds and disable the iTunesHelper service, you'll get a dialog every time you start iTunes warning you about it. There is no 'yes I know and I don't care, stop nagging me about it' option to check.

    3. Re:What about Apple? by olderchurch · · Score: 1
      Well I can. First of all why should apple need a service? This gets started every time the computer starts, not when a user logs in. They can as easily start up the program when the user logs in using the startup menu folder. This way I can see which programs get started when I log in and be able to disable (delete the item from the start menu).

      Also if I would have an iPod, I would not have the thing connected to my PC every time I use my PC, so the processes would use resources that I can use for something else when they are not needed. My personal project is always to disable all services I do not need when installing a new PC (I use black viper as my reference). And to add to the grandparent post, the memory usage displayed in the taskmanager are not the real memory usage or at least not for all processes. I mean to say that the sum of all Mem Usage or VM Size does not add up to the commit charge.

      --
      Disclaimer: This opinion was created without the use of any facts
    4. Re:What about Apple? by Tim+C · · Score: 1

      I mean to say that the sum of all Mem Usage or VM Size does not add up to the commit charge.

      That's probably because of OS-level caches. Linux is the same - the total amount of RAM used is generally far in excess of the actual amount used by currently memory-resident programs. In both cases, the system will give up memory it's using for its own purposes if it needs to.

    5. Re:What about Apple? by Anonymous Coward · · Score: 0
      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.
      The problem is that more and more companies are thinking this way. One extra service and tray icon don't matter much, but they add up pretty quickly. Using a tray icon and auto-launch service is fine if there is a very obvious way to disable them and they still function properly without.
    6. Re:What about Apple? by thumperward · · Score: 1

      The whole point of the iPod service (as explained in the installer) is to disable other programs' access to your iPod while iTunes is installed. Textbook evil.

      - Chris

    7. Re:What about Apple? by Synonymous+Yellowbel · · Score: 1
      Ahhh yes, the all-important "user experience". We can improve the "user experience" to our heart's content - after all, this is how today's software developers are helping Intel sell chips - but what value has this really? Where does it stop?

      You're almost right that the services don't make "any" difference to performance - I'm sure they make some, however miniscule - but unfortunately Apple does not exist in a vacuum (no matter how much Steve Jobs' ego protests). What if all the software I installed created services like these, silently, with no way of permanently and un-annoyingly disabling them (preferably before they are even installed)?

      PS - all you iTunes fanboys (and fangirls) - iTunes isn't that great!. It implements a few ideas which are obvious anyway, and should be available in all similar software (and if they're not, that's due to the other software sucking, not due to iTunes being particularly innovative). For example, the much raved-about "dynamic playlist" - who didn't think of this 5 years ago? I'm shocked it wasn't implemented earlier elsewhere. I've not used iTunes in MacOS X, but in Windows it is (as is all Apple software) a clunky POS (yeah, I know about Apple's 'strategy').

    8. Re:What about Apple? by data64 · · Score: 1

      Palm does the same thing with their Hotsync software and Microsoft does the same with their AcitveSync software for Pocket PCs

    9. Re:What about Apple? by Synonymous+Yellowbel · · Score: 1
      Palm does the same thing with their Hotsync software and Microsoft does the same with their AcitveSync software for Pocket PCs

      There are two big differences here:

      1. Hotsync (and I assume it is basically the same for ActiveSync) doesn't add a service, it puts something in your startup folder which shows up on the taskbar. It is visibly running, and can be disabled easily.
      2. If you install Palm Desktop or the PocketPC software, 99.999% of the time you're going to want to synchronise with a Palm or PocketPC. On the hand, I would hazard a guess that less than 50% of people who install iTunes don't have an iPod, and probably never intend to get one.
  61. Remember when Real made all of those press releases about Helix and releasing it as Open Source?
    Neither do I, really. Don't think anybody cares.

  62. 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
    1. Re:Some nerve... by Bamafan77 · · Score: 1

      I'm almost ashamed to admit it, but I literally laughed out loud at that post. Very funny...

  63. Real Registry by Anonymous Coward · · Score: 0

    Ever try removing all the little references to "real" in the registry? Realthis Realthat... Now "Real Player" gets installed to something like "RealJunk" or "Real Networks".

  64. You can get a mad plugin for Winamp by enosys · · Score: 1
    You can get a mad plugin for Winamp. I guess I can notice a difference. I notice a pretty big difference with QuickTime, but it doesn't seem to have playlist support.

    BTW What's going on here? Decoder tests show that later versions of Winamp are among the best. Why do mad and QuickTime seem better.

  65. TAL availible on iTMS by morcheeba · · Score: 1

    TAL is on iTunes - example link. $3.95/episode - yikes! Just search for "Ira Glass" as the artist.

  66. I have to use Real! by Anonymous Coward · · Score: 0

    Its not my fault, really that fact of the matter is that my beatiful netmd player's software (openmg) sucks worse than real. I dont understand how they can call it "open" it is so crap, it limits me on how much i can transfer my own music to and from the md. Anyhow enough rant, real works alright for mding.

    Kevin

  67. HOW TO FIX THE BUFFERING PROBLEM by Anonymous Coward · · Score: 0

    I dislike Real and the opt out sales just as much as anyone else, but for all you out there that actually want to fix your problem instead of just complain about it, I have the solution. CHANGE YOUR CONNECTION SPEED IN THE TOOLS MENU you can find this under Tools => Preferences => Connection if you have a dialup modem and try to say you get 1.5MBps, you will get constant buffering. If you have a cable modem and tell it you have a 56K connection, you will get a crappy frame by frame picture, the stream that someone with a 56K modem would get. Run the freakin test connection button. it's fixed any problem i've had with buffering or quality before. If you think it's lieng, do a speed test from some other site. If it says you are not connected to the internet or the service is unavailable, think about what programs on your computer do that... think firewalls.. firewalls block access... if you give it access within the firewall, ya think it will fix that issue?

  68. To test it by headbulb · · Score: 1

    Try changing the date on your computer before you install Real, And then change the date again.

    See if it just isn't the quality of software has just increased around paid Real. And thus that Paid Real's quirks became more apparent.

    Just a thought also have the computer disconnected from the network. Gotta make a safe test enviroment. You have to have the media already on the computer.

  69. give real player a giant fuck you and use .... by Indy1 · · Score: 1

    jet audio. While not perfect, its better then real bullshit player, and doesnt totally take your machine over either. (make sure to set the preferences though)

    --
    Lawyers, MBA's, RIAA? A jedi fears not these things!
  70. And for that matter... by theTerribleRobbo · · Score: 1

    ... Mplayer in Windows.

  71. This story amuses me by truesaer · · Score: 1
    It is so rare to find a company who is reviled so much that slashdotters cheer Microsoft's attempts to crush it.


    As the article says, its not clear whether microsoft of Real's own incompetence has hurt them, but either way I'm glad that I rarely see .ra files anymore. Goddamn real one player sucks.

    1. Re:This story amuses me by TiggsPanther · · Score: 1
      It is so rare to find a company who is reviled so much that slashdotters cheer Microsoft's attempts to crush it.

      Well, at the very least you don't have to install a lot of agressive junk to play WMV/WMA files if you're running a Windows box...

      ...as the pre-bundled junk already handles it. ;)

      But all joking aside, as much as I hate WMP and don't like using platform-locked media software, at least I know that a basic Windows install can handle the format. I might need to update the players so something somewhat more bloated, and disable a few call-home options. But that's no big deal. Well, not compared to RealOne - with advert-related bloat and call-home options you can never quite stamp out altogether.

      Tiggs
      --
      Tiggs
      "120 chars should be enough for everyone..."
    2. Re:This story amuses me by Anonymous Coward · · Score: 0

      I think it does a lot to dispell the idea that there aren't a lot of windows users posting on slashdot too. It's really only the windows version that has the problems, and yet any article on real imediatly fills with venom. Considering the usual anti-microsoft sentiments here, it leads me to think that there's a huge amount of hypocracy in people constantly complaining about microsoft, all the while using their products.

  72. Gee, maybe that's because Real Networks is now by Anonymous Coward · · Score: 1, Insightful

    a spam and advertising force-feeding shop that happens to own a once-good audio and video encoding formats, and now won't let anyone else support those formats because everyone would ditch the ad-ridden RealOne garbage in a flash if that's ever the case!

    The sooner those bozos go bankrupt, the better.

  73. 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.
  74. 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

  75. Take a page from Macromedia or Google... by addbo · · Score: 1

    I believe they should take a page from Macromedia. Make is super easy to download and install the ALWAYS FREE player (Flash, Shockwave,etc) ... but just make great developer products or serverside streaming components... let the websites themselves that want to charge for content do it... and you charge them a commercial license for the privelege.

    I mean they should charge those who plan to make money off using the "REAL" product... not the other way around. (Like the example of them PAYING for rights to MLB to stream their content and selling it to consumers... when they consumers get those live games basically free on TV... let MLB buy your server side applications and let them handle subscriptions if they want to charge for it)

    It doesn't make sense to charge the consumer for this "ultra-nifty" player with "premium" content because consumers can get essentially the same thing free of charge... (so who will buy it just to listen to streaming audio?! or even video?)

    meanwhile if you make it easier for developers of content to publish their stuff... maybe have more intuitive tools for doing all things audio and video... perhaps even an appliance like google has for search which can automatically find all audio and video content on your site to encode and stream it? I just think the "paying for a player model" is going to go the way of "paying for a browser" model... and you saw where Netscape went...

    1. Re:Take a page from Macromedia or Google... by Anonymous Coward · · Score: 0

      The free flash player can also be difficult to find between all the Flash MX adds.

  76. Devastating Effect? by atlantis191 · · Score: 1

    From the Article: Some industry veterans blame Hollywood for the lack of progress in the online video market, because the major studios are reluctant to allow the digital distribution of movies, having witnessed the devastating effect of online music on the recording industry. What devastating effect on the recording industry? As far as I'm concerned (and many others), they are doing fine. Even if we assume their (RIAA) statistics are not biased in any way, there are other factors (read: stupid business moves like trying to shun the internet rather than embrace it and keeping cd prices high) that contribute to the percentage of decreased sales.

  77. Real Spyware by AndresFerraro · · Score: 1

    Even if MS didn't include WMP in windows I still wouldn't use Real player. The hostile way it behaves on systems is just unacceptable for any software. I take this lawsuits the same way as if Gator was saying that its sales were hurt by Google's monopolistic practices: Nonsense. It has nothing to do with leveraging the OS platform to push a media player and everything to do with a bloated piece of spyware people REFUSE to load. Personally, I use WinAMP.... And I long for the day when Spybot S&D or my AV tool quarantine and delete the little sucker to oblivion.

    --
    -Andres.
  78. Streaming music -- try Live365 by Kaimelar · · Score: 1
    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.

    Try Live365. They have thousands of online broadcasters and a huge variety of genres, all broadcasting in MP3 streams. Not all of them are free -- some are "Premium" broadcasters that require membership (membership is only a few bucks a month, however -- quite the deal, really). And the free stations do have occational ads. But you can listen with the MP3 player of your choice. Also, you can generally bookmark this site once it's playing in your MP3 player, and in so doing skip the hassle of going to the Live365 Web site every time you want to tune in. As an added bonus, if you so desire, you can sign up w/ Live365 and start your own Webcast.

    There's a lot of good streaming music (and talk, and comedy, and...) stations still out there -- you don't need Real's or anyone else's media player to find them for you.

  79. 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
    1. Re:Three mouseclicks... QED by BrookHarty · · Score: 1

      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.

      The site is easier to download, at version 10.

      Little late isn't it?

    2. Re:Three mouseclicks... QED by Anonymous Coward · · Score: 0

      They made it significantly easier in recent history. Since the last time real was discussed on slashdot, actually.

      However, you cleverly avoided mentioning this:

      On the main page, realplayer is described as "new powerful free". Below that is a big orange download button. After you click on that, you hit the download page, which has big orange download buttons...for the pay player.

      It's still the same story. They are trying to get people to pay for the player before downloading because they KNOW people will not see $20 in value when using it.

    3. Re:Three mouseclicks... QED by einTier · · Score: 1

      Try to find it on the UK website. They are still using the old format over there. If you can find the first link inside of 30 seconds, I'll be surprised.

      --
      -------------------------------------------------- $665.95 -- retail price of the beast.
    4. Re:Three mouseclicks... QED by IronBlade · · Score: 1
      However, you cleverly avoided mentioning this:

      On the main page, realplayer is described as "new powerful free". Below that is a big orange download button. After you click on that, you hit the download page, which has big orange download buttons...for the pay player.

      You're right, of course.
      However, my point still stands - the link to the free player was easy to find. I read pages from left to right, from top to bottom.
      When I read the top part, and reached the right hand side, there was the link...
      --
      Important info:
      http://www.lifeaftertheoilcrash.net
      http://dieoff.org/synopsis.htm
      http://www.peakoil.net
  80. 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.

    1. Re:Man ... it's not that bad on OS X ... by Tribe · · Score: 1

      I have a G4 with OS X, and I would have tended to agree with you - that is, until I started browsing around my ~/Library directory. (~/Library is where many applications, especially graphical ones, store user preferences, settings, and a bunch of other stuff. It's like the Windows registry, except not always in resident memory.)

      Apparently, when you drag an application from the /Applications folder to the trash, your per-user preferences and other settings that reside in ~/Library/* don't get taken along, giving you a residual build up of all sorts of things. If you want to get the real scoop on just how easy and clean it is to get rid of programs on Mac OS X, check your ~/Library directory for stuff leftover from programs you thought you removed completely months ago. I'll bet you'll find a lot of stuff you dind't think existed on your HD anymore.

    2. Re:Man ... it's not that bad on OS X ... by Phroggy · · Score: 1

      Apparently, when you drag an application from the /Applications folder to the trash, your per-user preferences and other settings that reside in ~/Library/* don't get taken along, giving you a residual build up of all sorts of things. If you want to get the real scoop on just how easy and clean it is to get rid of programs on Mac OS X, check your ~/Library directory for stuff leftover from programs you thought you removed completely months ago. I'll bet you'll find a lot of stuff you dind't think existed on your HD anymore.

      A) This is not rocket science
      B) It's always been this way
      C) It's actually a good thing

      An application has to save its settings somewhere, and the correct place to save them is inside your home folder (see this post for reasons why). When I delete something, I want only what I deleted to disappear; anything I didn't delete should remain. If I delete an application, other files used by that application that I do not delete do not get deleted.

      On Mac OS X, most applications store settings in ~/Library/Preferences/, and some larger apps (e.g. Mozilla) add their own folders in ~/Library or use some of the other folders such as ~/Library/Caches. On classic Mac OS, the equivalent is System Folder:Preferences, other various folders in the System Folder, and a handful of apps store settings in the Documents folder (presumably because multiple users support in Mac OS 9 gives each user their own Documents folder, as well as Preferences). On Linux, most apps create hidden files or directories in your home, such as ~/.mozilla or ~/.mplayer or ~/.pinerc. On Windows, there's C:\Documents and Settings, as well as the disaster that is the Registry.

      Now, here's why this is actually a good thing: I can upgrade to a new version of an application without worrying about losing my settings, because I know that when I delete and replace the application, my settings aren't touched. And, when moving to a new computer, I can copy settings for many apps from the old Mac to the new Mac, and have it all work painlessly. I recently bought a laptop, and had just about everything set up exactly the way I wanted it within a few hours.

      --
      $x='S24;r)>63/* h@<5+oZ)32"5cz';$me='phroggy'x$];
      $x=~y+ -xz+\0-Tx+;print$_^chop$me for split'',$x;
    3. Re:Man ... it's not that bad on OS X ... by Durandal64 · · Score: 1
      I have a G4 with OS X, and I would have tended to agree with you - that is, until I started browsing around my ~/Library directory. (~/Library is where many applications, especially graphical ones, store user preferences, settings, and a bunch of other stuff. It's like the Windows registry, except not always in resident memory.)
      Your user preferences directory isn't the same as the Registry by a long shot. The Registry is a database. The ~/Library/Preferences directory is a collection of text files which store application settings in simple XML .plist format. It's not where applications go to make changes to your system, which is what the Registry is (in addition to being a store house for preferences).
      Apparently, when you drag an application from the /Applications folder to the trash, your per-user preferences and other settings that reside in ~/Library/* don't get taken along, giving you a residual build up of all sorts of things. If you want to get the real scoop on just how easy and clean it is to get rid of programs on Mac OS X, check your ~/Library directory for stuff leftover from programs you thought you removed completely months ago. I'll bet you'll find a lot of stuff you dind't think existed on your HD anymore.
      Don't be silly. Of course they don't get taken along, nor would I want them to be. If I delete the application and decide to put it back on my system, all my settings are preserved. If I want the extra 4 kB of disk space, I'll delete them myself. Furthermore, manipulating the Registry allows Windows applications to set login items and all sorts of other annoying bullshit. This is not equivalent to the Preferences folder in any way. In general, if I remove an application on OS X, all the daemons that run with that app are gone, too, since they're most likely stored inside the application's bundle. Basically, even if RealOne on OS X did have all this extra shit, it'd all be gone once you tossed your RealOne.app bundle.
  81. I also posted a rant about RealPlayer by Krellan · · Score: 1

    Back when it was last mentioned a few times ago on Slashdot, I also posted a rant about RealPlayer. It was back in 2001 or so, targeting RealPlayer 8.

    http://krellan.com/rant/real.html

    The version of RealPlayer I ranted about, RealPlayer 8, was probably a low water mark for them. Horrible indeed.

    Recently, I installed RP 10 and it is actually a bit better and friendlier! Not 100% ethical yet, but getting closer. Here's an update to my earlier rant:

    http://www.livejournal.com/users/krellan/16344.htm l

    I look forward to trying the Open Source versions of the player (Helix, etc.)....

    1. Re:I also posted a rant about RealPlayer by toddestan · · Score: 1

      You obviously never tried RealOne player. I can get Real 8 under control, but RealOne keeps on fighting back. I can uncheck all the settings, and hack the registry - but the next time it's used it resets itself, respawns icons everywhere, and starts popping up messages from the system tray. Argh.

  82. Yes. by Anonymous Coward · · Score: 0

    Realnetworks is on the decline because, plain and simple, their software sucks. I mean seriously. I'd take WMP over it any day. -vlc user.

  83. RealPlayer on IRIX by Mad+Cheese+Disease · · Score: 1

    Never had much beef with RealPlayer myself. At the moment I'm using RP8 on irix and it works very well. I use it to watch tutorial videos for software (they're in rm format) and playing mp3s (the default media player on irix doesn't seem to play mp3s). The first few times I used it it would core-dump on exit, but it runs fine now. Not sure what that was about. I didn't have a hard time finding it either. I remember the free players were harder to find on their page so I know what the bitching is about, but right now the site seems easy enough to navigate.

  84. me@me.com by Anonymous Coward · · Score: 0

    I'm really sorry to whoever owns me.com

    On "dumb" forms I have started using example.com. I know it won't actually work and bother anyone.

  85. 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
  86. OldVersion.com has RealPlayer 4, 5, G2, 7, 8... by Anonymous Coward · · Score: 0
    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.
    If you lose your archived versions of RealPlayer5 (and don't want to use Real Alternative), OldVersion.com has a RealPlayer page.

    From their RealPlayer page:

    Old Versions Available

    RealAudio 1.0.0 (0.3 MB)
    RealAudio 3 (0.8 MB)
    RealPlayer 4 (1.2 MB)
    RealPlayer 5 (1.4 MB)
    RealPlayer G2 (3.1 MB)
    RealPlayer 7 (3.6 MB)
    RealPlayer 8 (4.9 MB)
    RealOne Player 1.0 (8.7 MB)
    RealOne Player 2.0 (8.3 MB)

    I loved OldVersion.com when WinAmp started sucking ass.

  87. Older versions of RealPlayer by Catscradler · · Score: 3, Informative

    They do keep them available, however hidden they are.

  88. 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.

  89. You have never tried encoding a CD to vorbis... by Ayanami+Rei · · Score: 1

    ... have you... come on, admit it.
    Pansy.

    Ooooh, vorbis, sounds scary. I bet MP3 was scary too the first time you tried to fire up BladeENC you anal monkey.

    ID3 tags, WHATS THAT??!?!?!!

    Seriously, vorbis is idiot-stupid to create and sounds as good as AAC without the licensing. So eat a dick my friend.

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
    1. Re:You have never tried encoding a CD to vorbis... by Anonymous Coward · · Score: 0

      Actually I ripped the CD that I purchased into OGG, and I brought the OGG File CD with me everywhere
      It is pretty cool, both Winamp and XMMS handle it well on x86, and Macamp on MacOS.

    2. Re:You have never tried encoding a CD to vorbis... by kommakazi · · Score: 0

      I smell a troll...I've never done it becasue there's no fucking point. I've downloaded CD's encoded in ogg and it was nothing but a hassle because the media player I use for all my other music doesn't support it. Know what I do when I accidentally download ogg-encoded bullshit? Delete it and re-download it in mp3. There's no gain in sound quality, so why not just use mp3 like the rest of the world? I like having all my music in the same format, and I like having that format to be a highly accesible and widely-used one to ensure this thing called "compatability." Do you have some sort of disorder where you have to be different to feel good about yourself? You must be the kind of person who uses obscure formats just to get off on it and piss off everyone else who uses more standard formats. As soon as ogg becomes a widely supported de-facto format with new useful features, then I'll consider switching. Until then I'll stick with mp3, thank you. Honestly whoever created ogg wasted their time, it offers no benefits over more standard formats. Get a fucking clue.

    3. Re:You have never tried encoding a CD to vorbis... by Hast · · Score: 1

      Ask some hardware manufacturers if they think that no license fees are a waste of time. There are also some issues with the MP3 standard in regards to efficient implementation in software and particularly for hardware. (I has 18 internal frequency channels instead of a power of 2.) Not sure if ogg actually beats it in this regard though.

      Ogg can also do (at least theoretically) bit-shaving which allows you to lower the bitrate without reencoding. Really good for putting it on Flash-based music players.

      In any case I don't care if you find Ogg useful or not. I don't care if you consider wiping yourself with sandpaper is quite sufficient. But please save the rest of us from you telling us how we don't understand the situation when you're not capable of installing a new codec.

  90. If you wanted to find streams for WinAMP... by Ayanami+Rei · · Score: 1

    ... you should have scooted on over to The ShoutCAST Yellow Pages

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
  91. Great program! by dfay · · Score: 1

    I don't understand everyone's problem!?

    Realplayer is, without a doubt, the most user-friendly, featureful trojan I have ever unintentionally installed.

    (Well, yeah, I thought I was getting a free little utility to play *.rm files, but I had no idea of the "bargain" I was about to get.)

  92. 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?

    1. Re:Missed opportunity for open source by Joe+Tie. · · Score: 1

      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?

      Well, yes. Because they won't be building it, they'll just be clicking on the click n' run thing in lindows.

      --
      Everything will be taken away from you.
    2. Re:Missed opportunity for open source by SoTuA · · Score: 1

      OSS does not imply good quality software. The OSS process gives a few key advantages in generating good quality software, but doesn't guarantee it. So you comment on one failed one. Care to try a successful one? A great player, that works and LOOKS the same on both windows and linux, oh my!

  93. 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
    1. Re:OT: Non-Multi-User Design Rant by FLEB · · Score: 1

      Autodesk's CDilla-based programs all require you to run in Power User or above. Just imagine the run when you have classrooms of idiots with the ability to install software. Yay!

      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
    2. Re:OT: Non-Multi-User Design Rant by FLEB · · Score: 1

      "imagine the run" = "imagine the fun"

      No complaints, either. This place with an "Edit" button would be ten times worse as without.

      --
      Information wants to be free.
      Entertainment wants to be paid.
      You just want to be cheap.
    3. Re:OT: Non-Multi-User Design Rant by jez9999 · · Score: 1

      But this place with an enforced Preview button...

      (grumble)

    4. Re:OT: Non-Multi-User Design Rant by RESPAWN · · Score: 1

      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.

      I know exactly what you mean. At my place of work, our three primary applications require write access to various directories and various registry keys, all of which are not allowed by default. Our primary application even proudly claims "Windows 2000 Compatible!" on the cover. I guess they just mean that it will crash less on 2K, as I certainly don't consider a piece of software that requires us to give the everyone group full control to its directory 2K compatible.

      And I'm not even going to get into the other piece of software that's not multi-user aware. I have to reconfigure the app any time a user uses a new computer. This is in addition to making sure the user is able to write to the correct keys in the registry.

      Sometimes I wonder why we even bother with Windows 2000 when our most important software isn't even fully compatible.

      --

      If Murphy's Law can go wrong, it will.

  94. 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.

    1. Re:Try Media Player Classic by sinucus · · Score: 1

      I'm definatly going to check this program out. Thanks for the linkage. Keeping my WMP 6.4 installation on XP is growing more and more difficult. I find myself being locked out of so many codecs as MS decides that only WMP 7/9 should get new codecs. I've now just started playing everything that won't currently play in WMP 6.4 in WinDVD.

  95. Cash flow... by m0nkyman · · Score: 1

    Maybe, just maybe, if they had Microsoft's practically unlimited budget to give WMP away for free and develoop WMP, they wouldn't have to be so desperate to get money.

    Remember kids, Netscape and REAL probably didn't want to go down this path, but they were competing with a monopolist willing to give away a product for free to put them out of business.

    Yes, they should have learned from Netscape's mistakes, but nobody has beaten Microsoft when Microsoft has been giving away a free product in competition with one you pay for. What would happen to Quicken if Microsoft Money got built into the OS?

    --
    ~ a low user id is no indication I have a clue what I'm talking about.
    1. Re:Cash flow... by TiggsPanther · · Score: 1

      I guess the problem is that, like everyone else, Real still hasn't really found an effective revenue model that can work in the "Digital Age".

      Advertising is all well and good, but it has its obvious drawbacks. One of which being it's damned irritating to be targetted with adverts that aren't relevant to yourself. And the problem with the alternative to this is that the tracking to see what you are interested is rather intrusive - plus many people (myself included) don't like the idea of people effectively snooping their activities.
      Plus these days it's so much easier to find info out for yourself. Adverts are less relevant than they used to be. Once adverts were the only way I'd find out about products. Now they're merely way, if not the last way.

      Subscription was a perfect model, once. Problem nowadays is it's more like oversubscription. You're paying for your Cable TV company. (If you're in the UK, you're also paying about 100 merely to own a TV). You're paying for your dialup/broadband connection.
      It already feels like you're paying quite a lot of money already. Paying even more to access data over a connection you're already paying for just doesn't seem as enticing anymore.

      In a way, it's just getting to a point where the consumers simply want to pay for what they want - and nothing more. The older revenue models are based around persuading people to buy more.
      Of course this is going to affect companies like Real. These were, AFAIK, their main ways of earning money.

      The next problem is the software. If your format is the de facto standard, then people are going to object to having to pay for the reader/player. But the obvious counterpoint to this is that if the free software does what's needed, people aren't really going to want to pay unless the functionality is really special.
      Same with server/producer software. Improvements in technology mean that this year's proprietary system may well be overtaken by next year's open/cheaper/bundled solution.

      Although it doesn't excuse the heavy-handed tactics, it's understandable why they'd try to do anything to protect their income. Especially seeing that these days your shareholders are more bothered about short-term profits than long-term viability.

      I'm not sure there is an easy solution. But I'm equally unsure that the companies are going to look for anything other than easy solutions.

      Tiggs
      --
      Tiggs
      "120 chars should be enough for everyone..."
  96. Try Media Player Classic by mistermund · · Score: 1

    WMP 6 was awesome.

    Try Media Player Classic. Completely open source, looks just like WMP6. Plays Real formats too.

  97. 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.

  98. stop confusing people, please... by SethJohnson · · Score: 1


    The grandparent poster already said the " only thing Mac does right" is keep its binaries and config files all in the same folder. You're producing much confusion for followers of this thread by describing other seemingly inspired aspects of the Mac OS X architecture. Are we to question the credentials of the grandparent poster, author of the mysteriously un-named piece of un-released software?
    1. Re:stop confusing people, please... by Anonymous Coward · · Score: 0

      No, the "grandparent" to which you refer said nothing of the kind. Your grandparent said stuff about why your great grandparent wasn't writing good, portable apps. Your great grandparent (to which I suspect you were refering) said "This is one thing the Mac does right -- a program's binaries and configuration data are all self-contained. No registry, no /etc."

      NOTE: He does NOT say "only thing Mac does right", but one thing the Mac does right.

  99. Anti-recording by tepples · · Score: 1

    Many who stream recordings over the Internet use the proprietary streaming protocols of WMP or Real instead of HTTP streaming because it's thought to be easier to record an HTTP stream than to record WMP or Real. I'm guessing that copyright owners give a royalty discount if it's thought to be "hard" to record a transmission.

    1. Re:Anti-recording by Anonymous Coward · · Score: 0
      it's thought to be easier to record an HTTP stream than to record WMP or Real.
      Real's not allowing a save to file was a great annoyance, till I found out that mplayer can use the Real codecs, and that once they're installed
      mplayer -ao pcm -aofile captured.pcm rtsp://some.real.streamed.file.ra
      works nicely, for example, for streamed files from a certain radio station financed by a compulsory TV tax. There are other mplayer options to save video streams too - the man page is your friend.
      On some Web pages the stream is obfuscated behind javascript etc so I run the Real player to find the exact URL for the stream; once Real's started playing it, the info is there for all to read, hidden away in the /tmp directory; look for a *.ram file timestamped when you started playing the stream...
      OK, so this is not exactly an easy way to save a Real stream, and I've probably missed a couple of shortcuts. But it works.
  100. Re:Real's website, program and license feels dirty by Lord_Dweomer · · Score: 1
    I run Win98SE (yeah yeah I know) and as much as I hate real, there are media files I want to view on the net that need it. I wish someone would come along with software that could read their streaming files but which was as streamlined as Google is.

    We need a slim, fast, powerful, free media player that will be to streaming media what Google is to search engines.

    --
    Buy Steampunk Clothing Online!
  101. 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.

  102. Helix Player-Downward spiral. by Anonymous Coward · · Score: 0

    Helix downloads And unfortunately you have to create an account.

  103. Whenever i sign up for spam... by Xtravar · · Score: 1, Funny

    Whenever I sign up somewhere useless that wants an email address, I use support@real.com

    I'd like to think that I am partially responsible for their demise.

    --
    Buckle your ROFL belt, we're in for some LOLs.
  104. Re:WinAmp O/T by Cyno01 · · Score: 1

    Winamp 2.x, wonderful player, who didn't/doesn't have this. Winamp 3, terrible, bloated, slow, just crappy, but, decent video support and cool skins. Winamp 5, everything you love about 2, nothing you hate about 3. Plus the video version of shoutcast is pretty cool if you cam find a decent stream. Winamp 5 adresses everyone grievences with 3, forever to load, instability, resource hog, etc, its a really great player, and for $15 more you get all sorts of other features like ripping/burning cds. This sounds like astroturf, but i just really love Winamp 5, it restored my faith in nullsofts llama ass whupping abilities.

    --
    "Sic Semper Tyrannosaurus Rex."
  105. 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.

  106. 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.
  107. 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.

  108. 'cept by autopr0n · · Score: 1

    The poster was claming everything should be in ~/etc. Basicaly the same, except every user gets their own version.

    --
    autopr0n is like, down and stuff.
    1. 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.

  109. Rip to MP3 - neither WMP nor Real, yes iTunes by Anonymous Coward · · Score: 0

    To rip to MP3 without paying for the premium version of the software, neither WMP nor Real will allow it. WMP of course is trying to herd everyone to its proprietary format, and I haven't followed Real closely enough to know what they are doing.

    iTunes, though, on both Mac and Windows, allows free encoding to MP3 format (and others, including AAC, etc).

  110. 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!!!!

    1. Re:Yeah we have those here too. by hesiod · · Score: 1

      > Sorry, but I can't classify a Bible-thumping God-worshipping homophobe as intelligent.

      2 interesting & 1 Funny? I can see the 1 Offtopic, but how can this be "interesting?" It's frickin hysterical!

    2. Re:Yeah we have those here too. by alan_dershowitz · · Score: 1

      Yeah, I run Windows XP too...Wait, are we talking about the same thing?

  111. Why dont content providers switch? by jonwil · · Score: 1

    Especially those serving paid content.

    One common argument is "real is the standard", "real is dominant", "real has the largest installed base" etc.
    But, with WMP getting more installed base on windows, if that is the main argument, why not use Windows Media instead? Or Quicktime? (not as much installed base as Real or Windows Media but the player comes with OSX and is free to install on windows plus I think the streaming server and mabie the encoder is free too)

  112. Fastest way to free version by Anonymous Coward · · Score: 0

    (This doesn't work with a popup blocker)
    Open real.com and wait till it has finished loading.
    Close webbrowser
    Select "Download FREE Player" from the popup

  113. Annabel by Kevan_moran · · Score: 1
    But surely we all love Annabel

    It's not as though I live in New Zealan.........

    Oh shit

  114. Are there any business people reading this topic? by anubi · · Score: 1
    My parent is explaining precisely why me and a helluva lot of other people are fuming about this software.

    As you consider how you want to present your corporate webpages to the public, do you want to share in this wrath?

    If you are in business to sell a product, please stick with common public formats and don't ask us to install proprietary crap to see your site.

    I have yet to see any site content good enough to warrant the irritation I have to go through not only to load the proprietary crap, but to expunge it.

    --
    "Prove all things; hold fast that which is good." [KJV: I Thessalonians 5:21]

  115. As if WMP is any better.... by Kjella · · Score: 1

    ...I'm sticking with Media Player Classic. Think WMP6.4 evolving the way it should. KISS. I don't need a skinnable librarian, I just need a damn media player...

    Kjella

    --
    Live today, because you never know what tomorrow brings
  116. takes 1 sec to lose a customer by NorwBlue · · Score: 1

    I have been in sales(on the support side) for maaaaany years, and the first thing we learned was : It takes more time to get a customer than to lose one, and a lost customer is usually impossible to get back. Well guess what, Real did not know this I guess. I used Real for years, then I found out they logged my habbits. This made me dump Real, and I'm NOT going back. From time to time I have been checking out new versions, but usually I have stopped my evaluations at their site. When I get to their site and have to really search for the free version I just leave. I once learned that one should never mix morale and finance (from a priest who worked as in accounting) But I guess he was mistaken in my case. Real tried to scrw me (by logging my habits and by trying to make me buy something I did NOT want, so sorry Real, I wont be coming back... :-p

  117. Re:Real's merits (Real is anti-competitive) by Anonymous Coward · · Score: 0

    It looks like Real is phunishing Windows users and forcing them to move to Linux to be able to use their software properly. That's anti-competitive according to the Slashdot.

  118. Real Networks is no less predatory than Microsoft by Anonymous Coward · · Score: 0

    I bought the Real Player a while ago to avoid the advertising of the free version. I bought an old version because for me the extra features of the newer version were useless. Right after that, the old player I bought actually automatically downloaded and installed a free version of the newer version, and started flooding me with spam ads. What's worse, it added a tray program that runs at start-up and kept popping up spam messages on my desktop every now and then. I had problems re-installing the old, paid-for player even after uninstalling the newer, free one. And after prolonged, painful communication with their technical support, I managed to get the old player running again, but it kept insisting on upgrading to the newer, spam-laden player everytime I ran it. After I complained about that and told them that the point I paid $30 for the player was to avoid spam messages and ads, they refused to give me a refund and I ended up with the option of either using an old player that kept nagging me about upgrading (basically dysfunctional as far as I'm concerned), or a newer player that kept flooding with spam. It's like I threw my money away.

  119. Re:Real's website, program and license feels dirty by Anonymous Coward · · Score: 0

    Try Real Alternative (realalt121.exe somewhere down the list). It's just the Real codecs plus Media Player Classic, a GPL clone of the old Windows Media Player 6.4. You might also be interested in Quicktime Alternative on the same page. And from MS, you can get the WMV9 codecs for Media Player 6.4 by selecting "Codecs Installation Packages" on this page. Finally, for DIVX/XVID/3VID, you'll want ffdshow-alpha, ac3filter, and DIVX audio (link 6 on the page).

  120. 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.
  121. email by R4p70r · · Score: 1
    Oh, and "Jane", if you're reading this: I didn't reply to thank you for your e-mail, because you left your real.com e-mail adress and I didn't want to risk your employer getting it.


    Now they know that something has leaked from the compagny mail server and was archived along with the sender name.

    Great
  122. got pr0n ? by Anonymous Coward · · Score: 0

    hey want some porn ? it's here : sexe cb and sexe par cb. Suck it all !

  123. 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.
  124. Realplayer is the Herpes of plug-ins by Anonymous Coward · · Score: 0

    If you are foolish enough to click on a link on a web page and have any portion of Real's software installed on your system, it re-infects your registry with the hideous tkbell.exe startup spyware. It's like Herpes for your computer. You think it's gone but it keeps coming back.

  125. Simple fix, at least on Macs... by i1984 · · Score: 1

    Yes, this is really annoying. Fortunately there is a simple way around the problem...at least on Macs. I haven't ever tried it on Windows.

    To prevent the "Upgrade to Pro" box from popping up for an arbitrarily long time, do the following:
    1) Turn on your computer (this won't work if you've already launched the player since the last restart).
    2) Set your computer's date to the next time when you'd like to see the "Upgrade to Pro" reminder. For example, 2015 would work well.
    3) Launch the QuickTime player and regretfully decline Apple's generous offer to "Upgrade to Pro."
    4) Set the computer's time back to the present.
    5) Blissfully enjoy a QuickTime movie in an "Upgrade to Pro"-less world.

    This is stupid and irritating, but it's far better than most of the stuff Real has pulled over the years, although things have improved recently with RealOne for OS X. As other's have noted, Real's player for OS X doesn't do anything overtly evil, and it's even stable (which is pretty astonishing, after Mac users, at least thos brave enough or ignorant enough to install it, suffered for so long with the crap that was RealPlayer under OS 9).

    I doubt this technique is illegal under the DMCA, but IANAL. Be sure to run this by your legal department before you try it. ;-)

  126. Re:Sad.. - Real is like a little puppy by MyFourthAccount · · Score: 1

    When someone asks me about installing Real, I tell them:

    Real is like a little puppy, they shit all over the place.

  127. Mac and linux users by Anonymous Coward · · Score: 0

    Ok I'm getting fed up of those folks that keep saying that "Real works fine on our OS". 1. For mac and linux users; Real will not bombard you with ads and spyware because your a mac and linux user and no-one cares. 2. NO ONE CARES!!!!!!

  128. Solution by GeekDork · · Score: 1

    support@microsoft.com, support@ubisoft.com, support@deepsilver.net, support@mcafee.com etc.

    BTW, tme more complex things like real-player.sucks@real.com are not yet taken.

    --

    Fight hunger. Filet a politician and send him to a 3rd world country of your choice.

  129. It's Arthur Andersen! by Anonymous Coward · · Score: 0

    No wonder they are going down. From the grc site: "We work very hard to ensure that our products comply with all of our privacy policies. We have even taken the extra step of hiring Arthur Andersen to independently review our compliance with our own strict privacy policies. Through its eSure audit program, Arthur Andersen has independently verified that RealNetworks does not store URLs transmitted from the RealDownload product.

  130. Free player? by trezor · · Score: 1

    Just now, I tried for fun to find the free player, since everyone is nagging about how hard it is to find. I must admit "C'mon, it may be hidden deep, buit it's nothing we can't handle", has always been my thought on this.

    If we ever wanted real on our systems, that is, but nevertheless...

    I feel I am seriously computer and web-savy. I've found my web trough porn- and warez-circled sites just to find what I was looking for.

    Sure, with all those fraudlent sites it's not easy to find actual content, but it is possible.

    For real however... I didn't find the "free player". Freakin' impossible. Unless it's put there with a link with 0.1-point writing, I don't believe such a free player exists.

    Unless that was what they wanted my VISA-number for, you never know. But seriously, jeez, whadda bunch o' wankers.

    Real: screw goat

    --
    Not Buzzword 2.0 compliant. Please speak english.
    1. Re:Free player? by MagicDude · · Score: 1

      Follow my lead- Go to www.real.com Click the big yellow bar that says "Download Realplayer" On the left side of the page will be the information that says how to buy the $20 version of realplayer plus, and on the right side it says very plainly "Here is the free version." Maybe you're getting confused because it comes with a trial period of the premium services. But I found it in about 10 seconds, which included download time, so I don't get why people are getting so frustrated looking for it.

  131. Real has no case by Vandil+X · · Score: 1

    Real has no case against Microsoft.

    Where do you draw the line between competition and monopoly? In the early 1990s, Microsoft delivered an OS (Windows 3.x) with some bundled accessories, including Windows Media Player.

    Does anyone honestly expect Microsoft to not upgrade the bundled accessories when they upgrade the OS?

    Paintbrush can save JPEGs and GIFs now. Notepad can open large text files. Wordpad can now open more embedded Office-type items in doc files. So why can't Windows Media Player also improve?

    The problem with Real is that they mismarketed their product during the critical dawn of Internet video streaming. Their product also had performance probl ---BUFFERING..0%....34%......78%....--- ems that made people turn to alternatives.

    The only real claim to fame Real Player was actually had was in the early days when you could find South Park episodes small enough for download via modem.

    --
    Up, Up, Down, Down, Left, Right, Left, Right, B, A, START
  132. Asthetic, huh? by bigchris · · Score: 1

    Is that anything like "asthmatic"?

  133. Re:Fdisk /mbr and other documented historical even by PygmySurfer · · Score: 1

    fdisk /mbr most definitely is documented - unfortunately, I can't give you a pretty little screenshot, as I write this from my Mac, and my Windows box is running XP, which doesn't include the good ol fdisk command.

    Never heard of format /mbr before. I did for fun try it on the XP box, comes back as an invalid option.

  134. 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.
  135. How expensive is bandwith for ISPs? by Anonymous Coward · · Score: 0

    A couple of days I downloaded a demo from a game site with minimal ads, and you could close the page after the download started ... they had a sum total of throughput for all their mirrors numbering dozens of gigabit/s. The mirror I downloaded from was at an ISP, I would guess most are and the total cost of bandwith for them is a big fat zilch. Hell if they provide valuable web services they probably get better peering deals in the end ...

    Bandwith is cheap, and only getting cheaper.

  136. Re:Fdisk /mbr and other documented historical even by trezor · · Score: 1
    • Never heard of format /mbr before. I did for fun try it on the XP box, comes back as an invalid option.

    I checked, you're right. It's been removed in Windows XP. I swear however, that if you fetch a Windows 95/98 (DOS7.0) bootdisk and try it, it works.

    --
    Not Buzzword 2.0 compliant. Please speak english.
  137. That's not really true.. by AzrealAO · · Score: 1

    Isolated Storage
    Isolated storage is a feature of the .NET Framework that allows us to store data in files that are automatically grouped by user and by application. Each application has its own isolated storage area for each user. We don't need to worry about where the files are physically stored on disk because that is automatically handled for us.

    Isolated storage has the key benefit that it can be used in no-touch deployed code. Since the .NET Framework itself is responsible for managing the files, we need few security permissions to use isolated storage. This means that even code deployed in the Internet or intranet zones can use isolated storage.

    Behind the scenes, isolated storage is maintained as a set of subdirectories beneath the user's profile directory. On Microsoft Windows(R) XP for instance, this is systemdrive:\Documents and Settings\user\Local Settings\Application Data\IsolatedStorage. A directory tree is automatically created beneath this location, with each application having its own directory, isolated from any other application directories.

    The .NET Framework only allows our application to access its specific files. However, the reality is that this directory tree is accessible to the user or any administrator on the system because they can manually navigate to this directory structure using Windows Explorer. For this reason, sensitive data should not be stored in clear text within isolated storage.

    In most cases, isolated storage is ideal for storing user-specific application settings. It is automatically per-user and per-application, so all we need to do is store our settings data as files within the isolated storage area.

    Storing User Configurations

  138. Re:Fdisk /mbr and other documented historical even by Anonymous Coward · · Score: 0

    I always look at executables in a hex editor, there's a place where all the valid options are there, you just try each one. That's how I found out about /mbr...

  139. Re:Fdisk /mbr and other documented historical even by mobets · · Score: 1

    It works in the XP recovery console. I used it to remove lilo once.

    --

    It was me, I did it, I moved your cheese
  140. Heh by GarfBond · · Score: 1
    Has anyone noticed that, for the first time in X years, Real.com puts "Free Download" front and center, and the link actually *does* give you a free download?

    At least they're trying. Me, I'll stick with Helix Player on Linux.

  141. Open? I think not. by metamatic · · Score: 1

    Real's "openness" is a hollow gesture. You'll notice the license agreement prohibits turning Real-encoded media into any other format. Which is why I have to use underhanded methods to re-encode Real programs to MP3 in real time to listen to on my iPod.

    Until Real let me convert to MP3 easily to listen to on portable devices, the chances of my supporting anything they do are zero.

    --
    GCHQ Quantum Insert installed. If only our tongues were made of glass, how much more careful we would be when we speak
  142. Something is generally better than nothing by FreeUser · · Score: 1

    Who cares if Real developed for Linux if it's bad software in the first place? What kind of merit does that give Real?

    Something that works, even poorly, is genernally better than nothing at all. Real allowed Linux users to stream video media to their PCs long before other applications (mplayer, xine, etc.) were available. Yes, it sucked, but it sucked less than not being able to watch NASA-TV or listen to NPR would have, which was the alternative.

    So yes, Real does deserve some credit for making their product available on free platforms ... something media player has never offered.

    Now we have mplayer and xine, and can watch pretty much any video displayable under windows or Mac OS X, and Real's usefulness is past (particularly given the security issues with their software), but that doesn't detract from the fact that they did make their product available equally under both Windows and non-windows platforms alike, nor that that factor probably played a role in their format gainaing as much acceptance as it did.

    They still suck, but having everything in a WMA format locked to Windows only players via Microsoft DRM would suck one hell of a lot worse.

    --
    The Future of Human Evolution: Autonomy
  143. real ram = ac3net by cheekyboy · · Score: 1

    Real never made their own codec to begin with, Dolby did. Real Audio was nothing more than a 'modded' or their own implementation of the Dolby patented and licencable AC3net version of AC3 codec thats used on DVDs.

    --
    Liberty freedom are no1, not dicks in suits.
  144. the "real" reason... by enrico_suave · · Score: 1

    3 words:

    "Buffering, Buffering, Buffering"

    e.

    --
    Build Your Own PVR/HTPC news, reviews, &
  145. NTV by Sim9 · · Score: 1
    I'm surprised no one has mentioned (AFAIK) winamp's NSV streaming format as of yet. It's fairly good, though can't be used for commercial projects. The vp6 codec gives especially good quality for the bandwidth (unlike some players ;) NSV even integrates into the main winamp player, giving you instant viewers.

    [shameless plug]Check out my stream here[/shameless plug] ;)

  146. I Would....... by ericlp · · Score: 1

    I would use Realplayer except for one thing: To me, it is the most annoying media player ever. It is always bugging me to upgrade or some stupid popup. Finally I took it off my Win box. If something requires me to use Real to view it, I don't bother. It isn't worth cleaning up the mess afterwards.

  147. 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.

  148. Real's problems are not caused by Microsoft by The+Spoonman · · Score: 1

    I think I need to start working on a new RFC..."Proper methods of blaming Microsoft for your failed business." Real's problems are even deeper and fundamental than the fact that it's player is an invasive piece of crap...the format sucks. There, I've said it. Yes, it's smaller and more bandwidth-friendly, but it's the most pixelated, artifacted piece of bandwidth-friendly crap you're ever likely to try to view with a microscope. At least, that's how it used to be, I haven't installed a version since I noticed that the TWO tray apps it installs take up over 32M of RAM while running. Thanks, but no thanks...

    --
    Which is more painful? Going to work or gouging your eye out with a spoon? Find out!
    http://www.workorspoon.com
  149. Macromedia Studio MX 2004 uses this for DRM by danieleran · · Score: 1

    Its the same technology that Intuit tried and gave up on. Macromedia writes outside your format, possibly risking the stability of your system and data. They team that with onerous verification, so if you do format your drive, you have to allocate a hour to deal with 'customer service' in order to reinstall your software. Flash in the Plan

  150. test by Anonymous Coward · · Score: 0

    try { session.removeAttribute("information1"); if (flag != null && flag.equals("reply")) session.removeAttribute("information2"); //kill the session System.out.println("session id is " + session.getId()); session.invalidate(); //do the INSERT in database doInsert( nick_name, comment_title, version_list, comment_pulldown, comment_area, paren, flag, allowHTML); } catch (SQLException sq) { sq.printStackTrace(); }

  151. Duped by Car Talk by Anonymous Coward · · Score: 0

    I was duped by Car Talk into installing Microsoft Windows.

    I love to listen to Car Talk and, naturally, finding them on the web made me very happy. Unfortunetly clicking on the link for one of their broadcasts made my browser give me the middle finger and tell me that I can't play that file and to go to such and such a place to download it.

    I went to such and such place and found that while the player was free and easy to find I had to install something call Microsoft Windows in order to use it.

    So, figuring that sense the player is free then Microsoft Windows should be free too, I went looking for it.

    What, funny I can't find it anywhere. This must be how the troops looking for the bin laden guy feel. I had to shell out $299 and I couldn't even download it.

    The fed-ex guy was nice enough, but what is this Microsoft Windows that requires such a large package?

    Opening it, I found a beautifully colored green box and inside of that a single CD with a small booklet and a insert with extremely small writing. Figuring that the extremly small writing was the warrenty to protect me if this Microsoft Windows should fail or break in some fashion I proceeded to install the software. BTW, I run Linux.

    Popping the CD into my computer I clicked on the CD on my desktop and found the install program. Funny, a binary install program. These programmers must be good to have written there install routines in C. I clicked on it and nothing. I click again and still nothing. So I decide to RTFM.

    What! Microsoft Windows is an Operating System. Why would some force me to purchase and Operating System just so I can listen to their show over the internet. I've been duped by the Car Talk guys! Now where is the address of Duey, Cheatem and How so I can sue them.

  152. I'm saving up $500 for an iHP-400 by Ayanami+Rei · · Score: 1

    Just for that very reason. Get every format under the sun.
    And there is a gain in sound quality at the same bitrate, but I wouldn't expect you to know what things like "noise floor" and "spectral flattening + DCT vs. filter banks" means... so I'll skip the technical discussion and just assert that the OGGs I make sound better than the MP3s I labouriously made of CDs and they took up 40% less space, so I felt like a JACKASS having done all the work previously to only throw it all away, because I knew I'd never be able to stand it after the third listen.

    MP3 is a dead technology. Use it only when you have a hardware decoder and you're forced to use it, because vorbis is superior in every way (including computational complexity during decode).

    It's not about being different, it's about knowing a good thing when you see it, and supporting it. HOW THE FUCK CAN IT BECOME DEFACTO IF NO ONE DARES TO USE IT?

    Well I dare goddamn it, and I double dare you.

    If no one did that, then we'd be using MP3s with it's dumb-ass channel coupling for fucking EVER, not moving on.

    --
    THIS THING CAN TURN ON A DIME, MACROSSZERO STYLE ALSO FUCK BETA, ~NYORON
  153. Hear! Hear! by LuSiDe · · Score: 1

    Right, if only Theora was finished already. They need your help! PS: Real's Helix Player will have Theora support.

    --
    WE DON'T NEED NO BLOG CONTROL.
    1. Re:Hear! Hear! by LuSiDe · · Score: 1

      ource for latter: http://www.xiph.org contains that info on top of the site.

      --
      WE DON'T NEED NO BLOG CONTROL.
  154. FDISK /STATUS by ecarlson · · Score: 1

    I used to do that too. I found a few other undocumented parameters that way. I think FDISK /STATUS was one of them, to view your partition info.

    --
    - Eric, InvisibleRobot.com
  155. Re:Fdisk /mbr and other documented historical even by ecarlson · · Score: 1

    I don't remember FORMAT /MBR. I used to use FDISK /MBR a lot, especially to recover users workstations from certain viruses, though I don't think I've used it in the past 5 years.

    --
    - Eric, InvisibleRobot.com
  156. It is sad... by BillX · · Score: 1

    One of my work-related projects required me to sort of crash-course myself in the FAT filesystem, and the one thing it made me notice, above all else, is just how many places in the filesystem you can safely stuff little turds of data. (From the good ole days to today, 'turds'--little bits of state-indicating data--are used by some software anti-copy routines, shareware (to prevent reinstalling for another 30 free days), etc., to store hidden information about previous installs)

    If I didn't have better things to do, I'd try my hand at writing a bootsector program, just because it would be so simple. But back on that data-stuffing. Need just a bit? 'Reserved' bits all over, that official whitepapers specifically caution everyone to ignore. Reserved bytes, even, not just in the bootsector, but in the partition tables, BPBs and just about anywhere else you can think of. Want to create a *really* hidden file? Forget the Hidden/System/etc. attribute bits, put it in the root directory and mark it as a Volume ID. Yeah, there's only *supposed* to be one Volume ID file (0 bytes), but.... ("Sadly", at least Windows 2000 chkdsk will set the VolumeID file at the beginning of the root back to 0 bytes if it's changed...don't know if it will check for extras though. I think it's even less likely that it will look for a file marked VolumeID stuffed inside a subdirectory somewhere).
    On a big FAT32 drive, 0xFFFFF7 (just from memory here, you may want to double-check that I have enough Fs) can be an allocatable cluster number. However, it also happens to be the FAT32 code for 'bad cluster'; so this cluster (if it exists for the particular drive size/formatting) is not actually allocatable for data. So there's another place for a really big turd. Many disks are not actually bootable (basically any drive with no OS on it, floppy disks that aren't explicitly 'Boot floppies', extra non-boot HDDs for porn and MP3 storage), but they all contain an executable boot sector. (It's usually a piece of useless code that prints "Missing Operating system" or some similar message to your screen.) There's another 448(?) bytes that could be put to better use by paranoid shareware guy, although FDISK /MBR will make short work of it. (So, smarter paranoid shareware guy would stuff the turd in an unused partition table entry, where /MBR won't touch it. Who but ubergeeks has 4 primary partitions on a drive, anyway?)

    --
    Caveat Emptor is not a business model.
  157. Real? Real Bogus by AC5398 · · Score: 1

    I stopped using Real's free player, and never went near the paid versions, after downloading the free player sometime in '98 (I think) using dialup. It took over half an hour to download the program, and lo!, next month the program had 'expired' and wanted me to download the same damn program all over again. I quickly realized that Real had deliberately expired the old program for no damn reason other than to be a nuisance.

    Which kind of explains the purpose of all the other versions of the Real player that came out afterwards; to make watching video as much of a nuisance as possible.

    I might've been a computer newbie, but I wouldn't touch the software after that.

  158. Re:What do... and TurboTax by Anonymous Coward · · Score: 0

    Yes indeed, the activation/spyware crappola that Intuit bought into and used for TurboTax 2002 did in fact write stuff to "unused" sectors on your hard drive. This, of course, caused bazillions of problems, and uncountable instances of user backlash. Many (including myself) bought TaxCut (from H&R Block) that year instead.

    I'm happy to report, however, that Intuit saw the light (or had it beaten into them). There is no spyware/activation software in TurboTax 2003. I managed to "cool off" over a year (and it took almost that long!), and have acceded to re-becoming a loyal TurboTax user once more. TaxCut was OK, but just not as polished or as easy to use as TurboTax.

  159. What's really killing Real by sjames · · Score: 1

    The big killer for real was not keeping up with technology.

    In the beginning, they did OK because their audio codec was good for the time, and there wasn't really any other streaming software out there.

    Their whole reason to be in audio streaming went away when MP3, Icecast, winamp, and xmms became available. Free software with a much better codec. Ogg-vorbis is out there too, and the various free software has been adapted to use it as well. Audio is a solved problem, there's no room for Real there.

    Their best shot now is to at LEAST make the video player and the video DEcoder free as in beer. The codec needs to be in the form of a development library with a sane API available for Linux, *BSD, Mac, and Windows. Then they can bill themselves as the streaming video to use if you want to make sure everyone can view it.

    Even better would be to release the decoder as Frtee software and license the encoder/production tools.

    Their protocol needs to be cachable for non-live content as well, and aggregatable for live content. Then they need to start talking to cable and broadband providers. Provide them free proxys in exchange for favorable treatment (both DSL and Cable providers will see value in reducing their external traffic)

    This won't work if the free client stuff is buried under 40 layers of clicks designed to trick you into paying for something. Also, no tricky 'opt-in' crap that defaults to 'in' and client software that practically welds itself to your machine. There is no real money to be made on the client side anyway.