Audio speeding up Issues During Stream + Video Lag

infinity111Dev

New Member
Hi everyone,


I've been streaming with OBS for about a month now, and I’ve noticed a recurring issue during my streams. At random times, the audio suddenly speeds up, and even when it returns to normal speed, it no longer stays in sync with the video. At the same time, the video also starts to lag .


It's been quite frustrating, and I’m hoping someone can help me identify what’s going wrong.


this is the log file from my last stream:




Any help would be greatly appreciated. Thanks in advance!
 

rockbottom

Active Member
Wi-fi is not recommended.

03:35:44.924: [rtmp stream: 'simple_stream'] Connecting to RTMP URL rtmps://rtmp-api.facebook.com:443/...
03:35:44.984: [rtmp stream: 'simple_stream'] Interface: Intel(R) Dual Band Wireless-AC 8265 (802.11, 866↓/866↑ mbps)
03:35:48.720: [rtmp stream: 'simple_stream'] Connection to rtmps://rtmp-api.facebook.com:443/rtmp/ (102.132.101.23) successful
03:35:48.721: [rtmp stream: 'simple_stream'] Socket send buffer is 65536 bytes

05:34:42.745: Output 'simple_stream': Number of lagged frames due to rendering lag/stalls: 239 (0.2%)
05:34:42.745: Output 'simple_stream': Number of dropped frames due to insufficient bandwidth/connection stalls: 10799
(7.7%)

 

rockbottom

Active Member
Other things I noticed.

This can be disabled & may save resources
03:32:50.946: Game DVR: On

24 or 30 FPS would be better options
03:32:52.184: base resolution: 1920x1080
03:32:52.184: output resolution: 1920x1080
03:32:52.184: downscale filter: Bicubic
03:32:52.184: fps: 20/1
03:32:52.184: format: NV12
03:32:52.184: YUV mode: Rec. 709/Partial

You may have a NDI conflict on the system. Looks like the v5 runtime is still installed.
03:32:52.249: [DistroAV] obs_module_load: you can haz DistroAV (Version 6.0.0)
03:32:52.249: [DistroAV] obs_module_load: Qt Version: 6.6.3 (runtime), 6.6.2 (compiled)
03:32:52.251: [DistroAV] load_ndilib: Trying 'C:\Program Files\NDI\NDI 6 Runtime\v6\Processing.NDI.Lib.x64.dll'
03:32:52.251: [DistroAV] load_ndilib: Found 'C:\Program Files\NDI\NDI 6 Runtime\v6\Processing.NDI.Lib.x64.dll'; attempting to load NDI library...
03:32:52.266: [DistroAV] load_ndilib: NDI library loaded successfully
03:32:52.266: [DistroAV] load_ndilib: NDIlib_v5_load found
03:32:52.550: [DistroAV] obs_module_load: NDI library initialized successfully ('NDI SDK WIN64 12:45:30 May 6 2024 6.0.1.0')

Droidcam is throwing errors, keep an eye to see if they continue
04:36:05.578: User switched Program to scene 'Screen 1'
04:36:07.601: [DroidCamOBS] added new device with serial 'Android-TECNO KL5._droidcamobs._tcp.local.'
04:36:09.423: [DroidCamOBS] added new device with serial 'Android-TECNO KL5._droidcamobs._tcp.local.'
04:36:09.489: [DroidCamOBS] warn: duplicate device
04:36:09.489: [DroidCamOBS] error adding device
04:36:09.554: [DroidCamOBS] warn: duplicate device
04:36:09.554: [DroidCamOBS] error adding device

Add:
Sample rate mis-match on the mic
03:32:53.400: WASAPI: Device 'Digital Audio Interface (AV TO USB2.0)' [96000 Hz] initialized (source: Mic/Aux)
03:32:53.412: WASAPI: Device 'Voicemeeter Out B1 (VB-Audio Voicemeeter VAIO)' [48000 Hz] initialized (source: Mic/Aux 2)
03:32:53.431: WASAPI: Device 'Voicemeeter AUX Input (VB-Audio Voicemeeter VAIO)' [48000 Hz] initialized (source: Desktop Audio)
 
Last edited:
Top