![]() |
[OLD] HOW-TO watch Live TV in XBMC for Linux with Tvheadend, the easy way! - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Tips, tricks, and step by step guides (https://forum.kodi.tv/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
|
- Ruud - 2010-09-22 decay Wrote:Hi Ruud, Hi Decay, Initially I had the same issue and when selection a program to record from the tvguide (XBMC) it would pop up as a completely different recording in tvheadend. but after restarting I think it cleaned the cache and after that all is well. So not sure what you have tried already, but for me it was a 'caching problem'. hope this helps. regards, Ruud. - decay - 2010-09-22 Hm, didn't think of a cache issue, will try in the evening. Thanks. alex - b0nde - 2010-09-22 decay Wrote:B0nde: Just install tvheadend on your debian box, what's the problem? Problem is having 2 gateways on 1 box. I still want my LAN users to be able to acces google ;-) If it was as easy as just installing tvheadend I wouldnt be asking.. - Razor_109 - 2010-09-27 @ Gujs Any chance we will see an merge of the current progress in Dharma-Beta2 in your PVR version? ![]() - elgoretto - 2010-09-29 Setting up manually an htsp source perfectly works, tvheadend webinterface works fine, but loading tvheadend xbmc addon and enabling liveTV won't show any channel in liveTV section. The same setup with VDR (streadmdev or vnsi client) is OK (but VDR is unstable with dual tuner). Any Idea to have a fully working tvheadend liveTV? - opdenkamp - 2010-10-03 I'm having the same problem with the latest svn revision and I intend to look into that problem as soon as I have time. The last revision that worked properly here is svn 33599. If you use that one you should get channels in your livetv section. - opdenkamp - 2010-10-03 Think I found the problem: Code: --- xbmc-pvr~10.08~svn33599/xbmc/pvrclients/tvheadend/HTSPData.cpp 2010-10-02 13:18:27.640274000 +0200 Non-radio channels are not being tranfered. Will do a test build now and check if that's the problem. edit: That's indeed the problem. Reported in on trac: http://trac.xbmc.org/ticket/10413 Patch that fixes it (against svn r32595): http://trac.xbmc.org/attachment/ticket/10413/00_fix_add_channels.patch - Razor_109 - 2010-10-03 dushmaniac Wrote:Think I found the problem: Hmm.. which version of XBMC are you using? XBMC SVN (Dharma 2)? XBMC-PVR2-SVN? Or the Gujs builds? Because latest pvr2-svn is 32871 right? - druggo - 2010-10-03 dushmaniac -->Yupp works, have you got HD channels working? mine dont detect vdpau width/height so no vdpau acceleration... thanks for the fix! - Gujs - 2010-10-03 Hey. If you guys want to compile latest pvr branch yourself, you an use my own fixes. You can get it here: http://trac.xbmc.org/ticket/9414 - opdenkamp - 2010-10-03 Razor_109 Wrote:Hmm.. which version of XBMC are you using? XBMC SVN (Dharma 2)? XBMC-PVR2-SVN? Or the Gujs builds? pvr-testing2. just did an "svn up" and it says revision 32595 here. druggo Wrote:dushmaniac -->Yupp works, have you got HD channels working? mine dont detect vdpau width/height so no vdpau acceleration...nope: Code: 13:58:37 T:2942094192 M:1677770752 NOTICE: CDVDVideoCodecFFmpeg::Open() Creating VDPAU(0x0, 28) also looking to your fixes Gujs, but didn't see the channel fix in there. I also added the encryption type to tvheadend and the addon and update the patch to run against the latest svn of tvheadend. might be better to put it all in 1 ticket - druggo - 2010-10-03 Hi, there is a patch supplied to a trac i posted, when i apply it, i loose all functionality with the livetv, and im forced to add a htsp:// to get tv, havent tested latest svn though. http://trac.xbmc.org/ticket/9842 - druggo - 2010-10-03 Managed to get HD w/ vdpau working in livetv nu, i used Gujs patch tvheadend_enhancement.patch.. another issue that i have, all my HD channels work except for 1, see log: http://pastebin.ca/1953513 any ideas?? - opdenkamp - 2010-10-03 Just had a look at Gujs's patch and it looks like the vdpau and epg thing should be fixed with that. Only comment (same as topfs2 noticed), split those things up in separate patches ![]() Doing a build now. druggo Wrote:Managed to get HD w/ vdpau working in livetv nu, i used Gujs patch tvheadend_enhancement.patch.. Looks like the data isn't coming in (correctly)? Code: # edit: btw, my source dir had some defect cause svn up didn't work anymore. did a new checkout, version 34397. Gujs's patch doesn't work against that one here or I messed something up - opdenkamp - 2010-10-04 I posted some new patches in Gujs's ticket ( http://trac.xbmc.org/ticket/9414 ) that fix some bugs in the latest svn (and the proper one this time, rev. 34446, last commit 32871) |