Gloolabs Readies A Java-Based WiFi Audio Device
An anonymous reader writes "A new Java powered home entertainment audio device design promises to simplify sharing computer music files among computers and stereos in connected homes. Gloolabs's Gloo is Java middleware that puts an iPod-like interface on music files it "discovers" around the network. Gloo, which will be licensed to multiple device makers, is available now on one device that runs embedded Linux, and Gloolabs is currently bootstrapping a Gloo developer community. Gloolabs is currently taking orders for the $250 MacSense HomePod, the first Gloo-based device, which will ship in January 2004. A limited quantity of the $350 Developer Edition is available now."
So, buy the Developer's Edition and you get the source code. Cool.
The Army reading list
Now I can play my neighbours mp3 collection in the convenience of my living room!
Of 2003. They said it would ship in March.
Still waiting.
This is the buzzword for 2004? We are living in an alien spaceship?
A HomePod sounds distinctly like a scene from "Invasion of the Body Snatchers".
Ceci n'est pas une signature
They're going to have Apple's legal team up their ownPods
For a second there I thought Larry W. had renamed "Perl".
I'm already thinking of security compromises. What's to stop an outside source from eventually being able to search this in an attempt to determine if you have illegal music? Also, error logs could pose a problem. I'm assuming they have that worked out, but using java to do this worries me. With an intelligent search, the ability to spider your own network looking for files...should it grab the *ahem* "wrong" file and surprise you with it when your parents are visiting...uh oh.
Damon,
http://actionPlant.com
...an appliance with the Java logo on it (at least I hope). As a Java programmer, I have been dying for a toaster or microwave oven with the Java logo on it. Yahoo!!
Now how long will it take for someone to hack this thing and get it sharing music over the Internet using the Gloo network protocol without all that PC hardware getting in the way?
"What luck for the rulers that men do not think." Adolf Hitler
"Gloolabs will launch a developer community and standalone SDK the first week of January, according to Saal. The SDK will include a hardware emulator, enabling developers to hack Gloo on their desktops, regardless of whether they have purchased any hardware. "
Java + Wi-FI + Audio
I reckon the universe is going to explode....
how long until
seems the latest slimp3 device does this stuff. somebody please clarify why this is better/different than the current market offerings?
cute...
i'll stick to using an old pc wired to the stereo to do the job though - i got THAT for free
www.necroticobsession.com
"*While standard ACC files are supported, Apple Music Store Downloads are not due to DRM restrictions."
A bit of creative capture should solve this, I believe. However, it bodes not well for other formats.
Wouldn't you prefer a Coffee machine with a java logo on it?
Well.. maybe. Or Maybe not. But Definitely not sort of.
Although I like the idea from a technical side and they open source approach they are adopting, I wonder if it is really that hard to make a new device that's not a blatant copy of the iPod design.
I live in a dense apartment block, and while I only own a PDA currently, it has 802.11, and I've used it to pick up over 17 (17!!) open access points within range of my apartment. Most of these people have extensive mp3 collections which look highly illegal (though since I don't own a computer and I've never talked to them, I don't know if they have the new Strokes album through iTunes or what...). One guy has like the complete works of Jimmi Hendrix; it's awesome.
Anyway. I could buy one of these things, hook it up to my stereo, and basically use all of my neighbor's music for free. This would be great for college campuses too!!!
And since it's wireless the RIAA can't do shit to stop me. Bwuahahaah! I don't know how to run Linux but it looks like with this I won't have to, and I can get all the free music I want. Awesome.
Are there any other such devices that pick up internet radio (Shoutcast-only is fine) besides MP3 playing? I don't think the Slimp3 does radio, right?
Want to come up with a real moneymaker? Make a Wi-Fi shower stereo. To me that's really where the power lies in making music asccessible...making it accessible where you sing like a dying cat!
No Ogg? forget it! ( here's my dollar walking away ).
Last one in jail is a fascist.
I'm thinking more along the lines of Nigel trapped in the pod in "This Is Spinal Tap".
TODO: Insert witty sig
Its shame they didn't name it Pilsner.
Actually, now that I think about it there is a logo on my Esspresso machine that looks an simular to the Java logo.
Well.. maybe. Or Maybe not. But Definitely not sort of.
Imagine if your auto radio exchanged music files with other cars it passed.
You know what...I'll take the karma hit and ask why this was modded down. This is a viable point of view, and instead of modding it down why not respond to it. I don't know how good Java works on such limited processing power, but seeing as it has been around for a while now and is being improved then it could be ready to take on such things. But from my own personal experience with writing Java programs, it doesn't have the same speed as a natively written app. Could someone prove or disprove this thought, with Java as it stands now?
I have no podding idea what the pod you're podding about. Jesus H. Pod, make some podding sense every once in a pod, will ya?
(Here's podding that this pod gets podded down as pod. Dumb podders.)
"Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
Of course Java apps don't have the same speed as natively written apps. You sacrifice something for cross-platform support and that something is speed.
I had thought that that much was bleeding obvious. Looks like I was wrong.
"Accept that some days you are the pigeon, and some days you are the statue." - David Brent, Wernham Hogg
What I'l love to know is, if I keep this in my bathroom, will the humidity from the shower kill it? Methinks it will be ok since I have a $20 clock-radio/CD player in there now, and it's ok. I don't know if I want to risk the $250 though...
_______
2B1ASK1
They're probably going to have to change the name. Using "HomePod" to refer to a digital music player is too close to "iPod." I wouldn't be surprised if they get a friendly letter stating that in legalese.
You have a choice: tax and spend Democrats, or borrow and spend Republicans. Choose wisely.
This would be great for college campuses too!!!
In my experience, most college students do not run an WAP from their dorm room. Typically, they just use the line going into their room.
A brand new urinal design for the new millenium...
The PeePod(tm).
why do all these players need extra software?
Because there are very severe penalties for doing it over just file sharing. It's why the audiotron takes 45 minutes or more to scan a large music collection when it crashes, can't handle collections of more than 10K songs, and doesn't have sophisticated search capabilities or a decent web interface. All these things need a more powerful device.
Slim Devices pioneered the "thin client" approach, which solves all of these problems and furthermore, makes it possible to develop plugins, web skins, additional codecs, and so on.
Also consider the multi-room environment - why replicate music database information across more than one device? Centralizing this work at the server has so many advantages that the cost of a double-click to install software is really negligible.
The boys of Freenet have written a very efficient system in Pure Java (that is, no native code allowed...except the tray icon). I've written very efficient code in Pure Java. In fact, I wrote a merge mailer in Java that was faster than the same code in C++ (reason? java garbage collection is more efficient).
The days of Java being a second fiddle language ended some time in 2001. I can't believe that people are still clinging to their native code for any reason other than access to a specific toolkit.
Hey freaks: now you're ju
"Gloolabs is currently bootstrapping a Gloo developer community."
Wow, interesting use of nerd-lingo, but since when does boot-strap mean 'organize?'
Error 407 - No creative sig found
Basically, I want an iPod with a remote and an ethernet port.
I don't want to stream from a 300W server, I want a little device I can turn on when I need it, and that I can operate with a remote and hook up to a home network to push more files into its storage.
Anyone know of something like this, other than that $1500 Rio unit?
Thanks in advance.
AAC may be new (which is what you're talking about) but it is certainly standardized.
"Standard" in that phrase refers to files that meet the Mpeg-2/4 standard for AAC audio in an LC profile, which Apple Music Store Downloads don't (they encrypt the data, which decrypts to standard AAC during playback if a license file is available). They are quite "standardized," which means a standard has been published describing how to write a decoder for each of the 9 profiles, and most PC uses of AAC use the Low Complexity profile. They are most certainly as much a "standard" as MP3. As for programs and devices not playing them...that'll clear up quickly. At present, there are a dozen media player options for Mac, Windows and Linux, and since Apple's built AAC support into iTunes and the iPod, more portables will be jumping on board soon enough.
AAC files (why do people have trouble with those letters? It's double As, then a C, stands for Advanced Audio Coding, doesn't look like the start of te word ACCessory) are the new MP3 in just about every way except one: they don't have MP3's expensive licensing costs.
Hey freaks: now you're ju
The Slimp3 server is Perl- rather than Java-based, and has a couple of years of development behind it, as well as a community of 3rd party add-ons and hacks.
On an ergonomic note, when plugged into a stereo system, the Squeezebox' ports face backwards, making easy to hide the wires. The HomePod's ports face sideways, so that the cables are going to tend to hang out for all to see.
I'm hoping the Slimp3 guys have enough margin built into their pricing that they can afford to meet the delta if their sales start to plumet. I don't really buy into some Slashdot poster claiming they'll wait until the HomePod comes out on the basis of $50. Too much like all of the people waiting for OS X to run on their eMachine box from Walmart. Look at it this way: pay $50 more for a mature product, or "save" $50 to beta test a $250 toy.
Luke, help me take this mask off
What sort of penalites? If it takes 45 mins to do a find over a couple (or tens of hundreds of couples) of gigs, there are issues with your programming style.
The device doesn't need to extract ID3 in the foreground, and if the share is writable, the device can easily cache the data on the file server.
However, the multi-room environment comment is well taken; I'm thinking of thin-clienting my two-node music network from the the current thick client implementation for exactly that reason.
Of course, a thick client can easily become a thin client by selecting a shoutcast stream.
Tell that to iTunes. iTunes shares music using Rendezvous and it does it very quickly. I assume that ithe host sends the library XML file to the client and then lets the client use that to request streams of the files. At any rate, it does it quickly as the HomePod should be able to do.
Heck, there is already jRendezvous.
I have a website. It's about Macs.
Tell that to iTunes
Uhhh... precisely my point?
Having software (iTunes) running server-side relieves the client of having to figure out what's over there.
If my Jargon-to-English translator is working correctly, "bootstrap" in this context means "to get people to contribute valuable work with little to no effort or expense to the parent commercial company."
But I could be wrong about that.
---anactofgod---
---anactofgod---
"Equal opportunity swindling - *that* is the true test of a sustainable democracy."