zsh: unmatched / seg fault trying to launch obs with nv-sglrun.

libc.so.6 on my system is only listed in /compat/linux and /compat/ubuntu

Code:
Yes Master ? doas find / -name libc.so.6
Password:
/compat/ubuntu/lib/x86_64-linux-gnu/libc.so.6
/compat/linux/usr/lib64/libc.so.6
/compat/linux/usr/lib/i686/nosegneg/libc.so.6
/compat/linux/usr/lib/libc.so.6

libnvidia-encode.so.1

Code:
Yes Master ? doas find / -name libnvidia-encode.so.1
Password:
/compat/ubuntu/usr/lib/x86_64-linux-gnu/libnvidia-encode.so.1
/compat/linux/usr/lib64/libnvidia-encode.so.1
/compat/linux/usr/lib/libnvidia-encode.so.1
 
Code:
[marietto@marietto ~]==> doas find /compat -name libc.so.6
Password:

/compat/ubuntu2310/usr/lib/i386-linux-gnu/libc.so.6
/compat/ubuntu2310/usr/lib/x86_64-linux-gnu/_libs/libc.so.6
/compat/ubuntu2310/usr/lib/x86_64-linux-gnu/libc.so.6
/compat/ubuntu2310/usr/lib32/libc.so.6
/compat/ubuntu2310/usr/libx32/libc.so.6

[marietto@marietto ~]==> doas find /compat -name  libnvidia-encode.so.1
Password:

/compat/ubuntu2310/usr/lib/i386-linux-gnu/libnvidia-encode.so.1
/compat/ubuntu2310/usr/lib/x86_64-linux-gnu/libnvidia-encode.so.1

but you :

/compat/ubuntu/usr/lib/x86_64-linux-gnu/libnvidia-encode.so.1
/compat/linux/usr/lib64/libnvidia-encode.so.1
/compat/linux/usr/lib/libnvidia-encode.so.1
 
You might want to check out obs-cmd
it works with the obs websocket so you can control obs studio

its what i use with wlr-which-key




View: https://www.youtube.com/watch?v=xD_604YISsE
 
The same command now :

[marietto@marietto ~]==> nv-sglrun printenv LD_LIBMAP | grep -v libGL

Code:
ld-linux.so.2                            /usr/local/lib/libc6-shim/libc6.so
ld-linux-x86-64.so.2                     /usr/local/lib/libc6-shim/libc6.so
libc.so.6                                /usr/local/lib/libc6-shim/libc6.so
libdl.so.2                               /usr/local/lib/libc6-shim/libc6.so
libm.so.6                                /usr/local/lib/libc6-shim/libc6.so
libpthread.so.0                          /usr/local/lib/libc6-shim/libc6.so
librt.so.1                               /usr/local/lib/libc6-shim/libc6.so
bsd-librt.so.1                           /lib/librt.so.1

after the installation of the missing package,the list is different.
 
Now,is there a way to fix these errors ?

Code:
error: VAAPI: Failed to initialize display in vaapi_device_h264_supported
info: FFmpeg VAAPI H264 encoding not supported

error: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
info: FFmpeg VAAPI HEVC encoding not supported
 
i have this in my obs log

Code:
23:38:32.648: VAAPI: Failed to initialize display in vaapi_device_h264_supported
23:38:32.658: VAAPI: API version 1.20
23:38:32.658: FFmpeg VAAPI H264 encoding supported
23:38:32.658: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
23:38:32.659: FFmpeg VAAPI HEVC encoding supported

vaapi show up as an option in obs studio
i just use nvenc to be honest

or prores if im going to import the footage into davinci resolve
 
have you got these packages installed

Code:
x265-3.5_1                     H.265/High Efficiency Video Coding (HEVC) format
libva-2.20.0_1                 VAAPI wrapper and dummy driver
libva-intel-driver-2.4.1_2     VAAPI legacy driver for Intel GMA 4500 (Gen4) to UHD 630 (Gen9.5)
libva-nvidia-driver-0.0.11     NVDEC-based backend for VAAPI
libvdpau-va-gl-0.4.2_5         VDPAU driver with OpenGL/VAAPI backend
libva-utils-2.20.1             Collection of tests and utilities for VAAPI
 
you have :

FFmpeg VAAPI H264 encoding supported
FFmpeg VAAPI HEVC encoding supported

