Skip to content

cyxweb/obs-rtspserver

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI Release

🇨🇳 简体中文 🇪🇦 Español 🇩🇪 Deutsch 🇳🇱 Nederlands

OBS-RTSPServer

This is a plugin for obs-studio, encoding the output and publish rtsp stream.

Supported Platforms : Windows 7 , Windows 8 , Windows 10, Linux and macOS

Supported OBS Studio version : 24.0.0+

Install

Windows

You can use installer to install and the installer can be found in Release Page if use windows.

If you want to use compressed file to install manually, you can unzip it (e.g.: obs-rtspserver-v1.4.0-windows.zip) and put it to your obs-studio install folder.

macOS

You can use the .pkg installer to install and the installer can be found in Release Page if use macOS.

Linux (Only x64)

  • Download the latest release from the Release Page.
  • mkdir -p $HOME/.config/obs-studio/plugins
  • Untar, e.g.: tar -xzvf obs-rtspserver-v1.4.0-linux.tar.gz -C $HOME/.config/obs-studio/plugins/

Packaging status

ArchLinux AUR Package

obs-rtspserver is also available as an AUR Package If you use yay just run this to install it:

yay -S obs-rtspserver-bin

Build

  • Install cmake, visual studio(only windows) and qt.
  • Download and configure the source code of obs-studio.
  • Copy source code to (obs-studio source code)/plugins/obs-rtspserver/
  • Add add_subdirectory(obs-rtspserver) to (obs-studio source code)/plugins/CMakeLists.txt
  • Build obs-rtspserver.

Can't found the plugin in menu

See also iamscottxu#1.

Please download and install the VC++ runtime. https://www.microsoft.com/en-US/download/details.aspx?id=48145

License

Packages

No packages published

Languages

  • C++ 92.3%
  • NSIS 3.8%
  • C 2.8%
  • CMake 1.1%