aboutsummaryrefslogtreecommitdiffstats
path: root/testing/scream/scream-alsa.confd
blob: cbbae362669d92c9c2e76d56d6a3c95768e111ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# The network interface to use. Specify either the IP or
# interface name. When using multicast, this interface is
# used for IGMP. When using unicast, only binds to this
# interface.
#SCREAM_INTERFACE=""

# The port to connect to. Applies to unicast and multicast.
SCREAM_PORT="4010"

# Use multicast for streaming.
SCREAM_MULTICAST="yes"

# The multicast group address.
SCREAM_MULTICAST_GROUP="239.255.77.77"

# The target latency in ms.
SCREAM_LATENCY="50"

# The ALSA output device for playback.
SCREAM_DEVICE="default"