Block a user
Prevent Transcoding Jobs From Running Simultaneously
Target Java 17 Before September 2023
Allow Changing the Config File Location
Allow Changing the Config File Location
I implemented a CLI parsing class under config/Cmd
to parse CLI parameters, and added a configFile parameter (set with -c
or --configPath
) to change the config file to load.
I used the…
Allow Changing the Config File Location