FS#55441 - [obs-studio] Add FTL support
Attached to Project:
Community Packages
Opened by Seth VanHeulen (svanheulen) - Wednesday, 30 August 2017, 17:13 GMT
Last edited by Jonathan Steel (jsteel) - Tuesday, 21 September 2021, 21:00 GMT
Opened by Seth VanHeulen (svanheulen) - Wednesday, 30 August 2017, 17:13 GMT
Last edited by Jonathan Steel (jsteel) - Tuesday, 21 September 2021, 21:00 GMT
|
Details
Description:
Support for Mixer.com's FTL protocol was added in version 20.0.x but the "ftl-sdk" needed to compile support for it is included as a git submodule which isn't included in the release archive on github. Additional info: * version 20.0.1-2 Steps to reproduce: Setup streaming to the "Mixer.com - FTL" service. When you attempt to start streaming you will get an error. Checking the log will show "Output ID 'ftl_output' not found". |
This task depends upon
Closed by Jonathan Steel (jsteel)
Tuesday, 21 September 2021, 21:00 GMT
Reason for closing: Won't implement
Additional comments about closing: Not enough votes on AUR packages to show enough interest in this feature
Tuesday, 21 September 2021, 21:00 GMT
Reason for closing: Won't implement
Additional comments about closing: Not enough votes on AUR packages to show enough interest in this feature
And the ftl-sdk does something similar with it's jansson dependency :(
I don't know a lot about cmake but I'll see if I can figure something out and get some upstream pull requests accepted to make things easier.
ftl_sdk still uses an in-tree build of libjansson (which is actually already packaged in community).
I created an issue there to resolve that first: https://github.com/mixer/ftl-sdk/issues/92
Now to be honest I don't expect much, as the company behind it (Mixer, by Microsoft) is basically gone.
I might be able to create a patch around it, but it seems bad in the first place as the project is basically dead.
About OBS:
We should first resolve ftl_sdk before moving onto OBS. As mentioned a fork might be necessary for any activity there.
https://github.com/obsproject/obs-studio/discussions/4021
Edit: I don't say that adding it is a wrong idea.
FTL is packaged here https://aur.archlinux.org/packages/ftl-sdk/
I also provide https://aur.archlinux.org/packages/obs-studio-ftl/ which backports PR https://github.com/obsproject/obs-studio/pull/4018
So with the next OBS release, it will be possible to have it supported here.