rtcvb32: running out of buffer
drxenija: Is it possible to increase the buffer? With the video capture device's USB input?
In theory, yes.
I'm not sure how big the buffer is, could be 128k, could be a meg. Look in OBS and see if there's an option. It could just be a hardware buffer that needs accessing, or maybe it's a DMA (
direct memory access) where the hardware copies the value to the memory. If it's a hardware buffer like used in modems of old, you don't have much space and it has to be triggered regularly. If it's a DMA or software buffer, you can likely make it as big as you want. I'd probably go 10 seconds.
edit: Hmmm USB... I do hope it's at least USB 2.0 supported. 1.0 and 1.1 couldn't possibly support video, but could do audio.
We're talking raw bandwidth.. USB 2 gives 480Mbit, or i'd round to 48Mb/sec. 800x600@30fps 24bit takes 41.2Mb/s, as a reference. USB 3.0 pushes to 5Gbp/s which i'm not sure how much video you'd get from it.
drxenija: speaking of USB, I have 3 ports and all 3 are plugged in.
One for video capture, 2nd for a USB drive and 3rd for the mouse.
Touchpad is tough
If you have a 3.0 port, you might get a hub and connect multiple devices in, which for low latency/low data would be fine, mouse keyboard mic, yeah those are fine. Even a USB drive, though the max speed and how much you use it is suspect.
Video capture should likely have it's own plug so you aren't fighting with it.
edit2: Alright looked over settings in OBS. Not seeing anything for a buffer size beyond the 'replay/playback' which is set at 20 seconds or about 6Mb. So...
I'd say going to File->Settings, under the following screen, change streaming audio from P5 to Fastest, and the rate from 160 to 320. Other than setting OBS at a higher priority, i'm not sure depends on how bogged down your computer is.
You
might also go through your windows services and disable things you don't need. Don't have a printer? Disable Print Spooler, don't do updates? Turn off auto-updater. Don't have a smart-card system? Disable those, etc etc. By default there's like 90 services or more that windows starts up with, many which you don't need.