Audio encoder failing?

Eiroks

New Member
19:35:19.380: [FFmpeg aac encoder: 'simple_aac'] avcodec_encode_audio2 failed: Invalid argument
19:35:19.380: Error encoding with encoder 'simple_aac'
19:35:19.380: [rtmp stream: 'simple_stream'] Encoder error, disconnecting
19:35:19.380: [rtmp stream: 'simple_stream'] Socket send buffer is 65536 bytes

So every so often I see this pop up when my stream gets cut short. OBS doesn't crash it just stops streaming. Does anyone know what is causing this?
 

Attachments

  • 2022-02-16 18-32-11.txt
    25.5 KB · Views: 69

koala

Active Member
The audio data the audio encoder tried to encode was invalid, so the encoder stopped doing its work. Usually, this happens if one is including some defective media in his stream, however I don't see one in your log.
You have many Windows audio sources configured, I suggest you remove as many as possible to see if one of these are causing the issue. There is also a browser source - if this is generating some audio, try to remove it.
 
Top