Hello everyone. I've been able to get the card working as examples that people have shared here. However, I would like to be able to combine the on board mics with the camera module to stream using FFMPEG. Can anyone help with this? I thought I was close but I still get no audio.
Here is my latest command:
raspivid -t 0 -w 720 -h 405 -fps 25 -vf -b 500000 -o - | ffmpeg -i - -f arecord -r 44100 -c 2 -f S32_LE -vcodec copy -acodec aac -an -f flv -metadata streamName=myStream rtmp://[myserver]/live/myStream