" /> Anthony Ko: February 2006 Archives

« January 2006 | Main | March 2006 »

February 23, 2006

Orb Networks - stream your media

A friend pointed me to Orb.com a few weeks ago. He had an EDGE phone that had the Windows Mobile operating system, and was able to stream video and live TVfrom his desktop at home to his phone. It took a few seconds of fussing with his mobile's web browser, but he was able to bring up a TV show he had saved on his computer. It was pretty impressive and got myself an account when I got home. The service performs even better on a computer with a broadband connection (the video display size gets readjusted based on the available bandwidth).

It is pretty easy to set up. After you register at Orb.com, you download and install their software that basically turns your computer into a server (so that means you have to leave your computer on). Then just select which directories of media to share (video, photos, audio, live TV). To access your selected media, you log on to orb.com with your web browser, click on the link you want to play, and a stream will be delivered to your device.

Orb Networks could use some minor refinements...
The user interface could use some work, movies with a separate subtitle files aren't fully supported, sharing media with your friends is a bit cumbersome, and it is only available for Microsoft platforms.

Besides its minor drawbacks, this free service is pretty freakin great. It is so far the closest thing I have found that will allow me to have persistent access to my media library (I would rather have it hosted on some server with fatter pipes, but I'm sure that's coming in the near future). With this service, I can have podcasts downloaded on my desktop, and then delivered on demand to my car through a cell phone’s audio jack. If I had a video out on my cell phone (hopefully Helio will release some), I could go to a friend's house, plug the phone into their TV, and start streaming movies without having tto haul around DVDs or a hard drive. Perhaps it is the mobile phone will conquer the living room, and in-car entertainment all at once.

February 17, 2006

links for 2006-02-17

February 16, 2006

links for 2006-02-16

February 5, 2006

links for 2006-02-05

February 4, 2006

Projects from the mobile module in CTIN541

Finally getting around to posting stuff from last semester's CTIN541...

In the first part of the mobile module we were introduced to the idea of intimate objects, maps, and mobility...
First project involved coding a narrative into Google Maps using their API. I ended up linking some of the photos from my cross country trip from flickr onto Google Maps.
Google Maps project for 541

In the second half of the class, we went through examples of the processing language. This language also has a mobile version that lets you port programs to certain java enabled mobile phones. I decided to use this chance to experiment with creating a little applet that would tile together seamlessly across multiple screens. The idea was to project the result onto the 14 screens in ZML and have it look like there were 14 balls travelling across the width of the screens.

In its current form, pressing the mouse button accelerates the ball across the screen. I didn't get around to having it change directions. This is a prototype of sorts, hopefully leading to a finished product that involves a single object traveling across the 14 screens being controlled by a crank in the center of the room. Mike Stein had mentioned it should be pretty straight forward to implement a server/client system so that the ball could be passed from one screen to another with networked computers.

You can see the java app here.