File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -88,9 +88,9 @@ def _activate(self, vsrc: int):
8888 'name' : self .name ,
8989 'port' : 5100 + 100 * vsrc , # Listen for service requests on this port
9090 'udp_port_base' : 6101 + 100 * vsrc , # start allocating UDP ports from this port number when needed
91- 'drift ' : 2000 , # allow this number of frames of drift away from exact synchronisation before attempting to correct it
92- 'resync_threshold ' : 0 , # a synchronisation error greater than this will cause resynchronisation; 0 disables it
93- 'log_verbosity' : 0 , # "0 " means no debug verbosity, "3 " is most verbose.
91+ 'drift_in_seconds ' : 2 , # allow this number of frames of drift away from exact synchronisation before attempting to correct it
92+ 'resync_threshold_in_seconds ' : 0 , # a synchronisation error greater than this will cause resynchronisation; 0 disables it
93+ 'log_verbosity' : "diagnostics" , # "none " means no debug verbosity, "diagnostics " is most verbose.
9494 'mpris_service_bus' : 'Session' ,
9595 },
9696 'metadata' : {
You can’t perform that action at this time.
0 commit comments