]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.ggo
Update help text for audiod's kill command.
[paraslash.git] / audiod.ggo
index 21b485fb4dd46c9717e7eb7a21ed98529cd2b59a..e25caa24a243cf5d8c5bb708508a27cc358ca884 100644 (file)
@@ -85,6 +85,20 @@ connect."
        multiple
 
 
+option "clock_diff_count" -
+#~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+"check the clock difference between
+server_host (the host running para_server)
+and the local host (running para_audiod)
+that many times before starting any stream
+I/0. Set this to non-zero for non-local
+setups if the clocks of these two hosts are
+not syncronized by ntp or similar."
+
+       int typestr="count"
+       default="0"
+       optional
 
 
 section "stream i/o options."
@@ -172,13 +186,3 @@ the writer.  Useful for syncronizing the audio output of clients."
        int typestr="milliseconds"
        default="200"
        optional
-
-option "stream_timeout" -
-#~~~~~~~~~~~~~~~~~~~~~~~~
-
-"Deactivate slot if idle for that many
-seconds"
-
-       int typestr="seconds"
-       default="30"
-       optional