Kodi Community Forum
Linux - Live TV does'nt work anymore after update - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167)
+--- Thread: Linux - Live TV does'nt work anymore after update (/showthread.php?tid=166711)



Linux - Live TV does'nt work anymore after update - giaur - 2013-06-08

Hello,

Xbmc compiled from this sources: https://github.com/da-anda/xbmc/tree/3d
PVR addons from this sources: https://github.com/opdenkamp/xbmc-pvr-addons

Result: Live tv doesn't work at all. There is only black screen/no sound. Backend is tvheadend. Any help?

xbmc.log file: http://pastebin.com/qF9gztcz


RE: Linux - Live TV does'nt work anymore after update - opdenkamp - 2013-06-08

i won't even look at the log with that combination of sources


RE: Linux - Live TV does'nt work anymore after update - opdenkamp - 2013-06-08

and no, this is not a bug


RE: Linux - Live TV does'nt work anymore after update - giaur - 2013-06-08

(2013-06-08, 15:07)opdenkamp Wrote: i won't even look at the log with that combination of sources

Do you mean it's unoffcial branch? But 3d support is not anything related to pvr? I need 3d and pvr both, so what can I do in my case?

(2013-06-08, 15:07)opdenkamp Wrote: and no, this is not a bug

Do you maen it's my fault? Maybe it's my fault but how to fix this?


RE: Linux - Live TV does'nt work anymore after update - opdenkamp - 2013-06-08

(2013-06-08, 15:21)giaur Wrote:
(2013-06-08, 15:07)opdenkamp Wrote: i won't even look at the log with that combination of sources

Do you mean it's unoffcial branch? But 3d support is not anything related to pvr?
yes, but i changed the api, so the two branches that you're pulling are out of sync. which is what the debug log will tell you

Quote:I need 3d and pvr both, so what can I do in my case?
wait until we release this combination, unless you know to do.

Quote:
(2013-06-08, 15:07)opdenkamp Wrote: and no, this is not a bug

Do you maen it's my fault? Maybe it's my fault but how to fix this?
definitely. wait, or rebase the changes from the 3d branch against master.


RE: Linux - Live TV does'nt work anymore after update - giaur - 2013-06-08

So there are some api changes in latest pvr addons and xbmc version I used doesn't support new api? I'm just asking to make sure I understand the problem. In this case - can I use older pvr addons and it will work? Or not?


RE: Linux - Live TV does'nt work anymore after update - opdenkamp - 2013-06-08

yes if you use the correct api version


RE: Linux - Live TV does'nt work anymore after update - giaur - 2013-06-08

So the problem is wrong (too new) pvr addons used?

Xbmc version taken for log file: XBMC (13.0-ALPHA4 GitSmile. Where can I get matching pvr addons? I'm really confused, believe me so I need to ask. As I alreade wrote above https://github.com/opdenkamp/xbmc-pvr-addons don't work with this xbmc version.


RE: Linux - Live TV does'nt work anymore after update - opdenkamp - 2013-06-08

that repository does work, but the HEAD revision does not work with the branch you took. you cannot just mix up random branches and expect everything to work, as elupus already told you. and what we also both told you is that you have to wait until this is included in an official release, unless you can work out these things by yourself. after 3d support is included in xbmc's master it will work fine again with the HEAD of my master branch.