obs-studio
obs-studio copied to clipboard
rtmp-services: Add "Vault - by CommanderRoot" to ingest list
Description
Adding "Vault - by CommanderRoot" to OBS-Studio's ingest list
Motivation and Context
My Vault is a backup service but also allows the forwarding / re-streaming to other services. Adding it as a direct option in OBS Studio makes it easier for my users to setup ingesting into my service. Since Twitch removed the restriction on simulcasting there has been an increased interest in streaming to multiple streaming services at the same time.
How Has This Been Tested?
- [x] JSON validation: Ensured that the JSON files are well-formed and adhered to the required format for OBS-Studio's ingest list.
- [x] Copy JSON files to %APPDATA%\obs-studio\plugin_config\rtmp-services: Manually copied the JSON files to the appropriate location where OBS-Studio reads ingest settings.
- [x] Checked settings: Verified that "Vault - by CommanderRoot" appears in the updated ingest list within OBS-Studio's settings.
- [x] Connection testing: Attempted to connect to the servers provided by "Vault - by CommanderRoot" to ensure successful streaming functionality.
- [x] According to Service Submission Guidelines
Types of changes
- New feature (non-breaking change which adds functionality)
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.
One of the requirements of services to be list is some level of public adoption, but I'm having a hard time getting a feel for how many users are actively using this servers. Are you able to provide a rough estimate on the userbase here?
Right now, this feels a bit too close to a personal project rather than something that should be added to our services list. We are working towards better solutions for permanently adding services locally without having to manually edit the json files.
It varies but it's between 30 - 50 unique users per month. Back when I initially created this PR it was quite a bit more as Twitch removed their exclusivity and lots of people tried multistreaming
Understood, I think that should be sufficient for our purposes.