![]() |
|
[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) |
- greco - 2009-02-16 19:55 hey megacrypto, how about a few screens from lets say main menu (home screen) to watching tv? I'd like to take a look at it ( I know there are a few screens in the first post) before I take the plunge with XBMC and VDR to replace mediaportal. - divingmule - 2009-02-16 23:34 I'm having problems with make vdr and ffmpeg PHP Code: vdr@ubun:~/src/vdr$ makePHP Code: vdr@ubun:~/ffmpeg$ makeAny help would be appreciated - freezy - 2009-02-16 23:41 did you uninstall libav* before compiling? seems it takes the wrong library Code: aptitude search libavformat- megacrypto - 2009-02-16 23:44 greco Wrote:hey megacrypto, how about a few screens from lets say main menu (home screen) to watching tv? I'd like to take a look at it ( I know there are a few screens in the first post) before I take the plunge with XBMC and VDR to replace mediaportal. i will try to, since my xbmc is running on a dedicated machine that does not have a desktop installed on it (i use the ubuntu mini install to minimize the boot time since it will only work as a htpc) .. haven't got vnc working on it yet - divingmule - 2009-02-16 23:45 Code: vdr@ubun:~/ffmpeg$ aptitude search libavformatThanks - megacrypto - 2009-02-16 23:50 i got everything working, but my solution was a bit messy (since the only way to use the remote was to install another instance of vdr - a pre-compiled package - and then use this one to actually run vdr), but i actually could not get vdr 1.7.2 to compile (always gave an error that it required Linux DVB driver API version 5.0! .. so i used vdr 1.6.0 which the GetRecordingEvent.patch ran with no errors on it anyone faced the same issue with this API 5 matter? i did install v4l-dvb as per this guide here and point to in the Make.config file DVBDIR = /home/mega/src/v4l-dvb/linux - megacrypto - 2009-02-17 01:13 i have a question about this xbmc patch ... did anyone try it with mythtv ? in the settings one can select between either vdr or mythtv... im wondering how it works with mythtv ?! - megacrypto - 2009-02-17 01:49 im trying to see different ways to make the remote work, so im trying Code: sudo vdr -P'remote -i /dev/input/by-path/pci-0000:01:06.0--event-ir'Code: *** buffer overflow detected ***: vdr terminatedagain a very lengthy output, but maybe someone could guide me to where this could be resolved - lx01 - 2009-02-17 03:02 megacrypto Wrote:i have a question about this xbmc patch ... did anyone try it with mythtv ? in the settings one can select between either vdr or mythtv... im wondering how it works with mythtv ?!Yes, I tried both alwinus' patch and the unified-pvr branch (which the patch is based on afaik). No go with both - the latter one at least shows my upcoming recordings, but that seems to be it so far. So i guess mythtv users will have to wait a while longer.. - ads_german - 2009-02-17 03:39 lx01, are you aware of the mythbox python script for mythtv integration? Long term I understand the plan is to integrate via the unified-pvr branch, but for now, the mythbox script offers a fair bit of functionality... See: http://forum.xbmc.org/showthread.php?tid=43115&highlight=mythbox |