https://trac.videolan.org/vlc/ticket/18039
Tested:
https://nightlies.videolan.org/build/wi ... t-win64.7z
+ ubuntu/mint version
Hello,
I am writing this message because I do not really know if you are notified when the bugs are closed (I feel it is the case).
Like you said in this bug, VLC handles corking. Excepted for Android that I had tested a long time ago (= works = VLC stops), for Windows 7 64 bits and Linux Mint 32 bits with PulseAudio, when I plug/unplug headphones (Mint + Windows) or disable the audio output used by VLC in the sound manager of Windows, VLC continues playing.
Log – When headphones are plugged/unplugged:
– Linux Mint (PulseAudio):
Code: Select all
changing sink 16: alsa_output.pci-0000_00_1b.0.analog-stereo (Built-in Audio Analog Stereo)
nothing
Regarding “disable the audio output used by VLC in the sound manager of Windows”, there are nice lines in the log so I am sure you can do something (in comparison to what PulseAudio has given in the log for GNU/Linux).
I think at least on Windows, it should not be too hard to do. For the other OS, I do not know.
The objective is to add an option/a setting to let the user choose to pause or not the playing when the audio output used by VLC changes (disabled or switched to a state like “headphones plugged/unplugged”).