[suite recv]
version-string = GIT_VERSION()
[supercommand para_recv]
- purpose = a command line HTTP/DCCP/UDP stream grabber
+ purpose = receive an audio stream
+ [description]
+ para_recv starts one paraslash receiver (http, dccp, udp or afh)
+ to produce an audio stream in the same way para_audiod would download
+ the stream from para_server (http, dccp or udp) or para_server makes a
+ stream out of an audio file (afh). This is mostly useful for debugging.
+
+ Regardless of which receiver was started, the audio stream is written
+ to stdout.
+ [/description]
m4_include(common-option-section.m4)
m4_include(help.m4)
m4_include(detailed-help.m4)