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.

No comments:

Post a Comment

Thanks for your input.

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