I am able to find the file http://10.238.238.1:49000/satipdesc.xml that according to explanations on the web should be added to the config:
CONFIGURING TVHEADEND
First open /etc/init.d/tvheadend, find the line reading ARGS="-f" and append something like --satip_xml http://192.168.1.1:49000/satipdesc.xml within the quotes. save the file and restart Tvheadend.
So I now know that I have to put in: ARGS="-f --satip_xml http://10.238.238.1:49000/satipdesc.xml" in the tvheadend config but when installed on a QNAP NAS there is no /etc/init.d/tvheadend
I only can see a /usr/sbin/tvheadend config file showing:
#!/bin/sh
###########################
# TVHeadend QPKG v0.9.8.0 #
###########################
# QPKG settings
CONF=/etc/config/qpkg.conf
QPKG_NAME="TVHeadend"
QPKG_DIR=$(/sbin/getcfg $QPKG_N
I does not hold anything about ARGS="-f"
SO is this the correct tvheadend config for a QNAP NAS or where do I set the ARGS="-f" in a QNAP NAS setup?
Does anyone know where to put this starting arguments in the QNAP NAS config and where it's located?