source code

  1. jack9603301

    OBS cannot run

    After I execute the following command to compile OBS: cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_LIBDIR=/usr/lib -DQt6GuiTools_DIR=/opt/qt6/lib/cmake/Qt6GuiTools -DENABLE_BROWSER=OFF -Wno-dev make sudo make install run: obs --verbose log: debug...
  2. C

    Create video/webcam sources in a script

    Hello, This is my first post here so sorry if I am not perfectly clear. I try to create sources with a script, one for a webcam and a second for a rtsp video flux. It can be in Lua or in Python if possible but it seem if I don't make a mistake that it was not possible in Python. I have looked...
  3. S

    Include YouTube integration in build from source

    Can someone give any guidance on how to get a Windows build correctly configured so that it includes the new YouTube stream setup integration? I tried setting YOUTUBE_CLIENTID. YOUTUBE_SECRET and YOUTUBE_ENABLED as variables in CMake, but the build then fails with: Severity Code...
  4. S

    Is there any ways to compile OBS-Studio on arm64 CentOS 8

    Hi guys I just got an Oracle account trying to run a YouTube streaming on it. As I don't want to pay it, I created an instance that is Ampere Arm64 6 Cores with Oracle Linux 8 running on it. I did a little digging realized that Oracle Linux is compatible with RHEL, and for Oracle Linux 8 is...
  5. P

    Where can I find 'Display capture' functionality ?

    Hello, I am inspecting OBS source code and I am puzzled by 'missing' display capture functionality. Game capture (DX11) takes place in 'plugins\win-capture\graphics-hook\d3d11-capture.cpp' Window capture takes place in 'plugins\win-capture\dc-capture.c' I can see the textures when I debug...
  6. M

    Bug Report "Fatal Python error" crash on startup

    This happens every time I run OBS, regardless of whether I clean install it (deleting both obs-studio folders first) or run it from Safe Mode. I'm 95% sure the crash has to do with the following error message, which prints in a terminal window when you run the "obs" executable from Contents >...
Top