vlc play only when talking plugin code example
Example: vlc out localhost from output sound
sox -t coreaudio "Soundflower (2c" -t mp3 -C 128 -q - | \
vlc - --sout "#standard{access=http,mux=ogg,dst=0.0.0.0:8080}" --intf dummy
sox -t coreaudio "Soundflower (2c" -t mp3 -C 128 -q - | \
vlc - --sout "#standard{access=http,mux=ogg,dst=0.0.0.0:8080}" --intf dummy