Hi, I want to use the vlm api library in my own application to create a vod stream. Therefore I have the following code (for prototyping): int main(int argc, char **argv) { const char* psz_name = "test"; /* Load the VLC engine */ libvlc = libvlc_new(0, NULL); libvlc_vlm_add_vod(libvlc, psz...