Thank you very much. You were right, the audio is recorded properly (unless the stream has been muted manually).
For future googlers: This is the command I use for converting the files.
Code:
ffmpeg -i INPUT_PATH -c:v libx264 -crf 23 -c:a libvo_aacenc -g:a 100 OUTPUT_PATH