OBS randomly crashing 'encoding error', log attached

AkumaFredo

New Member
Recently my OBS started randomly crashing during streaming (and recording at the same time), never had this issue in the past years.
Logs are attached, hoping somebody could elaborate or explain the issue.
 

Attachments

  • 2022-03-16 10-52-45.txt
    368.5 KB · Views: 71
  • 2022-03-16 09-56-20.txt
    141 KB · Views: 35

Harold

Active Member
One or more of your audio sources is causing corruption in the audio feed and the built in audio encoder can't handle that.
 

koala

Active Member
10:52:26.470: error: Input contains (near) NaN/+-Inf
10:52:26.471: [FFmpeg aac encoder: 'adv_stream_aac'] avcodec_encode_audio2 failed: Invalid argument
10:52:26.471: Error encoding with encoder 'adv_stream_aac'
10:52:26.471: error: Input contains (near) NaN/+-Inf
10:52:26.471: [FFmpeg aac encoder: 'Track1'] avcodec_encode_audio2 failed: Invalid argument
10:52:26.471: Error encoding with encoder 'Track1'
10:52:26.471: [rtmp stream: 'adv_stream'] Encoder error, disconnecting
It's an error with audio encoding. This can happen if one of your audio sources (media or devices) sends invalid audio data.
 

AkumaFredo

New Member
One or more of your audio sources is causing corruption in the audio feed and the built in audio encoder can't handle that.

Thanks! Followed the step in the guide below, going to do a test stream later today.
Most recent log attached for reference.
 

Attachments

  • 2022-03-16 16-15-35.txt
    52.1 KB · Views: 47
Top