Goal is to create stream for facebook from image and audio file.
This is my command:
ffmpeg \\ -re -y \\ -loop 1 \\ -f image2 \\ -i ./maxresdefault.jpg
I was having the same problem, ended up switching my audio encoding to libvo_aacenc instead of libmp3lame...
I have not tested if the audio still works however the stream is no longer dying.