flathub / com.obsproject.Studio

This repository is no longer used to build OBS. Issues should be reported at https://github.com/obsproject/obs-studio
https://github.com/obsproject/obs-studio
29 stars 19 forks source link

Add libsrt #77

Closed VShell closed 3 years ago

VShell commented 4 years ago

OBS can stream to SRT (https://obsproject.com/wiki/Streaming-With-SRT-Protocol) with a version of ffmpeg compiled --with-libsrt. libsrt has minimal dependencies (Tcl as a build dependency, and OpenSSL at runtime), so shouldn't be hard to add. I've attempted this but honestly can't wrap my head around flatpak's build system.

dgcampea commented 3 years ago

I've opened a PR to enable srt for ffmpeg but do note that you will need OBS at https://github.com/obsproject/obs-studio/commit/f1b97b78d66de6dd685808087f1b43fdbcb90037 to get it working.