- Supported Bit Versions
- 32-bit, 64-bit
- Source Code URL
- https://github.com/iamscottxu/obs-rtspserver/
- Minimum OBS Studio Version
- 24.0.0
- Supported Platforms
- Windows, Mac OS X, Linux
简体中文 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 and Linux
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.2.2-windows.zip) and put it to your obs-studio install folder.
Linux (Only x64)
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
See also https://github.com/iamscottxu/obs-rtspserver/issues/1.
License
OBS-RTSPServer
This is a plugin for obs-studio, encoding the output and publish rtsp stream.
Supported Platforms : Windows 7 , Windows 8 , Windows 10 and Linux
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.2.2-windows.zip) and put it to your obs-studio install folder.
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.2.2-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
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/obs-rtspserver/CMakeLists.txt
- Build obs-rtspserver.
See also https://github.com/iamscottxu/obs-rtspserver/issues/1.
License