So the TvHeadend part : So you need : ipkg & optware :
http://forum.synology.com/wiki/index.ph ... ,_ipkg_etchttp://forum.synology.com/wiki/index.ph ... stall_ipkgoptware : ipkg install optware-devel
On the synology
git clone
https://github.com/andoma/tvheadendcd tvheadend
bash ./configure --cc=gcc --disable-avahi
make
You will have some missing library, you will have to install then with "ipkg install libname"
tvheadend executable is in build.Linux subdirectory
need to add the library :
- ipkg install gconv-modules
- export GCONV_PATH=/opt/lib/gconv
NB: this is tips, maybe i have forgotten some points
For sundtek partsundtek can add things on these points.
Installation :
wget
http://www.sundtek.de/media/sundtek_installer.shchmod 755 sundtek_installer.sh -nolirc
sudo ./sundtek_installer.sh
Configuration :
create the file : /etc/sundtek.conf and add lines
-initial_dvb_mode=DVBT (in DVB-T)
-device_attach=/etc/init.d/tvheadend restart (change the path, depending of where is the tvheadend binary)
-enablenetwork=on
add int /etc/rc.local
- /opt/bin/mediaclient --start
NB: rc.local don't seem to work properly on the synology (sundtel will check this point on my NAS).
Hope this help

Done on a DS211 !