Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
People have managed to get the Firefly server (http://fireflymediaserver.org/), formerly mt-daapd running on the nslu2 and the buffalo nas box... has anyone given this a shot on the dsm-g600.
I have dsm with busybox on it, but don't know how to run ./configure without getting errors like this:
configure: error: cannot create configure.lineno; rerun with a POSIX shell
how do you compile new apps for this system?
Offline
http://dns323.kood.org/downloads/untest … .4.tar.bz2
I have'nt tested it. Not sure if it's working, because I had to hack some setpgrp functions away.
Last edited by sala (2006-09-06 09:08:22)
Offline
how would i edit the fun_plug to use that?
Offline
mt-daapd is not the Firefly, the difference is that Firefly supports the Roku-Sound Transport Format which mt-daapd doesn´t.
So was anybody able to compile the latest firefly sourcecode for the DSM? Would be awesome!
Offline
Grouper, could you point out the link where we can download the source code of "Firefly"?
Offline
Sure:
http://nightlies.mt-daapd.org/
or
http://www.fireflymediaserver.org/
hope this helps, at least ive found the rpm´s.
Offline
These are links for mt-daapd source.
Direct link to Firefly source code would be nice, but I guess you have to face it, there is only mt-daapd for linux
SlimServer might support ROKU, but I don't know for sure, because I don't have any hardware that uses thous protocols.
Offline
Seems that there is a plugin:
http://www.rokulabs.com/forums/viewtopi … p;start=15
They say that you should put
[plugins]
plugin_dir = /usr/share/mt-daapd/plugins
plugins = rsp.so,ssc-script.so
in the config file to enable the Roku streaming. Think this rsp.so has to be compiled for the DSM,hasn´t it?
http://nightlies.mt-daapd.org/dl.php?FI … 400.tar.gz is the link to the src package (within plugins one can find the rsp.c and .o)
Best regards,Grouper
Last edited by Grouper (2006-10-19 11:18:40)
Offline
Nobody with a precomiled binary including this plugin?
I am willing to learn (and learnt a lot the last weeks :-)), but compiling with a toolchain is a little bit tricky for me, if anybody could set up a noobs guide to compiling with a toolchain it´ll do
Offline
Some pointers for compiling is available here: http://dns323.kood.org/forum/t5-toolchain.html
Also look google for additional cross-compiling help.
But unfortunately thats not all. mt-daapd has lot of requirement, like libid3tag, sqlite, gdbm and all these have also requirements like zlib, ncurses and readline.
So you need to:
a) compile a cross compiler
b) cross compile zlib
c) cross compile readline
d) cross compile ncurses
e) cross compile gdbm
f) cross compile sqlite
g) cross compile libid3tag
h) and finally cross compile mt-daapd
Also most of these need patching, some patches you may find using google but most of them you probably need to figure out by yourself.
Offline
OK, thanks Sala, but I think I´m out :-(
a) to h) should work,but patching is not really going to work for me...
Offline