iamscottxu / obs-rtspserver

RTSP server plugin for obs-studio
https://obsproject.com/forum/resources/obs-rtspserver.1037/
GNU General Public License v2.0
440 stars 55 forks source link

Allow for compilation without the OBS frontend #144

Closed RoboTricker closed 1 year ago

RoboTricker commented 1 year ago

As suggested in discussion #138 this change uses the CMake variable "ENABLE_UI" which is already defined by the obs-studio top-level project to allow for compilation without the obs frontend libraries and dependencies.

This Pull Request has three separate changes each contained in a separate commit:

One can use the non-frontend version of the plugin by creating an obs-output with output type "rtsp_output", setting the desired properties and attaching a custom video and audio encoder.