News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

VDR plugin development

Started by austriancoder, July 24, 2008, 01:26:10 PM

Previous topic - Next topic

austriancoder

Hi all,

I want to use CB to develop and debug VDR[1] plugins. I have changed to project settings to work with the Makefile of the plugin.
My problem is to start VDR with my plugin and do some debugging. I need to copy the generated so file into a specific directory to
use it with VDR. e.g. cp -v libvdr-xyz.so /usr/lib/vdr/plugins/libvdr-xyz.so.1.6.0
Now I can start VDR by hand with the following command:
vdr -P xyz -c /etc/vdr/ -E /var/vdr/video/ -l 3

For me it is okay to do the copy in the Makefile, but how must i configure CB to use a specific command to start the host program of the plugin.
If this is possible also debugging within CB should be possible, or?

[1] http://www.linuxtv.org/vdrwiki/index.php/Main_Page