why I don't have them ? how u start obs ?
 
Code:
~/.local/share/applications/com.obsproject.Studio.desktop

Code:
[Desktop Entry]
Version=1.0
Name=OBS
GenericName=Streaming/Recording Software
Comment=Free and Open Source Streaming/Recording Software
Exec=sh -c 'LD_LIBMAP="`nv-sglrun printenv LD_LIBMAP | grep -v libGL`" obs'
Icon=com.obsproject.Studio
Terminal=false
Type=Application
Categories=AudioVideo;Recorder;
StartupNotify=true
StartupWMClass=obs
 
have you got these packages installed

Code:
x265-3.5_1                     H.265/High Efficiency Video Coding (HEVC) format
libva-2.20.0_1                 VAAPI wrapper and dummy driver
libva-intel-driver-2.4.1_2     VAAPI legacy driver for Intel GMA 4500 (Gen4) to UHD 630 (Gen9.5)
libva-nvidia-driver-0.0.11     NVDEC-based backend for VAAPI
libvdpau-va-gl-0.4.2_5         VDPAU driver with OpenGL/VAAPI backend
libva-utils-2.20.1             Collection of tests and utilities for VAAPI

yes.
 
Nothing :

info: FFmpeg VAAPI H264 encoding not supported
info: FFmpeg VAAPI HEVC encoding not supported

maybe I've installed ffmpeg from the package. I bet that it should be compiled from ports,enabling the relative options...
 
i just have the ffmpeg package installed

Code:
fdk-aac-2.0.3                  Port of the Fraunhofer FDK AAC Codec Library
ffmpeg-6.1.1,1                 Realtime audio/video encoder/converter and streaming server
ffnvcodec-headers-12.0.16.1    FFmpeg version of Nvidia Codec SDK headers
 
i just have the ffmpeg package installed

Code:
fdk-aac-2.0.3                  Port of the Fraunhofer FDK AAC Codec Library
ffmpeg-6.1.1,1                 Realtime audio/video encoder/converter and streaming server
ffnvcodec-headers-12.0.16.1    FFmpeg version of Nvidia Codec SDK headers

I have them.
 
I can't remove the package ffmpeg to install it again from ports. If I do this,I will destroy the system :

Code:
[marietto@marietto /compat]==> doas pkg remove ffmpeg
Password:

Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 68 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
    atril: 1.26.0_22
    baloo-widgets: 23.08.4
    blender: 3.6.1_6
    caja: 1.26.1_4
    caja-extensions: 1.26.0_6
    chromaprint: 1.5.1.20221217_1
    dolphin: 23.08.4
    engrampa: 1.26.0_3
    ffmpeg: 6.1.1,1
    ffmpegthumbnailer: 2.2.2.20221021_2
    file-roller: 3.42.0_3,1
    firefox: 123.0.1,2
    freerdp: 2.11.5
    gksu: 2.0.2_8
    grilo-plugins: 0.3.15_1
    gstreamer1-libav: 1.22.5
    gstreamer1-plugins-chromaprint: 1.22.5
    gstreamer1-plugins-core: 1.22.5
    gwenview: 23.08.4
    kaccounts-integration: 23.08.4_1
    kalgebra: 23.08.4
    kdegraphics: 23.08.4_1
    kdemultimedia: 23.08.4_3
    kdemultimedia-ffmpegthumbs: 23.08.4
    kdenetwork: 23.08.4_1
    kdenlive: 23.08.4
    kf5-baloo: 5.112.0
    kf5-kfilemetadata: 5.112.0_1
    kf5-kimageformats: 5.112.0_1
    kf5-purpose: 5.112.0
    krdc: 23.08.4
    krfb: 23.08.4
    libheif: 1.17.6_1
    libxine: 1.2.13_6
    marble: 23.08.4_1
    mate: 1.26.0_2
    mate-base: 1.26.0_1
    mlt7: 7.22.0
    mlt7-glaxnimate-qt5: 7.22.0
    mlt7-qt5: 7.22.0
    mpv: 0.37.0,1
    nautilus: 42.2_3
    obs-studio: 30.0.2
    oidn: 2.1.0
    openimageio: 2.4.13.0_6
    parley: 23.08.4
    parole: 4.18.1_1
    peek: 1.5.1_3
    plasma5-discover: 5.27.10_1
    plasma5-kde-cli-tools: 5.27.10
    plasma5-khotkeys: 5.27.10
    plasma5-kpipewire: 5.27.10
    plasma5-plasma-browser-integration: 5.27.10
    plasma5-plasma-workspace: 5.27.10_2
    plasma5-powerdevil: 5.27.10_1
    plasma5-systemsettings: 5.27.10
    qt5-webengine: 5.15.16.p5_5
    qt5-webview: 5.15.12p0
    signon-ui: 0.17.355
    smplayer: 23.6.0
    spectacle: 23.08.4
    tigervnc-viewer: 1.13.1_2
    totem: 3.38.2_5
    vlc: 3.0.20_3,4
    wlrobs: 1.1_3
    xine: 0.99.14_4
    xpra: 5.0.4_1
    yt-dlp: 2023.12.30_1

