![]() |
|
[LINUX] HOW-TO get Live TV with VDR working in XBMC for Linux - 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 get Live TV with VDR working in XBMC for Linux (/showthread.php?tid=45314) |
- freezy - 2009-04-11 19:10 Updated, also updated direct link to the correct VDR extensions version (thanks semerchet). Vdr-1.7.5 - decaturguy - 2009-04-12 15:40 VDR developer version 1.7.5 is out ftp://ftp.cadsoft.de/vdr/Developer/vdr-1.7.5.tar.bz2 Don't try it out yet, all we need is new Extensions-Patch for this version, not out yet. I have tested vdr-1.7.4-ext68-streamdev.patch it apply cleanly after Extensions-Patch version 70. Changelog: http://www.linuxtv.org/pipermail/vdr/2009-April/020042.html - seal - 2009-04-13 21:28 Hi, i succesfully compiled XBMC with VDR patch as you described on first page. SD channels works well but im unable to watch any HD channel - i got errors: Quote:X Error of failed request: BadValue (integer parameter out of range for operati im using: Ubuntu 8.10 With NVIDIA drivers 180.41 and 185.19 the same results. HD movies from MKV from disks works fine. I suppose that is VDPAU problem? But HD movies from files works... Any ideas? VDR Extensions Patch v.71 - decaturguy - 2009-04-18 03:14 VDR Extensions Patch v.71 is out works with Vdr-1.7.5 and includes vdr-1.7.4-ext68-streamdev.patch http://www.zulu-entertainment.de/page/klick.php?d=VDR+Extensions+Patch Edit: if you are using old Make.config from version 1.7.4 ifdef STREAMDEVEXT DEFINES += -DUSE_STREAMDEVEXTENSION change it to: ifdef STREAMDEVEXT DEFINES += -DUSE_STREAMDEVEXT - falcorn - 2009-04-18 14:09 i have a Sky It smart card. if i want to use my xbmc with vdr to read this card i need to set up a card reader (smartmouse/phoenix) and i need cccam and cccam sc plugin for vdr. can someone tell me how i can add cccam and cccam sc plugin to vdr and start it when i launch vdr from xbmc menu? how i have to edit runvdr file? Many thanks - decaturguy - 2009-04-18 15:05 falcorn Wrote:i have a Sky It smart card. if i want to use my xbmc with vdr to read this card i need to set up a card reader (smartmouse/phoenix) and i need cccam and cccam sc plugin for vdr. can someone tell me how i can add cccam and cccam sc plugin to vdr and start it when i launch vdr from xbmc menu? how i have to edit runvdr file? I think you should try this forum http://dvbn.happysat.org/ after you setup cccam, sc-plugin and runvdr then you can ask xbmc-vdr related questions here. How to install vdr-sc plugin: Code: cd /home/vdr/src/vdr/PLUGINS/srcQuote:sudo apt-get purge vdr make sure to read this files in vdr-sc source directory. README README.CCcam - freezy - 2009-04-23 13:04 Updated first and second post with latest patch. - tmpdir - 2009-04-24 09:54 freezy Wrote:Updated first and second post with latest patch. Freezy, thanks for this excellent guide. especially that you explain the why and how for each step is good practice. Wish all guides like this (saved me al lot of time . Would be great if you added this guide to the xbmc wiki... I think the wiki needs at least one good vdr guide. - steveh80 - 2009-04-25 10:42 Hey freezy, please add this command to your tutorial, it's neccesary for compiling vdr: sudo apt-get install libcap-dev gettext Thanks. - freezy - 2009-04-25 12:51 Added, thanks for noticing! |