X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=m4%2Fgengetopt%2Fserver.m4;h=6596d9340acb8f6746e01b13031c9c3d018d151e;hp=24d344e9e2fb41a3287c32bc1e2db1c52f918040;hb=48f1fc440eb53b0efb7c1beaba396e81b8bcb1ab;hpb=35e284e06a5c8e20d02b61fdcb4bcc20b237c1e4 diff --git a/m4/gengetopt/server.m4 b/m4/gengetopt/server.m4 index 24d344e9..6596d934 100644 --- a/m4/gengetopt/server.m4 +++ b/m4/gengetopt/server.m4 @@ -1,5 +1,7 @@ args "--conf-parser --no-handle-version" +purpose "Manage and stream audio files." + include(header.m4) define(CURRENT_PROGRAM,para_server) define(DEFAULT_CONFIG_FILE,~/.paraslash/server.conf) @@ -340,18 +342,19 @@ optional option "udp_header_interval" H #~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ "duration for sending header" -int typestr="ms" -default="2000" +int typestr = "ms" +default = "2000" optional -details=" +details = " As the udp sender has no idea about connected clients it sends the audio file header periodically if necessary. This - option is used to specify the duration of the interval between - sending the header. Shorter values decrease the average time - clients have to wait before being able to start playback, - but this also increases the amount network traffic. Note - that this affects only ogg vorbis streams as this is the only - audio format that needs an audio file header. + option specifies the duration between subsequent headers are + sent. Smaller values decrease the average time clients have + to wait before starting playback, larger values decrease + network traffic. + + Note that this affects only ogg/* and wma streams. Other + audio formats, including mp3, don't need an audio file header. " option "udp_ttl" t