paraslash 0.7.3
[paraslash.git] / m4 / lls / recv.suite.m4
1 m4_define(PROGRAM, para_recv)
2 [suite recv]
3 version-string = GIT_VERSION()
4 [supercommand para_recv]
5         purpose = receive an audio stream
6         [description]
7                 para_recv starts one paraslash receiver (http, dccp, udp or afh)
8                 to produce an audio stream in the same way para_audiod would download
9                 the stream from para_server (http, dccp or udp) or para_server makes a
10                 stream out of an audio file (afh). This is mostly useful for debugging.
11
12                 Regardless of which receiver was started, the audio stream is written
13                 to stdout.
14         [/description]
15         m4_include(common-option-section.m4)
16         m4_include(help.m4)
17         m4_include(detailed-help.m4)
18         m4_include(version.m4)
19         m4_include(loglevel.m4)
20         m4_include(per-command-options-section.m4)
21         [option receiver]
22                 short_opt = r
23                 summary = select the receiver
24                 arg_info = required_arg
25                 arg_type = string
26                 typestr = receiver_spec
27                 [help]
28                         Any options for the selected receiver must be quoted. Example:
29
30                                 -r 'http -i www.paraslash.org -p 8009'
31
32                         If no receiver is given, http is assumed.
33                 [/help]