Linux HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way!

  Thread Rating:
  • 16 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
ant_thomas Offline
Fan
Posts: 355
Joined: May 2008
Reputation: 0
Location: Manchester, UK
Post: #21
joethefox Wrote:- During fullscreen live tv, there are shortcuts or methods to recall Channels|EPG|TXT layers without accessing first to the osd menu?

To continue from Dushmaniac, yes this is possible.

I have Channels mapped to "DVD Menu" and EPG mapped to "Guide" on my remote, therefore having to move Codec/Debug to "Enter" on my MCE remote.

Here's my Lircmap.xml file...

Code:
<lircmap>
        <remote device="mceusb">
        <display>LiveTV</display>
        <title>Enter</title>
        <guide>Guide</guide>
        <playlist>DVD</playlist>
         </remote>
</lircmap>
find quote
ant_thomas Offline
Fan
Posts: 355
Joined: May 2008
Reputation: 0
Location: Manchester, UK
Post: #22
DjBeNI Wrote:Can somebody explain how this works?? Does this work WorldWide(I am from Croatia). Sorry for a stupid question.

This works worldwide. You need a TV Tuner of some sort for this to work. Either Terrestrial, Satellite or Cable tuners.

You need to install a TV backend (TVHeadend or VDR) and the version of XBMC with PVR support. Plenty of guides on here.
find quote
karatekickz Offline
Member
Posts: 51
Joined: Jul 2009
Reputation: 0
Post: #23
Thanks for the great work dush. Would it be possible to get a simple install like on this thread for MythTV? Also is it possible to test any of the linux pvr backend addons with the Win32 XBMC install?
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,951
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #24
ant_thomas Wrote:I have Channels mapped to "DVD Menu" and EPG mapped to "Guide" on my remote, therefore having to move Codec/Debug to "Enter" on my MCE remote.
it's just the current channel's EPG though.

karatekickz Wrote:Would it be possible to get a simple install like on this thread for MythTV?
there's a mythtv thread too. I'll check later if that thread can be simplified too, but I'm not running myth myself and I don't have any spare DVB hardware for a second backend, so I can't test this myself at the moment.

Quote:Also is it possible to test any of the linux pvr backend addons with the Win32 XBMC install?
not with the official setup. you'll have to compile one yourself, from the source in my signature (Dharma-pvr to get the stable one)

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.
find quote
xoox Offline
Member
Posts: 70
Joined: Mar 2010
Reputation: 1
Post: #25
dushmaniac Wrote:yes and yes. don't ask me for an ETA.
There is a little design problem with the channel groups. In Tvheadend a channel can be assigned to multiple groups/tags. In XBMC a channel can only belong to one group.

Are there any plans to implement HbbTV?
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,951
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #26
xoox Wrote:There is a little design problem with the channel groups. In Tvheadend a channel can be assigned to multiple groups/tags. In XBMC a channel can only belong to one group.
already taken care of in the development tree. it's just missing the required mapping table now.

Quote:Are there any plans to implement HbbTV?
no and I doubt it will make much sense for us. afaik this is a definition of how to embed video, definition of web interfaces, etc. things we already do differently.

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.
find quote
zenman Offline
Junior Member
Posts: 18
Joined: Jun 2010
Reputation: 0
Post: #27
Ok I've done everything exactly how it´s described by Dush, but my problem is how do I install the necessary drivers for my Tv card or usb Stick? I know where to get them in the Wiki, but how do I install them?
find quote
opdenkamp Offline
Team-XBMC PVR Developer
Posts: 1,951
Joined: Feb 2009
Reputation: 24
Location: Heerlen, The Netherlands
Post: #28
@zenman:
have a look here: http://linuxtv.org/wiki/index.php/User_Information

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.
find quote
zenman Offline
Junior Member
Posts: 18
Joined: Jun 2010
Reputation: 0
Post: #29
"Install the Tevii s660 Drivers

1) Download drivers (check these are the latest here)
wget http://tevii.com/100315 _Beta_linux_tevii_ds3000.rar
2) install nano
sudo apt-get install nano
3) install unrar
sudo apt-get install unrar
4) Extract drivers
unrar e 100315_Beta_linux_tevii_ds3000.rar
4) open the Readme
sudo nano README
5) Follow the Readme instructions:
sudo cp *.fw /lib/firmware
sudo tar xjvf linux-tevii-ds3000.tar.bz2
cd linux-tevii-ds3000
sudo make
sudo make install
6) cd /lib/firmware
6) Backup the driver
sudo cp dvb-usb-teviis660.fw dvb-usb-teviis660backup.fw
7) Rename the driver to match the one dmesg is looking for
sudo mv dvb-usb-teviis660.fw dvb-usb-s660.fw
8) Reboot
sudo reboot
9) dmesg |grep dvb
It should say something like usb successfully initalized and connected
wonder if it works like this?
find quote
zenman Offline
Junior Member
Posts: 18
Joined: Jun 2010
Reputation: 0
Post: #30
Ok gonna check it.
find quote
Post Reply