Re: [vdr] reelbox plugin - help compiling

2008-09-19 Thread Josce
> I had the same error. IIRC your VDR is missing the truecolor OSD patch: > http://www.vdr-wiki.de/wiki/index.php/OpenSUSE_VDR_DVB-S2_-_Teil3:_VDR#Patches_f.C3.BCr_Reelbox_Plugin_herunterladen > > Good luck! > Frank Thank you! This did the trick. Some problems with the picture, but getting ther

Re: [vdr] reelbox plugin - help compiling

2008-09-19 Thread Josce
> I've successfully installed the eHD, but I use vdr-1.7.0. With that it > went without any probs using the mentioned HOWTO. ( And I didn't have to > patch any eHD-driver either. Thanks to Niels Wagenaar ) I would like to switch to vdr-1.7.0, but everytime I tried to install the multiproto dri

Re: [vdr] reelbox plugin - help compiling

2008-09-19 Thread Niels Wagenaar
-Original message- From: Josce <[EMAIL PROTECTED]> Sent: Fri 19-09-2008 12:54 To: VDR Mailing List ; Subject: Re: [vdr] reelbox plugin - help compiling > I would like to switch to vdr-1.7.0, but everytime I tried to install the > multiproto > driver some issue came up: > First I tried to

Re: [vdr] reelbox plugin - help compiling

2008-09-19 Thread Josce
> Did you try: > > hg pull http://arvdr-dev.free-x.de:8080/testdvb/ > hg pull http://jusst.de/hg/multiproto/ > hg pull http://jusst.de/hg/multiproto_plus/ Tried http://jusst.de/hg/multiproto_plus/ and managed to get it without problems. Compiling it as I type this and so far no problems :) Is t

Re: [vdr] reelbox plugin - help compiling

2008-09-19 Thread Theunis Potgieter
Perhaps vdr in its developing phase support both, so when ever the API that wins vdr and its users can continue without the API holding it back? What does Klaus have to say about this? On 19/09/2008, Niels Wagenaar <[EMAIL PROTECTED]> wrote: > > -Original message- > From: Josce <[EMAIL PRO

Re: [vdr] reelbox plugin - help compiling

2008-09-19 Thread Niels Wagenaar
-Original message- From: Josce <[EMAIL PROTECTED]> Sent: Fri 19-09-2008 13:36 To: [EMAIL PROTECTED]; Subject: RE: [vdr] reelbox plugin - help compiling > > Did you try: > > > > hg pull http://arvdr-dev.free-x.de:8080/testdvb/ > > hg pull http://jusst.de/hg/multiproto/ > > hg pull http:/

Re: [vdr] VDR not starting if a plugin fails to start?

2008-09-19 Thread VDR User
I like that VDR won't load if a plugin failed. That means there was a problem, and I should go fix it. Also, it's the plugins job to continue on non-fatal errors, not VDR. How would VDR even know whats a non-fatal error for a certain plugin? From VDR's perspective either the plugin is working o

Re: [vdr] VDR not starting if a plugin fails to start?

2008-09-19 Thread Petri Helin
VDR User wrote: > I like that VDR won't load if a plugin failed. That means there was a > problem, and I should go fix it. Also, it's the plugins job to > continue on non-fatal errors, not VDR. How would VDR even know whats > a non-fatal error for a certain plugin? From VDR's perspective either

Re: [vdr] VDR not starting if a plugin fails to start?

2008-09-19 Thread VDR User
On Fri, Sep 19, 2008 at 8:20 AM, Petri Helin <[EMAIL PROTECTED]> wrote: > But why should even a fatal error (from plugin's perspective) cause VDR > to not start? It should only cause the plugin not to be loaded. Of > course plugins could also implement more intelligent initialization and > try to d

Re: [vdr] VDR not starting if a plugin fails to start?

2008-09-19 Thread Klaus Schmidinger
On 09/19/08 17:20, Petri Helin wrote: > VDR User wrote: >> I like that VDR won't load if a plugin failed. That means there was a >> problem, and I should go fix it. Also, it's the plugins job to >> continue on non-fatal errors, not VDR. How would VDR even know whats >> a non-fatal error for a ce

Re: [vdr] VDR not starting if a plugin fails to start?

2008-09-19 Thread Petri Helin
VDR User wrote: > I think it's a huge assumption (and incorrect one) to say the main > function of VDR is to record tv shows. I know many people who use it > for watching live tv, email notices, weather report, playing other > media something like an htpc, etc. Ok, let me rephrase it: for my pu

Re: [vdr] VDR not starting if a plugin fails to start?

2008-09-19 Thread Josce
> So, if a plugin thinks VDR can well run without it, it should just > return true. If it's a plugin that's absolutely necessary for operation, > it shall return false upon failure. VDR can't know that by itself. Maybe all plugins could have a setting "on failure terminate vdr" ? Then the user c

Re: [vdr] Getting old dvb_ttpci running with new driver and VDR1.7.1

2008-09-19 Thread Matthias Fechner
Hi, I was now able to compile a driver and get it running with VDR 1.7.1 here a short summary: To get the driver: cd /usr/local/src/ mkdir hvr4000 mkdir -p hvr4000/liblianindvb-test cd hvr4000/liblianindvb-test hg init hg pull http://arvdr-dev.free-x.de:8080/testdvb/ hg update Compile the drive

Re: [vdr] VDR not starting if a plugin fails to start?

2008-09-19 Thread Udo Richter
Petri Helin wrote: > In fact I am already wondering why plugins are not > hot-pluggable... They are, to some degree, by using the proxy plugin. The proxy plugin can delay loading a plugin, and for some plugins it can unload a plugin while VDR is running. It can also do the requested continue-on

[vdr] Still can't do multiproto :(

2008-09-19 Thread Josce
I can't believe this, everyone else seems to get multiproto working, but I can't. :( >cd multiproto_folder >cd linux/include/linux >ln -s /usr/src/linux-headers-`uname -r`/include/linux/compiler.h ./And so I >did: ls -l multiproto_plus/linux/include/linux/ lrwxrwxrwx 1 root root62 2008-09

Re: [vdr] Still can't do multiproto :(

2008-09-19 Thread Niels Wagenaar
Op Vr, 19 september, 2008 21:21, schreef Josce: > > -- SNIP -- > I can't understand why compiler.h is not found, since I have no problems > finding it :) > Getting tired and frustrated, better give this some rest ... > Edit Make.config and change/edit the DVBDIR variable. I guess you don't have it

Re: [vdr] VDR not starting if a plugin fails to start?

2008-09-19 Thread Petri Helin
Udo Richter wrote: > Petri Helin wrote: >> In fact I am already wondering why plugins are not >> hot-pluggable... > > They are, to some degree, by using the proxy plugin. The proxy plugin > can delay loading a plugin, and for some plugins it can unload a plugin > while VDR is running. It can al

[vdr] Xineliboutput CVS and AVC (h264)

2008-09-19 Thread Todd Luliak
I've got my box setup running Debian Etch 2.6.24-rc4, vdr 1.6.2 with Reinhard's patches, the latest xine-lib compiled with the latest external ffmpeg, and vdr-xine. With that configuration I can watch SD and HD in mpeg2 and mpeg4/h264 to 1080p resolutions. I installed the latest CVS of xinelibou