The sync filter.
[paraslash.git] / m4 / gengetopt / udp_recv.m4
1 args "--no-version --no-help"
2
3 purpose "Receive an UDP audio stream."
4
5 option "host" i
6 "ip or host to receive udp packets from"
7 string default="224.0.1.38"
8 optional
9 details="
10         The default address resolves to DANTZ.MCAST.NET and activates
11         multicast.
12 "
13
14 option "port" p "udp port"
15 int typestr="portnumber"
16 default="8000"
17 optional
18
19 option "iface" I "receiving udp multicast interface"
20 string
21 optional