Question / Help Video Sources Lock Up, requiring software restart

Agoat

New Member
I've been having this problem for a while and can't seem to find a fix. After broadcasting for a while, my Elgato HD60 and my webcam both lock up and require me to restart OBS. It looks like desktop audio continues to broadcast during this time.

Here's my log file. I see mention of a ton of memory leaks but I'm unsure how to fix them. I use FabFilter for my Blue Yeti microphone, as well. Does anyone have any idea how to fix this?
 

Attachments

  • 2017-12-18 21-11-49.txt
    16.7 KB · Views: 9

SumDim

Member
While you are at it, I would clean up some stuff.

1) Update Elgato and Logitech Webcam software
- Elgato Game Capture software (https://www.elgato.com/en/gaming/downloads)
- Logitech C270 webcam via Logitech Gaming Framework (http://support.logitech.com/en_us/software/lgs)

2) Try a different video format for the webcam, perhaps MJPEG
21:11:50.703: warning: deprecated pixel format used, make sure you did set range correctly

I have no problems with my C900's using MJPEG

3) Fix image source size problems
User switched to scene 'Chatty'
21:11:54.798: A sprite cannot be drawn without a width/height
.
.
A whole bunch of these. One or more of the JPG or PNG are causing problems.
Best to delete the image source and create another, then resize appropriate on the Scene layout.

21:11:51.134: - scene 'Chatty':
21:11:51.134: - source: 'jonathan-thompson-btc-vc-04.jpg' (image_source)
21:11:51.134: - source: 'Chatlayout.png' (image_source)
21:11:51.134: - source: 'Next.png (2)' (image_source)
21:11:51.134: - source: 'Elgato HD60' (dshow_input)
21:11:51.134: - source: 'Webcam' (dshow_input)
21:11:51.134: - filter: 'Video Delay (Async)' (async_delay_filter)
21:11:51.134: - source: 'News' (slideshow)
21:11:51.134: - source: 'NewsBorder' (image_source)

4) I don't have to use video delay on my Logitech webcams:
21:11:51.134: - source: 'Webcam' (dshow_input)
21:11:51.134: - filter: 'Video Delay (Async)' (async_delay_filter)
 
Top