Question / Help RTSP stream capture - error while decoding MB & adding milliseconds of audio buffering

CarlosOnline

New Member
Audio is dropping frequently - once per second or so. Lots of glitches. Works fine in original OBS.

Capturing a game video & audio via an RTSP Marshall capture device - . . Log shows 2 main issues: MB decoding errors and audio buffering. Are there any tweaks I can make to eliminate the errors?

Thanks,

Summary:

04:28:41.393: error: error while decoding MB 1 18, bytestream -7

00:45:18.773: adding 21 milliseconds of audio buffering, total audio buffering is now 896 milliseconds
01:01:36.682: Max audio buffering reached!
01:01:36.682: adding 64 milliseconds of audio buffering, total audio buffering is now 960 milliseconds
04:19:45.057: Last log entry repeated for 2049 more lines

Log file is attached.
 

Attachments

  • obs.log
    10.3 KB · Views: 12
Last edited:

CarlosOnline

New Member
I noticed that the audio starts clipping after 10 minutes. So I tried using ffmpeg to record the video and found no audio clipping with ffmpeg. It looks to be a problem with Obs Studio.

ffmpeg.exe -i rtsp://xxx:xxx@10.xxx.xxx.xx/video1+audio1 -vcodec copy -acodec copy -y e:\Video\GameVideo.mp4
 

CarlosOnline

New Member
Audio starts clipping / dropping after 10 minutes of recording of an RTSP input stream.

Recorded with ffmpeg also and there were no problems.
Original OBS records no problems

FFMpeg repro:
ffmpeg.exe -i rtsp://xxx:xxx@10.xxx.xxx.xx/video1+audio1 -vcodec copy -acodec copy -y e:\Video\GameVideo.mp4
 

Attachments

  • obs2.log
    10.3 KB · Views: 10
Top