xbmclive + tvheadend
#1
Is tvheaded included in the live distro ? If not so: how do I install tvheadend on the latest xbmclive ? (running live installed to usbstick). And if it is included: how do i activate it ? Thnx.
Arctic MC001 + Openelec
Image
Reply
#2
afaik, no.

open a terminal window on your box or connect to it via ssh. then type this:
Code:
sudo -s
echo "deb http://www.lonelycoder.com/debian/ hts main" >> /etc/apt/sources.list
cd /tmp
wget --no-check-certificate https://github.com/downloads/andoma/hts/public.key
apt-key add public.key
apt-get update
apt-get install hts-tvheadend

then head to http://yourserver:9981/
opdenkamp / dushmaniac

xbmc-pvr [Eden-PVR builds] [now included in mainline XBMC, so no more source link here :)]
personal website: [link]

Found a problem with PVR? Report it on Trac, under "PVR - core components". Please attach the full debug log.

If you like my work, please consider donating to me and/or Team XBMC.
Reply
#3
Ty ! One more question: i control xbmc with my Logitech Harmony. How do i switch channels when watch live-tv on xbmx/tvheadend ? Is this done thru xbmc ? or do i need to add the DVB-C card (Technisat Cabelstar HD2) to my Harmony ?
Arctic MC001 + Openelec
Image
Reply
#4
correction, tvheadend is already installed in XBMCLive!
Reply
#5
thanks !
Arctic MC001 + Openelec
Image
Reply

Logout Mark Read Team Forum Stats Members Help
xbmclive + tvheadend0