Bug #1624
closedCan't choose Delivery system!
0%
Description
As outlined here: https://www.lonelycoder.com/redmine/boards/4/topics/7408
choosing a delivery system is not possible using a Sundtek Skytv Ultimate III on a Synology NAS (DS1511+).
The error I get is:
Feb 17 22:20:42 [ ERROR]:HTTP: 192.168.0.104: /dvb/feopts/delsys/_dev_dvb_adapter0_Sundtek_DVB_S_S2__III_ -- 400
The difference between me and the topic starter is, that I can choose the Delivery system when using the 3.2.18 Synocommunity version,
but not when using a fresh compiled GIT Version (HTS Tvheadend 3.5.2~gc338802-dirty)
I configured it as described below:
export CC=gcc
export CFLAGS=-march=native
./configure --disable-avahi --release --prefix=/opt/tvheadend
And I'm running it with the following command:
LD_PRELOAD=/opt/lib/libmediaclient.so /opt/tvheadend/bin/tvheadend -C -u tvheadend -c /opt/tvh_dvrconfig_xbmc
The LD_PRELOAD part is necessary so that the Sundtek driver starts.