OBS Studio Pipewire Beta - not working

I noticed that OBS Studio has Beta support for Pipewire ( to record the screen on wayland )

I have pipewire installed but the pop up window for pipewire is empty
not sure what the issue is yet

pipewire.png
 
Do you have a camera? Video Capture (PipeWire) (BETA) is for camera unlike Screen Capture (PipeWire). As camera support is more recent it's still in BETA. Besides, FreeBSD builds PipeWire with -Dlibcamera=disabled, so it's unlikely to work.

 
right my bad, so pipewire is for the camera and not screen capture
i wondered why it listed a camera in the pop up window

i have a built in webcam but i havent enabled it
thats why its blank

on a separate note nvenc is still broken

Code:
14:50:46.153: dl_fn->cuda_dl->cuInit(0) failed
14:50:46.153:  -> CUDA_ERROR_OPERATING_SYSTEM: OS call failed or operation not supported on this OS
14:50:46.153:
14:50:46.153:
14:50:46.155: Failed to open video codec: Unknown error occurred

i managed to get vaapi hevc working
so that a workaround
 
Back
Top