chiark / gitweb /
Disobedience memory/widget debugging stuff has thoroughly rotted, so
[disorder] / debian / templates.disorder-server
index f2ad1e06040a0e120b983f4ac8817ec9b84f6199..f62e4043c5481a9629c713e96fff890d2acd31f7 100644 (file)
@@ -7,7 +7,6 @@ Description: Audio directories
 
 Template: disorder/encoding
 Type: string
-Default: UTF-8
 Description: Filesystem encoding
  Enter your filesystem's character encoding.  Check rather than
  guessing if you are not sure.
@@ -28,13 +27,30 @@ Description: Port number for clients to connect to
  can be set to 'none' to permit only local clients or a port number for
  remote clients to connect to, e.g. using Disobedience.
 
-Template: disorder/smtp_server
+Template: disorder/interface
+Type: select
+Choices: local, network
+Default: local
+Description: Interface to use to play sound
+ 'local' means the default local sound device will be used.  Use this
+ if you want to play through your sound card and don't want to play on any
+ other computers.
+ .
+ 'network' means sound will be transmitted over the network using RTP,
+ for instance to a multicast address.  Use this option if you want to play
+ sound through more than one computer.
+
+Template: disorder/mcast_address
+Type: string
+Description: Destination address for network sound transmission
+ Sound data will be sent to this address using the RTP protocol.  Users
+ would use (for instance) disorder-playrtp to play it.  Typically this
+ would be a multicast address but this is not mandatory.
+
+Template: disorder/mcast_port
 Type: string
-Default: localhost
-Description: SMTP server for web interface
- The web interface requires an SMTP server in order to send messages to
- newly registered users, and to send password reminders.  Enter the hostname
- or IP address to use.
+Description: Destination port for network sound transmission
+ Sound data will be sent to this UDP port using the RTP protocol.
 
 Template: disorder/mail_sender
 Type: string