[LINUX] HOW-TO get Live TV with VDR and PVR-Testing Branch - Without manual compile! - 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: [LINUX] HOW-TO get Live TV with VDR and PVR-Testing Branch - Without manual compile! (/showthread.php?tid=62696) |
- MaytiOne - 2010-10-22 ok i will wait for XBMC PVR + VDR + OPENSC (OR SC) to be ready for maverick... for now i wil try compile just for test a VDR 1.7.15 Leo, Croatia! - MaytiOne - 2010-10-31 SOLVED !!! Ubuntu 10.10 maverick VDR 1.7.15 (compiled from sources) VDR-SC plugin 1.0 from HG repository (compiled from sources) VDR-VNSISERVER plugin (compiled from sources) XBMC-PVR-TESTING2 (compiled from sources) Self made script that parse SoftCam.Key in the new format for Irdeto2 (M2 replaced by EMM string ...) Tested on Bulsat 39E with self scanned channels list Bye - nssk - 2010-11-03 Could someone maybe give me a hand? I'm very close to getting this to work, just falling at the last hurdle. I've got the pvr-testing2 branch installed all fine: I compiled from source. VDR seems to be installed fine too, and I've scanned the channels into channels.conf. In XBMC I can see all the channels under Live TV, and the EPG data for each channel, so clearly its all working fine. I cannot however actually watch the TV channels. Either: a) if I use the streamdev plugin,when I select a channel it almost plays, kinda goes into the video player, but then exits it. The occasional channel will crash XBMC. b) if I use the VNSI plugin, when I select a channel a popup comes up saying "Channel cannot be played" or something. No crashes though. I'm not at home right now so can't post any logs or anything, what could I post that might help diagnose the problem? For reference I'm using Ubuntu Maverick 10.10, and a K-World 395U USB TV Tuner. Thanks guys! - Faizell - 2010-11-08 MaytiOne Wrote:SOLVED !!! could you please provide me with the steps actually taken? i love XBMC but i'm very new to the whole compiling thing. many thanks - nssk - 2010-11-11 Okay so no-one has thus far had any insight on my issue (post above the last one). A log of me attempting to open the TV channels is available here: http://pastebin.com/uA2ssrsj Pretty certain the relevant bits are: a) VNSI plugin: Code: 20:16:23 T:3078641520 M:376676352 NOTICE: DVDPlayer: Opening: pvr://channels/tv/all/1.pvr Code: 20:16:38 T:3078641520 M:377606144 NOTICE: PVR: PVRManager stoping b) streamdev plugin Plugin starts okay... Code: 20:16:43 T:3078641520 M:377233408 INFO: starting PVRManager Code: 20:16:53 T:3078641520 M:371949568 NOTICE: DVDPlayer: Opening: pvr://channels/tv/all/1.pvr Can anyone at least give me a hint as to how to further investigate the issue? - nssk - 2010-11-14 Finally (after a weeks worth of fiddling) managed to get it to work: had to use 'w_scan' to make the channels.conf file rather than 'scan'. Thanks for all the help guys. - ant_thomas - 2010-11-30 So what's going on with the pvr-testing branch in relation to VDR? It seems like a lot of effort is being concentrated on TVHeadend. Whilst TVHeadend is good I much prefer VDR. Currently using r32871 and starting to feel left behind. Are there other pvr builds that work with VDR? - nssk - 2010-11-30 Out of interest why do you prefer VDR? I found VDR much harder to set-up, and it insisted on shutting my computer down all the time, despite me turning off all the "Allow VDR to shutdown computer" settings that I could find. Tvheadend was easy to set-up and appears to be a lot better supported here. In terms of builds, I think you can use the repository maintained by dushmaniac from the tvheadend thread, theres a link to it in his sig. It contains the VDR plugins too. - ant_thomas - 2010-11-30 nssk Wrote:Out of interest why do you prefer VDR? I only moved to VDR because recordings weren't working with TVHeadend which made it only any use for watching TV. Whereas recordings work great with VDR. VDR is harder to setup and you definitely need to be more knowledgable in Linux to get it up and running nicely but I find once it's up and running it's more flexible. I've managed to set it up a few times now after changing ubuntu versions without any hassle. One of the main things I remember to do is make copy of setup.conf and channels.conf. VDR records to .ts rather than .mkv, I prefer this. I'm going to be adding some DVB-S2 cards to my TV server system soon and I feel it'll work better with VDR. I may be wrong about that but I just see VDR as being a more powerful solution. Using TVHeadend is perfectly fine and does a great job with XBMC and it is far easier to setup, the only reason I moved in the first place was the recording problem. There's a line in the VDR setup.conf file (/var/lib/vdr/setup.conf) that needs to be... MinUserInactivity = 0 If you had it set as 0 then your shutdown issue was else, but I guess that doesn't matter since you use TVHeadend now. - nssk - 2010-11-30 Ah fair enough, to be fair I haven't actually tried recording on tvheadend yet, but its not a massive loss for me. Maybe I'll come back to VDR one day And yep I had that set to 0 but it would still shutdown. Even tried editing the shutdown script itself, still didn't help. No worries though cheers for the help. - ant_thomas - 2010-11-30 nssk Wrote:Ah fair enough, to be fair I haven't actually tried recording on tvheadend yet, but its not a massive loss for me. Maybe I'll come back to VDR one day No worries. I think it may have been an isolated case with my TVHeadend recording issue but the devs didn't know how to fix it at the time so I moved to VDR. They hadn't heard of it before so I'm guessing most other people had no problems at all. - opdenkamp - 2010-12-01 Heya, I wasn't reading this thread, but decided to have a look when ant_thomas posted in the tvheadend one. I am currently maintaining the pvr merge and it's not concentrated on tvheadend, but since I run tvheadend myself, I am fixing bugs I encounter and am accepting other people's patches to tvheadend because I can test those properly. If someone is interested in maintaining the vdr addon, then you can fork of my "master" branch on github. Someone posted on trac that streamdev wouldn't work anymore with the latest sources, so if you want to try my builds, you'll have to use vnsi. - ant_thomas - 2010-12-01 I'll give your branch another go with VNSI and see if that makes it work. If not I might end up going to TVHeadend if my recording issue is resolved (which it could be now). It is a shame that no one else is looking after the VDR side of things at the moment. Maybe that'll change when Dharma is released. - ant_thomas - 2010-12-01 Bah, VNSI doesn't want to work for me on the pvr-testing2 build so I'll just stick to streamdev and be happy that things are working well as they are. - ant_thomas - 2010-12-02 In case anyone is interested.... I'm now using the Lars Op den Kamp Dharma Build with VDR and VNSI. Channel switching is definitely much faster than Streamdev. So far so good. I get to carry on with VDR with the newest XBMC builds, I'm happy! |