Number of packages to be removed: 68

The operation will free 1 GiB.

Proceed with deinstalling packages? [y/N]: N
 
And finally I found the reason for the crash. Installing the package "libva-vdpau-driver" causes it. Removing it obs restarted working great. I don't know if it is expected. But I found it. I'm happy. It's like finding a needle in a haystack.


Give a look below :

Code:
[marietto@marietto /compat]==> doas pkg install libva-vdpau-driver
Password:

Updating FreeBSD repository catalogue...
FreeBSD repository is up to date.
All repositories are up to date.
The following 2 package(s) will be affected (of 0 checked):

New packages to be INSTALLED:
    libva-vdpau-driver: 0.7.4_10

Installed packages to be REINSTALLED:
    libdca-0.0.7

Number of packages to be installed: 1
Number of packages to be reinstalled: 1

45 KiB to be downloaded.

Proceed with this action? [y/N]: y
[1/1] Fetching libva-vdpau-driver-0.7.4_10.pkg: 100%   45 KiB  45.9kB/s    00:01 
Checking integrity... done (0 conflicting)
[1/2] Reinstalling libdca-0.0.7...
[1/2] Extracting libdca-0.0.7: 100%
[2/2] Installing libva-vdpau-driver-0.7.4_10...
[2/2] Extracting libva-vdpau-driver-0.7.4_10: 100%
[marietto@marietto /compat]==> pkg search libva                 
libva-2.20.0_1                 VAAPI wrapper and dummy driver
libva-glx-2.20.0_1             VAAPI wrapper for GLX
libva-intel-driver-2.4.1_2     VAAPI legacy driver for Intel GMA 4500 (Gen4) to UHD 630 (Gen9.5)
libva-intel-hybrid-driver-1.0.2_3 Hybrid VP8 encoder and VP9 decoder for Intel GPUs
libva-intel-media-driver-22.4.3_1 VAAPI driver for Intel HD 5000 (Gen8) or newer
libva-nvidia-driver-0.0.11     NVDEC-based backend for VAAPI
libva-utils-2.20.1             Collection of tests and utilities for VAAPI
libva-vdpau-driver-0.7.4_10    VDPAU-based backend for VAAPI
libvanessa_adt-0.0.9_1         Library that provides ADTs (queues, dynamic arrays, and more)
libvanessa_logger-0.0.10_1     Library that provides a generic logging layer
libvanessa_socket-0.0.12_1     Library that provides a simple layer for TCP/IP socket operations
[marietto@marietto /compat]==> obs
debug: Attempted path: share/obs/obs-studio/locale/en-US.ini
debug: Attempted path: /usr/local/share/obs/obs-studio/locale/en-US.ini
debug: Attempted path: share/obs/obs-studio/locale.ini
debug: Attempted path: /usr/local/share/obs/obs-studio/locale.ini
debug: Attempted path: share/obs/obs-studio/locale/it-IT.ini
debug: Attempted path: /usr/local/share/obs/obs-studio/locale/it-IT.ini
info: Using preferred locale 'it-IT'
debug: Attempted path: share/obs/obs-studio/themes/Yami.qss
debug: Attempted path: /usr/local/share/obs/obs-studio/themes/Yami.qss
info: Platform: Wayland
info: CPU Name: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
info: CPU Speed: 3600.00MHz
info: Physical Cores: 8, Logical Cores: 16
info: Physical Memory: 31735MB Total, 26037MB Free
info: Kernel Version: FreeBSD 14.0-RELEASE-p5
info: Distribution: FreeBSD "14.0"
info: Session Type: wayland
info: Qt Version: 6.6.2 (runtime), 6.6.2 (compiled)
info: Portable mode: false
info: OBS 30.0.2 (freebsd)
info: ---------------------------------
info: ---------------------------------
info: audio settings reset:
    samples per sec: 48000
    speakers:        2
    max buffering:   960 milliseconds
    buffering type:  dynamically increasing
