obs-studio icon indicating copy to clipboard operation
obs-studio copied to clipboard

FTL Removal

Open derrod opened this issue 2 years ago • 2 comments

Description

Removes FTL output, services, etc.

Motivation and Context

Per https://github.com/obsproject/obs-studio/discussions/4021 removal is due soon™

This PR shall also serve as a reminder for any services that still rely on FTL support in OBS that they shouldn't.

How Has This Been Tested?

Still builds!

Types of changes

  • Code cleanup (non-breaking change which makes code smaller or more readable)

Checklist:

  • [x] My code has been run through clang-format.
  • [x] I have read the contributing document.
  • [x] My code is not on the master branch.
  • [x] The code has been tested.
  • [x] All commit messages are properly formatted and commits squashed where appropriate.
  • [x] I have included updates to all appropriate documentation.

derrod avatar Dec 19 '23 01:12 derrod

Since the PR remove YouNow, you should remove obs-studio/plugins/rtmp-services/service-specific/younow.h and obs-studio/plugins/rtmp-services/service-specific/younow.c.

tytan652 avatar Jan 06 '24 23:01 tytan652

Since the PR remove YouNow, you should remove obs-studio/plugins/rtmp-services/service-specific/younow.h and obs-studio/plugins/rtmp-services/service-specific/younow.c.

Done.

derrod avatar Jul 14 '24 04:07 derrod