View Single Post
laasonen's Avatar
Posts: 565 | Thanked: 618 times | Joined on Jun 2010 @ Finland
#1
Hey.

I'm trying watch videos/images from my n900 with my upnp-compatible TV. On my desktop/laptop I use MediaTomb for it, but I couldn't find it on n900's repositorys, so I searched for in on forums and found this for N770.

I tryed to install it, but it's missing depency: libid3-3.8.3.

Any idea how to fix this?

Thanks!

I got it working like this:
Code:
root
apt-get install libmagic1
wget http://repository.maemo.org/pool/maemo4.1.2/free/i/id3lib3.8.3/libid3-3.8.3_3.8.3-5osso19_armel.deb
dpkg -i libid3-3.8.3_3.8.3-5osso19_armel.deb
wget http://hoohol.ath.cx/Software/Maemo/mediatomb_0.10.0-1_armel.deb
dpkg -i mediatomb_0.10.0-1_armel.deb

Last edited by laasonen; 2011-06-13 at 00:42.