So which output should I use for the mux? wav directly?wav into ogg won't achieve anything
Of course:Can you share the broadcast ffmpeg command too ?
Code: Select all
while true;
do ffmpeg -ar 44100 -ac 1 -f alsa -i plughw:2,0 -f wav -listen 1 tcp://xxxxx:xxxxx@0.0.0.0:8554;
done
Code: Select all
cvlc --repeat -vvv tcp/wav://7xxxxx --sout="#std{access=file,mux=ogg,dst=/home/VLC_audios/$(date +%Y%m%d_%H%M%S_audio).wav}"