info: ---------------------------------
info: Initializing OpenGL...
info: Using EGL/Wayland
info: Initialized EGL 1.5
info: Loading up OpenGL on adapter NVIDIA Corporation NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2
info: OpenGL loaded successfully, version 3.3.0 NVIDIA 550.54.14, shading language 3.30 NVIDIA via Cg compiler
info: ---------------------------------
info: video settings reset:
    base resolution:   1920x1080
    output resolution: 1920x1080
    downscale filter:  Bicubic
    fps:               60/1
    format:            NV12
    YUV mode:          Rec. 709/Partial
info: NV12 texture support not available
info: P010 texture support not available
info: Audio monitoring device:
    name: Predefinito
    id: default
info: ---------------------------------
info: [pipewire] No captures available
warning: v4l2loopback not installed, virtual camera disabled
error: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): Shared object "libnvidia-encode.so.1" not found, required by "obs"

[1]    4861 segmentation fault  obs


[marietto@marietto /compat]==> doas pkg remove libva-vdpau-driver
Password:

Checking integrity... done (0 conflicting)
Deinstallation has been requested for the following 1 packages (of 0 packages in the universe):

Installed packages to be REMOVED:
    libva-vdpau-driver: 0.7.4_10

Number of packages to be removed: 1

Proceed with deinstalling packages? [y/N]: y
[1/1] Deinstalling libva-vdpau-driver-0.7.4_10...
[1/1] Deleting files for libva-vdpau-driver-0.7.4_10: 100%
[marietto@marietto /compat]==> obs                             
debug: Attempted path: share/obs/obs-studio/locale/en-US.ini
debug: Attempted path: /usr/local/share/obs/obs-studio/locale/en-US.ini
debug: Attempted path: share/obs/obs-studio/locale.ini
debug: Attempted path: /usr/local/share/obs/obs-studio/locale.ini
debug: Attempted path: share/obs/obs-studio/locale/it-IT.ini
debug: Attempted path: /usr/local/share/obs/obs-studio/locale/it-IT.ini
info: Using preferred locale 'it-IT'
debug: Attempted path: share/obs/obs-studio/themes/Yami.qss
debug: Attempted path: /usr/local/share/obs/obs-studio/themes/Yami.qss
warning: [Safe Mode] Unclean shutdown detected!
warning: [Safe Mode] User elected to launch normally.
info: Platform: Wayland
info: CPU Name: Intel(R) Core(TM) i9-9900K CPU @ 3.60GHz
info: CPU Speed: 3600.00MHz
info: Physical Cores: 8, Logical Cores: 16
info: Physical Memory: 31735MB Total, 26024MB Free
info: Kernel Version: FreeBSD 14.0-RELEASE-p5
info: Distribution: FreeBSD "14.0"
info: Session Type: wayland
info: Qt Version: 6.6.2 (runtime), 6.6.2 (compiled)
info: Portable mode: false
info: OBS 30.0.2 (freebsd)
info: ---------------------------------
info: ---------------------------------
info: audio settings reset:
    samples per sec: 48000
    speakers:        2
    max buffering:   960 milliseconds
    buffering type:  dynamically increasing
info: ---------------------------------
info: Initializing OpenGL...
info: Using EGL/Wayland
info: Initialized EGL 1.5
info: Loading up OpenGL on adapter NVIDIA Corporation NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2
info: OpenGL loaded successfully, version 3.3.0 NVIDIA 550.54.14, shading language 3.30 NVIDIA via Cg compiler
info: ---------------------------------
info: video settings reset:
    base resolution:   1920x1080
    output resolution: 1920x1080
    downscale filter:  Bicubic
    fps:               60/1
    format:            NV12
    YUV mode:          Rec. 709/Partial
