]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.ggo
audiod.ggo: Kill unused --stream_timeout option.
[paraslash.git] / audiod.ggo
index 94bf59d012a9837a29a3e6089555051700379e8c..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."
@@ -119,8 +133,8 @@ option "no_default_filters" D
 "Configure filters manually. If (and only
 if) this option is set, the --filter options
 take effect.  Otherwise, the compiled-in
-default filters mp3dec (oggdec) and wav are
-activated for mp3 (ogg) streams."
+default filters mp3dec, oggdec and aacdec are
+activated for mp3, ogg, aac streams respectively."
 
        flag off
 
@@ -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