Hello,
I want to install thveadend to share my satellite channels to Kodi clients.
I have a Raspberry Pi Model B (Rev 2.0, 512Mb) with one USB DVB-S2 device. I installed "2016-09-23-raspbian-jessie-lite.img" on it and install tvheadend this way:
Update the system:
apt-get update
apt-get upgrade
reboot
Add the unofficial repo:
apt-get install apt-transport-https
# cat /etc/apt/sources.list.d/tvheadend.list
#tvheadend unofficial repo
deb https://dl.bintray.com/djbenson/deb jessie unstable
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 379CE192D401AB61
Install tvheadend:
apt-get update
apt-get install tvheadend
And this what I get when execute the service:
# tvheadend -f -p /var/run/tvheadend.pid -u hts -g hts
Illegal instruction
I am doing something wrong?
I will really appreciate your help.
Kind regards.