Hello,
I want to update module parameters realtime (during video playback) and more precisely video filter parameters thru the libvlb API. For example motion blur factor.
Looking at the libvlc API i found libvlc_media_add_option. But looking at the code i saw that this adds an option once .
Is there something more specific for this job ?