Monday, May 23, 2011

Stream IP Camera to N770

Well I tried many ways to get to stream IP Camera to Nokia N770 Maemo, here´s how I finally did it.

1) Make sure Xterm is installed.

2) Install Wget , single click install file from N770.

3) Install MPlayer

4) Install Becomeroot

5) Launch Xterm, type sudo gainroot

6) Then type:
mkfifo stream.mjpeg
wget http://username:password@IPAddress:port/videostream.cgi -O fifo.mjpeg & mplayer -demuxer 35 fifo.mjpeg
 
add -aspect 16:9  to fill out the full screen(no black bars) so it would look like this:
 
wget http://username:password@IPAddress:port/videostream.cgi -O fifo.mjpeg & mplayer -aspect 16:9 -demuxer 35 fifo.mjpeg 
 
You should now be streaming full screen to your N770, the http link in step 6 is to stream Foscam or Foscam Clone to N770. Lookup the link for your IP camera and replace http:*.cgi with your link.

Monday, May 9, 2011

Third-Party OS for MP3 Player


Recently I was browsing the web for an update to my old MP3 player, it has a color screen but it only plays MP3´s. I came across a Open Source Linux Firmware for my Toshiba MP3. After flashing my MP3 with this firmware I was able watch movies on my MP3!!!! Not possible with the original firmware, and play Games(also not possible before). Even my battery life has increased(due to power management features).

There are great looking themes, games and plugins for this OS. Its compatible with quite a few MP3 players such as iPod, iRiver, SanDisk, and more. If you want to drop by the site and check it out maybe breath some new life into a old gadget. Oh I forgot the best part, No more syncing songs with manufacturer software, all you need to do is copy paste the songs to the MP3. Some device´s can dual boot original firmware and rockbox firmware.

(Flash at your own risk, Ive done it without problems twice and its quite easy. You can always revert back to original firmware if you don't like it. I for one am keeping this Firmware.)

Rockbox Site

Personal Media Organizer: digiKam

Looking to replace cloud solutions such as Google Photo's, ACDSee and Adobe with an offline application that won't have your persona...