Re: [vdr] Vdr 1.7.15 and vdradmin

2010-06-19 Thread Teemu Rantanen
Hi, there is a bug in epgsearch which leaks file descriptors if epgsearch cannot connect to the SVDRP port. Everything works well for a while until all file descriptor slots are in use and process cannot open any file anymore. Then VDR will either stop showing live TV, stop recording, crash or do

Re: [vdr] Restricting a particular dvb card from tuning to channels with a selected modulation

2010-04-05 Thread Teemu Rantanen
Hi, I tried also without delete cDeviceHook but it still crashed... Well, the fixes are basically available in the plugin, as I copied the probe method (and modified slightly to suit the plugin). Those are: - The sysfs filenames are idVendor (subsystem_vendor) and idProduct (subsystem_device) -

Re: [vdr] Restricting a particular dvb card from tuning to channels with a selected modulation

2010-04-05 Thread Teemu Rantanen
...@tvdr.de On 05.04.2010 12:43, Teemu Rantanen wrote: Hi, I tried also without delete cDeviceHook but it still crashed... Please try creating the cReddoDeviceHook in cPluginDisableReddoQAM256::Initialize(), as suggested in PLUGINS.html. Well, the fixes are basically available

Re: [vdr] Restricting a particular dvb card from tuning to channels with a selected modulation

2010-04-04 Thread Teemu Rantanen
Hi, There's a new version of the patch implemented as a plugin. It seems to work, but there are few things to notice: - Plugin does not cache which devices are Reddo devices, instead it probes sysfs every time QAM256 channel is being tuned into (on any device). It would be nice if cDeviceHook

Re: [vdr] Restricting a particular dvb card from tuning to channels with a selected modulation

2010-04-03 Thread Teemu Rantanen
Hi, I bought a Reddo dvb-c usb card last week and wanted to make it a backup card without a risk of it accidentally tuning into QAM256 channel and spitting out garbage. It seems to be quite good value for money in Finland if you want dvb-c usb card and don't need QAM256. I followed this

[vdr] DVB (usb) device hotswapping?

2010-04-03 Thread Teemu Rantanen
Hi, now that I've moved from pci dvb-c cards to usb dvb-c cards, I started to think what happens if dvb-devices are inserted/ejected when vdr is running. I haven't actually tried what happens, but it looks like hotswapping isn't supported? I guess adding a new device could be done quite easily

Re: [vdr] Restricting a particular dvb card from tuning to channels with a selected modulation

2010-04-03 Thread Teemu Rantanen
I see... I actually noticed cDeviceHook but couldn't figure out if it could be used or not as there was no reference anywhere for it. This patch could be very nicely implemented fully in a plugin. I'll try that... Thanks, Teemu 2010/4/3 VDR User user@gmail.com Klaus added the ability to