OBS encoding error

AlbertFnWesker

New Member
stream is fine for a few minutes then a pop up happens and the stream goes offline
 

Attachments

  • 2022-02-21 02-07-20.txt
    15.5 KB · Views: 15

koala

Active Member
From your log:
Code:
02:14:54.373: error:   Input contains (near) NaN/+-Inf
02:14:54.373: [FFmpeg aac encoder: 'adv_stream_aac'] avcodec_encode_audio2 failed: Invalid argument
02:14:54.373: Error encoding with encoder 'adv_stream_aac'
02:14:54.373: [rtmp stream: 'adv_stream'] Encoder error, disconnecting
One of your audio sources is generating invalid audio data, so the audio encoder aborted the stream.
Usually, this error happens with defective media included with some media source. However, you don't have any media source. If you play some audio in your browser sources from some media URL, that might be the defective one. If you still cannot identify the source, remove everything that is creating audio, including mic and system audio, and add them back one by one to see which one is causing the issue.
 
Top