info: NV12 texture support not available
info: P010 texture support not available
info: Audio monitoring device:
    name: Predefinito
    id: default
info: ---------------------------------
info: [pipewire] No captures available
warning: v4l2loopback not installed, virtual camera disabled
error: os_dlopen(libnvidia-encode.so.1->libnvidia-encode.so.1): Shared object "libnvidia-encode.so.1" not found, required by "obs"

error: VAAPI: Failed to initialize display in vaapi_device_h264_supported
info: FFmpeg VAAPI H264 encoding not supported
error: VAAPI: Failed to initialize display in vaapi_device_hevc_supported
info: FFmpeg VAAPI HEVC encoding not supported
info: [obs-websocket] [obs_module_load] you can haz websockets (Version: 5.0.1 | RPC Version: 1)
info: [obs-websocket] [obs_module_load] Qt version (compile-time): 6.6.2 | Qt version (run-time): 6.6.2
info: [obs-websocket] [obs_module_load] Linked ASIO Version: 101201
info: [obs-websocket] [obs_module_load] Module loaded.
info: [vlc-video]: VLC 3.0.20 Vetinari found, VLC video source enabled
info: ---------------------------------
info:   Loaded Modules:
info:     vlc-video.so
info:     text-freetype2.so
info:     sndio.so
info:     rtmp-services.so
info:     oss-audio.so
info:     obs-x264.so
info:     obs-websocket.so
info:     obs-webrtc.so
info:     obs-transitions.so
info:     obs-outputs.so
info:     obs-filters.so
info:     obs-ffmpeg.so
info:     linux-v4l2.so
info:     linux-pulseaudio.so
info:     linux-pipewire.so
info:     linux-jack.so
info:     linux-capture.so
info:     libwlrobs.so
info:     image-source.so
info:     frontend-tools.so
info: ---------------------------------
info: ==== Startup complete ===============================================
info: All scene data cleared
info: ------------------------------------------------
info: pulse-input: Server name: 'pulseaudio 16.1'
info: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
info: pulse-input: Started recording from 'oss_output.dsp4.monitor' (default)
info: [Loaded global audio device]: 'Audio del desktop'
info: pulse-input: Server name: 'pulseaudio 16.1'
info: pulse-input: Audio format: s16le, 44100 Hz, 2 channels
info: pulse-input: Started recording from 'oss_input.dsp4' (default)
info: [Loaded global audio device]: 'Microfono/disp. ausiliario'
info: Switched to scene 'Scena'
info: ------------------------------------------------
info: Loaded scenes:
info: - scene 'Scena':
info: ------------------------------------------------
info: adding 21 milliseconds of audio buffering, total audio buffering is now 21 milliseconds (source: Audio del desktop)

