Hello,
I'm a member of the KDE Mac community, currently looking at ways to bring audio playback (and capture) device selection to KDE's systemsettings on OS X.
VLC shows exactly the kind of device list I'd like to be able to select from (also with the Qt4 interface), and I was hoping it would be relatively straightforward if not automatic to get that list through the VLC phonon backend. Not so; the only entry I get is auhal.
Looking through the VLC source I see how to obtain the list using aout_DeviceList, but it seems one has to have a valid playlist in order to obtain the required audio_output_t instance.
Is there another way, or is it possible to create some kind of minimal dummy playlist through libvlc?
Maybe I should ask first if it is possible to use the devices returned by aout_DevicesList instead of the ones returned by libvlc_audio_output_list_get ?
Thanks in advance,
R.
PS: I've created a patch against VLC 2.1.5 that allows applications linked against libvlc (as installed through MacPorts) to find the available plugins. I think it doesn't introduce regressions to a standard build (nor to the VLC.app built through MacPorts), so if this is of potential interest for upstream incorporation I can put the patch on trac.