-ADEVICE,--audio-device=DEVICE
Use DEVICE for the audio device (/dev/dsp).
-BN,--audio-bits=N
Audio device bits per sample, 8 or 16.
--audio-channels=N
Number of audio channels to use, 1 == mono, 2 == stereo.
-cN,--audio-close=N
Close /dev/dsp after N idle seconds, disabled with 0 (5).
-FN,--audio_flush=N
Flush /dev/dsp after N idle seconds, disabled with 0 (-1). N = -1 : flush when spool is empty. N
= -2 : flush after each audio write. (not recommended) N should be <= to the audio close timeout.
--audio-format=FORMAT
Tell rplayd to write audio data using FORMAT, where FORMAT can be ulaw, linear-8, ulinear-8,
linear-16, or ulinear-16. (linear = signed, ulinear = unsigned)
--audio-fragsize=N
Audio fragment size (0). The default size is zero which lets the audio driver pick the "best"
size. The size specified must be a power of 2 greater than 16. Example: 256, 1024, 4096.
--audio-info=INFO,--info=INFO,-iINFO
Specify complete audio device information with one option. INFO is of the form: format,sample-
rate,bits,channels Examples: `ulaw,8000,8,1' and `linear-16,44100,16,2' Also provided are:
--audio-info-ulaw, --info-ulaw -> ulaw,8000,8,1
--audio-match
Attempt to match the sample rate of the audio device with the sample rate of the current sound
when no other sounds are playing. If the match fails, --audio-sample-rate is used. This option
overrides --audio-bufsize.
--audio-port=PORT[,PORT...]
Output audio to the specified audio port(s). Valid ports are `speaker', `headphone', and
`lineout'. Multiple ports can be specified using `speaker,headphone,lineout'
-rN,--audio-rate=N
Write the audio buffer N times per second (0).
-RN,--audio-sample-rate=N
Sample rate of the audio device.
--auth Enable host access authentication.
-DDIR,--cache-directory=DIR
Use DIR for rplay.cache (/tmp/.rplay-cache).
--cache-remove
Remove the cache directory and all its contents when rplayd exists.
-sN,--cache-size=N
Maximum size in bytes of the rplay cache, disabled with 0 (8388608).
--cdrom0=DEVICE,--cdrom1=DEVICE,--cdrom2=DEVICE,--cdrom3=DEVICE
Specify the cdrom[0-3] to DEVICE mapping. For Solaris 2.x the default mapping is cdrom[0-3] ->
/vol/dev/aliases/cdrom[0-3]. Linux uses cdrom[0-3] -> /dev/cdrom[0-3].
-CFILE,--conf=FILE
Use FILE for rplay.conf (/etc/rplay/rplay.conf).
-TN,--connection-timeout=N
Close idle RPTP connections after N seconds, disabled with 0 (300).
-d,--debug
Enable debug mode.
-fHOST,--forward=HOST
Forward all RPLAY packets to HOST.
--fork Enable backgrounding rplayd at startup. (enabled)
--group=GROUP
Run with GROUP privs. (audio)
--help Display helpful information.
--helpers=FILE
Use FILE for rplay.helpers (/etc/rplay/rplay.helpers).
-HFILE,--hosts=FILE
Use FILE for rplay.hosts (/etc/rplay/rplay.hosts).
--inetd
Enable inetd mode. (disabled)
-LFILE,--log-file=FILE
Use file for rplay.log (/tmp/rplay.log).
-lN,--log-level=N
Use logging level N where 0 <= n <= 4.
--memory-cache-size=N
Maximum size in bytes of the memory cache, disable caching with 0 (4194304).
--memory-cache-sound-size=N
Maximum size in bytes of a sound that can be cached in memory. A value of 0 means to try and
cache all sounds. (2097152)
-N,--no-audio
Disable audio, RPTP file server mode.
--no-auth
Disable host access authentication.
-n,--no-inetd
Disable inetd mode. (disabled)
--no-fork
Disable backgrounding rplayd at startup. (enabled)
--options-file=FILE
Read rplayd options from FILE.
--port=PORT,--rplay-port=PORT
Use PORT as the RPLAY/UDP port. (5555) (--other-rplay-port may also be available)
--rptp-port=PORT
Use PORT as the RPTP/TCP port. (5556) (--other-rptp-port may also be available)
-SFILE,--servers=FILE
Use FILE for rplay.servers (/etc/rplay/rplay.servers).
-tN,--timeout=N
Exit after N idle seconds, disabled with 0 (0).
--user=USER
Run with USER privs. (nobody)
-v,--version
Print the rplay version and exit.