info: ==== Shutting down ==================================================
info: pulse-input: Stopped recording from 'oss_output.dsp4.monitor'
info: pulse-input: Got 99 packets with 101376 frames
info: pulse-input: Stopped recording from 'oss_input.dsp4'
info: pulse-input: Got 95 packets with 97280 frames
info: All scene data cleared
info: ------------------------------------------------
info: [obs-websocket] [obs_module_unload] Shutting down...
error: Tried to call obs_frontend_remove_event_callback with no callbacks!
error: Tried to call obs_frontend_get_global_config with no callbacks!
error: [obs-websocket] [Config::Save] Unable to fetch OBS config!
info: [obs-websocket] [obs_module_unload] Finished shutting down.
info: [Scripting] Total detached callbacks: 0
info: Freeing OBS context data
info: == Profiler Results =============================
info: run_program_init: 3238.35Â ms
info:  â£OBSApp::AppInit: 3.925 ms
info:  â âOBSApp::InitLocale: 1.483Â ms
info:  âOBSApp::OBSInit: 568.591Â ms
info:    â£obs_startup: 3.248 ms
info:    âOBSBasic::OBSInit: 548.258Â ms
info:      â£OBSBasic::InitBasicConfig: 0.087 ms
info:      â£OBSBasic::ResetAudio: 0.14 ms
info:      â£OBSBasic::ResetVideo: 82.664 ms
info:      â âobs_init_graphics: 82.38Â ms
info:      â   âshader compilation: 22.436Â ms
info:      â£OBSBasic::InitOBSCallbacks: 0.006 ms
info:      â£OBSBasic::InitHotkeys: 0.019 ms
info:      â£obs_load_all_modules2: 348.294 ms
info:      â â£obs_init_module(frontend-tools.so): 26.296 ms
info:      â â£obs_init_module(image-source.so): 0.01 ms
info:      â â£obs_init_module(libwlrobs.so): 0.005 ms
info:      â â£obs_init_module(linux-capture.so): 0.001 ms
info:      â â£obs_init_module(linux-jack.so): 0.01 ms
info:      â â£obs_init_module(linux-pipewire.so): 4.103 ms
info:      â â£obs_init_module(linux-pulseaudio.so): 0.004 ms
info:      â â£obs_init_module(linux-v4l2.so): 0.8 ms
info:      â â£obs_init_module(obs-ffmpeg.so): 1.225 ms
info:      â â ânvenc_check: 0.122Â ms
info:      â â£obs_init_module(obs-filters.so): 0.026 ms
info:      â â£obs_init_module(obs-outputs.so): 0.006 ms
info:      â â£obs_init_module(obs-transitions.so): 0.008 ms
info:      â â£obs_init_module(obs-webrtc.so): 0.028 ms
info:      â â£obs_init_module(obs-websocket.so): 4.559 ms
info:      â â£obs_init_module(obs-x264.so): 0.003 ms
info:      â â£obs_init_module(oss-audio.so): 0.003 ms
info:      â â£obs_init_module(rtmp-services.so): 0.925 ms
info:      â â£obs_init_module(sndio.so): 0.003 ms
info:      â â£obs_init_module(text-freetype2.so): 0.016 ms
info:      â âobs_init_module(vlc-video.so): 0.596Â ms
info:      â£OBSBasic::InitService: 0.798 ms
info:      â£OBSBasic::ResetOutputs: 0.541 ms
info:      â£OBSBasic::CreateHotkeys: 0.03 ms
info:      â£OBSBasic::InitPrimitives: 0.178 ms
info:      âOBSBasic::Load: 86.068Â ms
info: obs_hotkey_thread(25Â ms): min=0Â ms, median=0Â ms, max=20.129Â ms, 99th percentile=0.001Â ms, 100% below 25Â ms
info: audio_thread(Audio): min=0.005Â ms, median=0.072Â ms, max=0.872Â ms, 99th percentile=0.174Â ms
info: obs_graphics_thread(16.6667Â ms): min=0.084Â ms, median=1.042Â ms, max=32.865Â ms, 99th percentile=20.614Â ms, 98.125% below 16.667Â ms
info:  â£tick_sources: min=0 ms, median=0.009 ms, max=0.464 ms, 99th percentile=0.056 ms
info:  â£output_frame: min=0.04 ms, median=0.253 ms, max=10.673 ms, 99th percentile=7.66 ms
info:  â âgs_context(video->graphics): min=0.04Â ms, median=0.252Â ms, max=10.672Â ms, 99th percentile=7.658Â ms
info:  â   â£render_video: min=0.018 ms, median=0.115 ms, max=7.614 ms, 99th percentile=1.086 ms
info:  â   â ârender_main_texture: min=0.013Â ms, median=0.09Â ms, max=7.593Â ms, 99th percentile=1.065Â ms
info:  â   âgs_flush: min=0.004Â ms, median=0.024Â ms, max=10.371Â ms, 99th percentile=0.04Â ms
info:  ârender_displays: min=0.014Â ms, median=0.573Â ms, max=31.628Â ms, 99th percentile=18.42Â ms
info: =================================================
info: == Profiler Time Between Calls ==================
info: obs_hotkey_thread(25 ms): min=25.006 ms, median=25.019 ms, max=47.596 ms, 96.3636% within ±2% of 25 ms (0% lower, 3.63636% higher)
info: obs_graphics_thread(16.6667 ms): min=0.114 ms, median=16.667 ms, max=48.981 ms, 77.9874% within ±2% of 16.667 ms (10.6918% lower, 11.3208% higher)
info: =================================================
info: Number of memory leaks: 0
 
Regarding the FFmpeg VAAPI H264 and HEVC encoding,I'm reading that it does not belong to the nvidia cards,but AMD or Intel. So,if they are working for you,I presume that you have also one AMD or Intel gpu. It is like this ?
 
Back
Top