mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2023-08-24 Fred Gleason <fredg@paravelsystems.com>
* Added a 'TestOutputStreams=' directive to the '[Caed]' section of rd.conf(5). * Added code to the 'Unload Playback' ['UP'] CAE command to mute all output port volume controls from the subject output stream. * Added a feature to the 'Set Output Port' ['OP'] CAE command where passing a '-1' for the 'port-num' argument will cause all output stream volume controls for the specified stream to be muted. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -112,6 +112,7 @@ class RDConfig
|
||||
bool logSqlQueries() const;
|
||||
int logSqlQueriesLevel() const;
|
||||
bool enableMixerLogging() const;
|
||||
bool testOutputStreams() const;
|
||||
uid_t uid() const;
|
||||
gid_t gid() const;
|
||||
uid_t pypadUid() const;
|
||||
@@ -204,6 +205,7 @@ class RDConfig
|
||||
uid_t conf_rn_rml_uid;
|
||||
gid_t conf_rn_rml_gid;
|
||||
bool conf_enable_mixer_logging;
|
||||
bool conf_test_output_streams;
|
||||
bool conf_use_realtime;
|
||||
int conf_transcoding_delay;
|
||||
int conf_realtime_priority;
|
||||
|
||||
Reference in New Issue
Block a user