🇨🇳 简体中文 🇪🇦 Español 🇩🇪 Deutsch 🇳🇱 Nederlands
This is a plugin for obs-studio, encode and publish to a RTSP stream.
Supported Platforms : Windows 7 , Windows 8 , Windows 10, Linux and macOS
Supported OBS Studio version : 24.0.0+
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-v2.0.1-windows.zip) and put it to your obs-studio install folder.
You can use the .pkg installer to install and the installer can be found in Release Page if use macOS.
- Download the latest release from the Release Page.
- mkdir -p $HOME/.config/obs-studio/plugins
- Untar, e.g.: tar -xzvf obs-rtspserver-v2.0.1-linux.tar.gz -C $HOME/.config/obs-studio/plugins/
obs-rtspserver is also available as an AUR Package If you use yay just run this to install it:
yay -S obs-rtspserver-bin
- 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.
See also iamscottxu#1.
Please download and install the VC++ runtime. https://www.microsoft.com/en-US/download/details.aspx?id=48145