![]() |
|
[Linux] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Announcements, Info, and General Discussion (/forumdisplay.php?fid=85) +--- Forum: Tips, tricks, and step by step guides (/forumdisplay.php?fid=110) +--- Thread: [Linux] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! (/showthread.php?tid=91716) Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 |
- bomping - 2011-08-15 16:45 dushmaniac Wrote:We've moved to a new location for the binaries. I'm on Debian Sid, will the new repo work ? //Bomping. - bas.t - 2011-08-17 11:49 bomping Wrote:I'm on Debian Sid, will the new repo work ? No, you will have to compile yourself, wich is easy. I did it on squeeze, no problem. In fact, I am compiling right now, so I have the newest version. If you are interested, I have got detailed instructions at hand. I suppose you could use them for Sid as well, maybe with some minor modifications. Bas. - EmuMannen - 2011-08-19 11:28 bas.t Wrote:No, you will have to compile yourself, wich is easy.I just switched to Squeeze. Where did you install tvheadend from (deb or repos, if repo what repo, source or binary)? I'm interested in any details (instructions or experiences on Debian (preferably Squeeze. I'm about to turn my new Fusion based media server into a combined front- and back-end. - aoaaron - 2011-08-19 15:51 Can someone please explain a bit more the advantages of TVHeadend? I have Sky (UK). Does this mean I can access my sky subscription using TV Headend? How is this possible via software alone? I have an emachine HR1401 atm as my HTPC and an unRAID server. RE: [LINUX] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! - bas.t - 2011-08-19 15:55 EmuMannen Wrote:I just switched to Squeeze. Where did you install tvheadend from (deb or repos, if repo what repo, source or binary)? I build from git since the repos are ubuntu. You don't want to mix Debian and Ubuntu. Here is how I did it on 32 as well as 64 bits Debian Squeeze. OK, this assumes that you have a nvidia graphic card installed. First you have to get your repos right, meaning enabling contrib, non-free and add multimedia. My sources.list looks like this: Code: # deb http://mirrors.nl.kernel.org/debian/ squeeze mainDon't forget to install debian-multimedia-keyring Code: apt-get update && apt-get --yes --quiet --allow-unauthenticated install debian-multimedia-keyringThen make sure your dependencies are met and install your nvidia driver: (all as root) Code: apt-get update && apt-get dist-upgrade -yNow you are ready to compile xbmc and tvheadend from git. Do: Code: cd /usr/srcThat was xbmc. Now for tvheadend, if you want that too, do this: Code: cd /usr/srcNow you want to autostart tvheadend. First do Code: nano /etc/init.d/tvheadendThen copy and past this into /etc/init.d/tvheadend Code: #! /bin/shthen do: Code: chmod 755 /etc/init.d/tvheadendRestart your machine and you are done. Enjoy! Bas. PS: Should you encounter problems accessing the webui of tvheadend, have a look at this. - downhiller2010 - 2011-08-19 19:50 I recently installed xbmc-pvr and tvheadend. I have it setup but tvheadend will only pick up one channel, where mythtv finds close to a 100. I'd prefer to use tvheadend but am not sure where to start in troubleshooting this. - bas.t - 2011-08-19 20:25 downhiller2010 Wrote:I recently installed xbmc-pvr and tvheadend. I have it setup but tvheadend will only pick up one channel, where mythtv finds close to a 100. I'd prefer to use tvheadend but am not sure where to start in troubleshooting this. Maybe someone could help you when you provide information, such as: where do you live, what cable or sat company did you subscribe to, what have you done to configure tvheadend, is your cable/sat provider encrypting the broadcasts and so on... - EmuMannen - 2011-08-19 20:52 Thanks a lot bas.t, you probably saved me a lot of time. So you got tvheadend from git too. I will play around a bit to see if I can get it to work with the on-board AMD gfx but I got a nVidia card as a fallback. I want to stay on Debian if possible. I do understand the ones running Ubuntu (nice critical mass and ppa is a really cool concept). I tried to install 11.04 at first but even samba seemed broken so I just gave up and installed good old Debian... - downhiller2010 - 2011-08-19 21:02 I live in central virginia and I am stuck with shentel for my cable. So far I have stuck with the basic scanning options which seemed to work with mythtv. I have been using the standard cable QAM256 option when adding DVB by location, and then when it finishes I am mapping them. I know some of the channels are encrypted but they still seemed to work with mythtv? I am new to this realm of pvr, but I should be able to figure it out with some guidance. - phofman - 2011-08-19 21:24 dushmaniac, may I ask about future plans for tvheadend in your https://launchpad.net/~lars-opdenkamp/+archive/xbmc-pvr repository? Since xbmc-pvr is moved to the new repository, is there any chance for tvheadend updates? I know I can compile from git, but your builds were tested to work Thanks a lot.
|