Page 1 of 1

changing audio output

Posted: 13 Sep 2016 09:32
by mc007
Hi,

is it possible to change the audio device on the fly via web-interface ? I tried many things but it doesn't seem to work. I checked the LUA source and I see adev is commented out : https://github.com/videolan/vlc/blob/24 ... i.lua#L585

I actually want to play different sources on different outputs simultan, if that is possible at all. Whilst at it, is there a sort of protocol reference? Looking at the docs I feel somehow lost and still don't know what I have to send....

thanks a lot,
g

Re: changing audio output

Posted: 28 Sep 2016 23:26
by Jean-Baptiste Kempf
No, it is not possible, for security reasons.

Re: changing audio output

Posted: 04 Oct 2016 23:00
by mc007
ah, alright. Thanks, got it done via libvlc after all, exposing the whole api via node-js (see npm vlc-ffi)

Re: changing audio output

Posted: 27 Dec 2016 11:57
by Jean-Baptiste Kempf
ah, alright. Thanks, got it done via libvlc after all, exposing the whole api via node-js (see npm vlc-ffi)
What is the context? How did you use VLC with node?