NVENC Error: Too many concurrent sessions

Crash

New Member
I've been trying to fix this all day and I have found no solution, OBS seems to tell me the issue of NVENC using too many sessions but I have no idea what else is using NVENC. I've tried to record not using NVENC but the output ends up being really blurry. If anyone knows how to fix this or find what else is using NVENC please do let me know!
 

rockbottom

Active Member
Depending on the driver you have installed, there could be 2 or 3 concurrent sessions running. If you want to see how many are running, Open a command prompt and type: nvidia-smi.exe encodersessions

To clear them, just re-start your PC.
 

Crash

New Member
I'll try that, using the command prompt I get an issue saying the exe isn't recognized, gonna try restarting my computer now
 

koala

Active Member
Some VR headsets use up 1 nvenc session, even if not in use. The windows internal recording (accessible from the Windows Game Bar or from Windows settings->Game->Recording) as well, but only if you activated background recording.
 
Last edited:

Crash

New Member
I used to have a PSVR connected to my PC but got uninstalled everything for it since i never used it, restarted my pc and still no luck. Does command prompt need to be open in a specific filepath to test the exe thing?
 

Crash

New Member
I'm gonna be honest I'm not entirely sure, I have the GeForce experience and usually that handles driver updates. how would I check?
 

Crash

New Member
Sorry heh I've never really delved too deep into this side of things, gimme a minute or 2 looks like there's a driver update rn I missed. I'll reply once that's done
 

rockbottom

Active Member
Good, at least it's working now. Post the log from the recording session you just did, there may be some adjustments needed.

 

rockbottom

Active Member
Do you have SLI enabled? Your log shows OBS loading up on the 1060 & it also shows these errors.

08:05:02.965: [jim-nvenc] init_session: nv.nvEncOpenEncodeSessionEx(&params, &enc->session) failed: 10 (NV_ENC_ERR_OUT_OF_MEMORY)
08:05:02.971: ---------------------------------
08:05:02.971: [NVENC encoder: 'recording_h264'] settings:
08:05:02.971: rate_control: CBR
08:05:02.971: bitrate: 15000
08:05:02.971: cqp: 0
08:05:02.971: keyint: 250
08:05:02.971: preset: hq
08:05:02.971: profile: high
08:05:02.971: width: 1280
08:05:02.971: height: 720
08:05:02.971: 2-pass: false
08:05:02.971: b-frames: 2
08:05:02.971: GPU: 0
08:05:02.971:
08:05:03.072: error: OpenEncodeSessionEx failed: out of memory (10)
08:05:03.088: fatal: No NVENC capable devices found
08:05:03.088: [NVENC encoder: 'recording_h264'] Failed to open NVENC codec: Generic error in an external library
 
Top