![]() |
|
[OLD] 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: [OLD] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! (/showthread.php?tid=51945) 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 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 |
[OLD] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! - slacker666 - 2009-05-30 10:40 We all know that there's been a lot of fuzz about watching tv with XBMC, and so far, the only solutions have not been very user/noob-friendly. But I came across a program (for linux) that could change this, namely Tvheadend (http://www.lonelycoder.com). You can either download the .deb package and run dpkg -i package.name.deb or download the latest svn by doing Code: svn co svn://svn.lonelycoder.com/hts/trunk/tvheadend && cd tvheadend && ./configure && makeCode: build.Linux/tvheadend -CIf you downloaded and extracted the .deb file instead, you will be prompted for user/passwd when installing, you should be able to find tvheadend in /etc/init.d/hts-tvheadend (use switch stop/start) you can access the web user-interface by accessing http://127.0.0.1:9981 and setup the dvb-adapter and probe channels. Once all is set, go to your XBMC, and Add source > "htsp://127.0.0.1" (w/o "). If the webui found any channels, you should now be able to access those and enjoy tv function on your XBMC htpc ![]() You can use the webui to schedule recordings, at the moment, you cannot record while using the program itself :/ For support, visit #hts at irc.freenode.net edit: added -C switch to be able to skip user/password prompt, be sure to create a specific user in the ui to be admin instead of * tho. - Cirion - 2009-05-31 21:56 Anyone else getting this to work? Looks too easy to set up, but in the end it just does not work... XBMC can not connect, and the Showtime gui does not connect. If I build, I cant log in the webserver. The documentation says: "By default everyone (also from remote hosts)is allowed full access to all features / settings in the web user interface. If this is the first time you setup Tvheadend you are most encouraged to enter the web user interface, selected the 'Configuration' + 'Access Control' tab and make reasonable changes. Futher help / documentationcan be obtained inside the web interface. " That is a pure lie, since there is no way to log in without a user/password, and my systems user/password does not work either. Other than that the webserver is way to easy to use... (after reinstalling ubuntu and using the .deb file I got to type a user under the install). It finds my DVB card with a SAPI driver from s2-liplianin. Provider files for my provider is there. It scans the transponders automatically and finds new one automatically. CardClient works and the probe function tests every channel and adds only open channels to the list. Recordings work after setting correct permissions on the record folder. But the part I want, is watching TV from my XBMC. That does not work from XBMC live CD or SVN install... At least for me... - Cirion - 2009-05-31 22:07 Hehe, not quite shure what I did, but I guess it has something to do with setting the permissions for the recording folder. But now I CAN watch live TV... The problem now, is that I can only watch.. Not hear... When I select a channel the picture starts, and I get a XBMC message "Failed to initialize Audio device" The strange part, is when selecting a HD channel the opposite happens. I get sound, but no picture ?!? - Cirion - 2009-05-31 22:29 Hehe, one step closer! I got audio working on SD channels by changing Audio output device to iec958 in the XBMC Video Player settings
- Cirion - 2009-05-31 23:32 Hmm... Strange... I have testet several things but nothing made HD channels work... Then I tried recording a HD channel. and play that back... Then I was zapping through my channels and accidentally zapped to a HD channel. Now the HD channels suddenly work?!? The HD channels are out of sync and choppy without VDPAU, but play nice with VDPAU ![]() XBMC & TVHEADEND ROCK!!! - Cirion - 2009-06-01 08:51 Found a solution to not having a user/password when building Tvheadend ![]() Start it like this: Code: build.Linux/tvheadend -C- ajoe - 2009-06-02 12:47 I think libhts isn't enabled in the current builds (eg 9.04/win and this one http://danielpatton.com/user-accounts/XBMC-updates/XBMC-Rev20737.zip) Without it I just get could not connect to server messages, and no connection attempt is made (no TCP packets seen in a snoop). - slacker666 - 2009-06-02 17:01 Cirion Wrote:Found a solution to not having a user/password when building Tvheadend yeah, if u dont have a firewall blocking port 9981 (and 9982 for streaming). - Cirion - 2009-06-02 17:04 This is a small howto I wrote for setting up Tvheadend on a XBMC Live installation with my Terratec DBC C PCI HD card: Use ssh user@ip to log into the XBMC PC remotely Add the repositories (Tvheadend requires the SVN version of XBMC for now). Code: sudo apt-get install vim wgetPaste these repositories and save & quit Code: deb http://ppa.launchpad.net/team-xbmc-svn/ppa/ubuntu jaunty mainAdd keys to the different repositories Code: sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 0xa292248fcb9cfb8689a30b7a2bbd133164234534Upgrade XBMC Code: sudo apt-get updateInstall some dependencies Code: sudo apt-get install mercurial subversion linux-headers-$(uname -r) build-essential libvorbisenc2Install the s2-liplianin driver if needed for your card Code: hg clone http://mercurial.intuxication.org/hg/s2-liplianinInstaller Tvheadend and select user/password for the admin site Code: sudo apt-get install hts-tvheadendSet some permissions (if anyone knows the exact permissions please tell) Code: sudo chmod 777 -R /home/htsEnter the admin site with a browser Code: http://ip:9981Now go to your XBMC Live computer and add a Video source and call it TV or something Code: htsp://127.0.0.1:9982Enjoy TV
- Gamblor - 2009-06-03 08:24 I got it going and it works a treat. Thanks. |