Hello all,
I have CC4C set up and it is working overall, but I'm running into a few issues that I need some help resolving:
-
The recording will occasionally screw up with the audio and video appearing to be sped up. From what I can tell, it seems to do this when there is some other computer processes going on in the background. This also occurs when I'm recording a second stream.
-
Occasionally, the video will freeze, but the audio continues and is otherwise normal. There doesn't seem to be any particular trigger, though it's happened a couple times when I fast forwarded through a good bit of the video while it was recording. But, other times it worked just fine.
-
It doesn't always display as full screen (there are black bars on the top and bottom) and sometimes even switches between full and partial screen during the recording. If I notice it in real time, I can go to the Chrome tab and click the full screen button and it will fix it. It seems random.
Items 1 & 2 appear to be related to system performance, but I am running a new Minisforum mini PC with pretty solid specs (AMD Ryzen 7 8745H, integrated Radeon 780M, and 32gb DDR5 5600Mhz), so it doesn't seem like hardware should be a limiting factor here. For reference here are screenshots of the Task Manager Performance tab. The first one is with one recording and the second is with two recordings:
I am running the latest main.js, but have added a few extra arguments that I took from @doug8796's custom file. Those are:
'--disable-notifications',
'--enable-accelerated-video-decode',
'--enable-accelerated-video-encode',
'--enable-features=UseSurfaceLayerForVideoCapture',
'--enable-gpu-rasterization',
'--enable-oop-rasterization',
'--disable-software-rasterizer',
'--disable-gpu-vsync',
'--enable-audio-output',
Any help would be much appreciated. Thanks.