Page 1 of 1

Python binding: is it possible to change configuration of the running instance?

Posted: 17 Aug 2019 07:13
by peppy.player
Is it possible to change configuration parameters in the running player instance or new instance should be created with new parameters? I mean such parameters as --demux --rawaud-channels --rawaud-samplerate --rawaud-fourcc etc.
Thanks in advance!

Re: Python binding: is it possible to change configuration of the running instance?

Posted: 19 Aug 2019 09:35
by mfkl
it's not possible to change libvlc instance parameters after creation. Some options apply to media with libvlc_media_add_option and so can be set dynamically per media.