I'm a real Linux newbie and was struggling to find out how/where/what with installing Twonky on my newly bought DS710+, as unfortunately my Panasonic Viera doesn't seem to be compatible with the Synology DLNA media server.
Apologies if I'm telling people how to suck eggs, but I had trouble finding out what I needed, so hopefully this will help others!
Anyway, here's how I got it working:
I downloaded the NAS Linux x86 glibc2.2.5 Twonky 6.0 (ver 6.0 for no other reason than I found a direct link to it posted by someone else) from http://www.twonkyforum.com/downloads/6.0/
and unzipped it onto a USB key. After sticking the key into my DS710+, I SSH'd into the box and copied the files to /usr/local/twonky-6.0
Next, I worked out I could add a startup script to /usr/syno/etc/rc.d so I created S99twonky.sh there and added:
- Code: Select all
/usr/local/twonky-6.0/twonkymediaserver -D
as a single line to run it as a daemon as the last in the list of boot scripts - again, something I'd seen posted on another forum.
Big mistake.
Doing it this way stopped my DS710+ from booting up cleanly (no HDD or status lights, power light just kept flashing blue) and the box wouldn't shut down either.
Changing this line to:
- Code: Select all
/usr/local/twonky-6.0/twonkymedia.sh start
to actually run the Twonky provided script has appeared to have done the trick.
Everything seems to work ok now, and I at least get some (not all) AVI files played by my Panasonic now!
Although if I've done something incorrect here, I'd be grateful if someone could put me straight.
Cheers,
Derek.
Chn


