Skip to content

OBS Studio - Free and open source software for live streaming and screen recording

License

Notifications You must be signed in to change notification settings

caffeinetv/obs-studio

 
 

Repository files navigation

OBS Studio Build Status - GitHub Actions OBS Studio Translation Project Progress OBS Studio Discord Server

What is OBS Studio?

OBS Studio is software designed for capturing, compositing, encoding, recording, and streaming video content, efficiently.

It's distributed under the GNU General Public License v2 (or any later version) - see the accompanying COPYING file for more details.

Quick Links

Building from source

Clone the repository and submodules
git clone --recursive https://github.com/obsproject/obs-studio.git

Windows:

Install the following prerequisites:

  1. Qt 5.14.1
  2. Cmake
  3. Pre-built windows dependencies for VS2017 https://obsproject.com/downloads/dependencies2017.zip
  4. Visual Studio 2019
  5. LLVM
  6. Embedded chrome browser library version 08/29/2018 - CEF 3.3440.1806.g65046b7 / Chromium 68.0.3440.106

After installing the prerequisites .Create the following environment variables:

  1. QTDIR - Path pointing Qt 5.14.1 msvc2017_64 folder
  2. obsInstallerTempDir - Empty directory path
  3. DepsPath - Path to pre-built windows dependencies win64/include
  4. LIBCAFFEINE_DIR - Path to prebuilt libcaffeine folder
  5. CEF_ROOT_DIR - Path to the embedded chrome browser library

Run the automated build script: build.bat [OPTION]

Option Usage
-help To display the supported options.
-check To verify project prerequisites are set.
-build To build 64 bit version of obs-studio.
-package To build package.

Mac:

Install following prerequisites:

  • Homebrew
  • Qt

Build steps:

Open Terminal

  1. Install FFmpeg

    brew tap homebrew-ffmpeg/ffmpeg
    
    brew install homebrew-ffmpeg/ffmpeg/ffmpeg --with-srt
    
  2. Set environment variable for Qt

    export QTDIR="path/to/Qt"
    
    export DYLID_FRAMEWORK_PATH="path/to/Qt/5.14.1/clang_64/lib"
    
  3. Install cmake

    brew install cmake
    
  4. Change directory obs-studio directory

    mkdir build
    
    cd build
    
    cmake .. & make
    
  5. After it built successfully then run the app

    cd rundir/RelWithDebInfo/bin
    
    ./obs
    

Contributing

About

OBS Studio - Free and open source software for live streaming and screen recording

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 56.0%
  • C++ 37.8%
  • CMake 2.3%
  • Objective-C++ 1.6%
  • Objective-C 1.4%
  • Shell 0.4%
  • Other 0.5%