The NGINX Configuration Manager will pull the ActiveEncoderSettings(EncoderID,ThirdPartyID) and use the ID field to locate the full object from EncoderSettings and ThirdPartyConfigurations.
The NConMan must
- Generate a valid NGINX Configuration
- Store the active NGINX Configuration file on Disk
- Provide a mechanism to build an "exec ffmpeg" command
- Provide a mechanism to link the EncoderSettings OutputStream to the appropriate ThirdPartyConfigurations.
- Allow the user the option to "save and restart" nginx so the most recently generated configuration will be activated
A valid FFMPEG command is composed of
- Bitrate
- Resolution
- Framerate
- LocalInputSource
- LocalOuputSource
The ThirdPartyConfigurations must be linked with the appropriate LocalOutputSource
The NGINX Configuration Manager will pull the ActiveEncoderSettings(EncoderID,ThirdPartyID) and use the ID field to locate the full object from EncoderSettings and ThirdPartyConfigurations.
The NConMan must
A valid FFMPEG command is composed of
The ThirdPartyConfigurations must be linked with the appropriate LocalOutputSource