Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to load/save multiple (streaming) output configurations in a JSON file #5

Closed
obinnaokechukwu opened this issue Jul 7, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@obinnaokechukwu
Copy link
Owner

OBS currently has default output configurations loaded from an ini config file

See docs

As proposed in RFC 27, we need to store output specific configuration in its own json file in order to have multiple outputs.
The current *.ini files will keep being used as they are today i.e. for storing default configuration.

This basically means that we first initialize the outputs with the default config and overwrite the defaults with those specified in the streaming-outputs.json configuration file.

@obinnaokechukwu obinnaokechukwu added the enhancement New feature or request label Jul 7, 2020
@obinnaokechukwu
Copy link
Owner Author

The new JSON file should be copied when profile is copied over

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants