"Bringing the gifts that my ancestors gave, I am the dream and the hope of the slave. I rise. I rise. I rise." ~ Maya Angelou, from "Still I Rise" CELEBRATE BLACK HISTORY 24|7 365.
12/24/10
12/23/10
UNCF's An Evening of Stars Tribute to Chaka Khan
Airing January 29th & 30th, 2011. For Stations and Times, visit: www.AnEveningOfStars.org
Get ready for UNCF's 32nd annual celebration of excellence in entertainment and education. An Evening of Stars Tribute to Chaka Khan features Stevie Wonder, Herbie Hancock, Quincy Jones, Amber Riley, Mo'nique, Kim Coles, Tom Joyner, Lauren Valez, LeVar Burton, El Debarge, Faith Evans, Fantasia, Melanie Fiona, Ginuwine, Anthony Hamilton, — all paying tribute to the Queen of Funk Soul!
"A Mind is a Terrible Thing to Waste!"
"A Mind is a Terrible Thing to Waste!"
Labels: Wireless, WiMax, Femtocells
Chaka Khan,
Evening of Stars,
January 29th 2011,
Tribute,
UNCF,
www.aneveningofstars.org
12/22/10
This hack was developed on Ubuntu
This video shows xbmc as an airplay target. The hack is actually running on a Ubuntu Box. It involves XBMC (of course), Avahi for broadcasting the airplay service and a custom python script which handles the interaction with the iPad.
Special thanks goes to Erica Sadun who released AirPlayer earlier this month. This was the software which let me discover the world of AirPlay
What is currently working:
* Select a video/podcast/serie on the iThing (should also work in other iThings) and launch it on xbmc.
* Play/Pause of the video through the controls on the iThing.
* Switch back the video to the iThing.
* Seeking in the timeline on the iThing.
What is currently not working:
* Playback of Youtube videos. XBMC cannot handle the files.
Known Bugs:
* When resuming the video back to the iThing it's paused even if the interface say it's not. This need some more work.
* When launching a video for the second time xmbc asks wheter it should resume or start over again. Don't know how to fix that.
Actually there is no code in the in the SVN. All the code is just a Python scripts which launches a server on the port 22555. Some work would need to be done here again in order to make a nice xmbc-plugin. But I have know knowledge in this domain.
The choosen approach in the python is script may not be the simplest one. In fact, the script depends upon the Twisted framework. I spend most time decoding and describing the protocol.
Needed software¶
In other to make everything work there some additional software is needed. The airplay discovery is based upon Bonjour (avahi). Therefore install the package avahi-daemon (apt-get install avahi-daemon) Furthermore the scripts calls xmbc through either
* xbmc-send (install apt-get install xbmc-eventclients-xbmc-send) or
* through the web interface (be sure to setup Web interface in XBMC on port XXXX)
Furhtermore python needs the Twisted framwork. It can be installed with apt-get install python-twisted.
Installation¶
This hack was developed on Ubuntu (but should also work on other linux systems). Therefore installation istruction will be for linux only (Ubuntu). It should be possible to port the code to other platform since it's only python. However I have no ideas about the dependencies (avahi for example).
* Copy the play2wifi.service script to /etc/avahi/services/ and restart avahi service avahi-daemon restart.
* Adapt the play2wifi.cfg script (at least line 3 to whatever port xbmc web interface is running). This parameter can also be overwritten with the -p startup parameter.
* Launch the script python play2wifi.py.
* Launch a video/podcast on the iThing and switch it over to xbmc.
PLAY2WiFi |
Special thanks goes to Erica Sadun who released AirPlayer earlier this month. This was the software which let me discover the world of AirPlay
What is currently working:
* Select a video/podcast/serie on the iThing (should also work in other iThings) and launch it on xbmc.
* Play/Pause of the video through the controls on the iThing.
* Switch back the video to the iThing.
* Seeking in the timeline on the iThing.
What is currently not working:
* Playback of Youtube videos. XBMC cannot handle the files.
Known Bugs:
* When resuming the video back to the iThing it's paused even if the interface say it's not. This need some more work.
* When launching a video for the second time xmbc asks wheter it should resume or start over again. Don't know how to fix that.
Actually there is no code in the in the SVN. All the code is just a Python scripts which launches a server on the port 22555. Some work would need to be done here again in order to make a nice xmbc-plugin. But I have know knowledge in this domain.
The choosen approach in the python is script may not be the simplest one. In fact, the script depends upon the Twisted framework. I spend most time decoding and describing the protocol.
Needed software¶
In other to make everything work there some additional software is needed. The airplay discovery is based upon Bonjour (avahi). Therefore install the package avahi-daemon (apt-get install avahi-daemon) Furthermore the scripts calls xmbc through either
* xbmc-send (install apt-get install xbmc-eventclients-xbmc-send) or
* through the web interface (be sure to setup Web interface in XBMC on port XXXX)
Furhtermore python needs the Twisted framwork. It can be installed with apt-get install python-twisted.
Installation¶
This hack was developed on Ubuntu (but should also work on other linux systems). Therefore installation istruction will be for linux only (Ubuntu). It should be possible to port the code to other platform since it's only python. However I have no ideas about the dependencies (avahi for example).
* Copy the play2wifi.service script to /etc/avahi/services/ and restart avahi service avahi-daemon restart.
* Adapt the play2wifi.cfg script (at least line 3 to whatever port xbmc web interface is running). This parameter can also be overwritten with the -p startup parameter.
* Launch the script python play2wifi.py.
* Launch a video/podcast on the iThing and switch it over to xbmc.
12/21/10
12/20/10
Ring of Fire in the Sky
Kenyans watch one of the longest solar eclipses on view over Africa.
Labels: Wireless, WiMax, Femtocells
Africa,
Kenyans,
Longest Solar Eclipse
The eclipse was visible across a slice of the Earth's southern hemisphere.
Labels: Wireless, WiMax, Femtocells
Earth's,
Solar Eclipse,
Southern Hemisphere
Location: Gurnee, IL
Gurnee, IL, USA
GetDeb/PlayDeb: Ubuntu 10.10 (Maverick) Repository
GetDeb Ubuntu 10.10(Maverick) Repository |
How to add getdeb repository in to Ubuntu 10.10
Go to System-Administration-Software Sources, Third-Party Software tab, Add:
deb http://archive.getdeb.net/ubuntu maverick-getdeb appsAdd the repository GPG key, open a terminal window and type:
wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -Click the “Install this now” button below the screenshot of the desired application.
Playdeb, the repository of games for Ubuntu has been launched in 1st September 2008.who package recent games and applications for Ubuntu. With Playdeb, games are easy to install and will be updated when new versions are available.Playdeb includes an APT software repository, and a games list that can be used to install games simply by clicking an install link.
How to add playdeb repository in to Ubuntu 10.10
Go to System-Administration-Software Sources, Third-Party Software tab, Add:
deb http://archive.getdeb.net/ubuntu maverick-getdeb gamesAdd the repository GPG key, open a terminal window and type:
wget -q -O- http://archive.getdeb.net/getdeb-archive.key | sudo apt-key add -Click the “Install this now” button below the screenshot of the desired application.
Labels: Wireless, WiMax, Femtocells
.deb package,
Free/Open Source,
GetDeb,
Maverick,
Playdeb,
Ubuntu 10.10,
Ubuntu Geek
12/15/10
Deja Vue - I've Been Here Before - RIP Lady T. The Great Teena Marie
Labels: Wireless, WiMax, Femtocells
Deja Vu,
I've Been Here Before,
Tina Marie
12/13/10
Jamie Foxx Birthday December 13 2010 The Ellen DeGeneres Show
Labels: Wireless, WiMax, Femtocells
Birthday 12-13-10,
Ellen DeGeneres,
Jamie Foxx
12/10/10
Press Briefing with President Obama and President Clinton | The White House
Labels: Wireless, WiMax, Femtocells
President Clinton,
President Obama,
Press briefing,
the white house
12/9/10
What's My Name? - Rihanna ft. Drake
Labels: Wireless, WiMax, Femtocells
Drake,
Music Video,
Rihanna,
Vevo,
What's My Name
Nelly - Just A Dream
Labels: Wireless, WiMax, Femtocells
Just A Dream,
Nelly
Location: Gurnee, IL
Gurnee, IL, USA
Love The Way You Lie ft. Rihanna
Labels: Wireless, WiMax, Femtocells
Eminem,
Love theWay You Lie,
Rihanna
Location: Gurnee, IL
Gurnee, Il
Just The Way You Are by Bruno Mars
Just The Way You Are
Bruno Mars | Myspace Music Videos
http://www.ilike.com
Just The Way You Are
Bruno Mars | Myspace Music Videos
http://www.ilike.com
Labels: Wireless, WiMax, Femtocells
Bruno Mars,
ilike.com,
Just The Way You Are
12/8/10
"Hold My Hand" (Duet with Akon). "Hold My Hand" is the first official single from Michael Jackson's upcoming new album, MICHAEL. "Hold My Hand", a duet with Akon, is a song they recorded in 2007. A handwritten note from Michael belonging to his Estate indicated his desire that "Hold My Hand" be the first single on his next project. However, in its unfinished state, the song leaked out in 2008. Akon recently completed the new and final production of "Hold My Hand." Full "Hold My Hand" (Duet with Akon) music video coming soon! Don't forget to sign-up for the Michael Jackson newsletter to be notified when the full video becomes available.
Subscribe to:
Posts (Atom)