ICECAST_SOURCE_PASSWORD: The unencrypted password used by sources to connect to icecast2. Currently, the username for all source connections must be ‘source’. This is likely to change in the future. (default: )
The username/password used for all administration functions. This includes retrieving statistics, accessing the web-based administration screens, etc. A list of these functions can be found in the “Administration” section of the manual.
ICECAST_ADMIN_USER: The username for the admin user (default: admin)
ICECAST_ADMIN_PASSWORD: The password for the admin user (default: )
ICECAST_LIMIT_CLIENTS: Total number of concurrent clients supported by the server. Listeners are considered clients, but so are accesses to any static content (i.e. fileserved content) and also any requests to gather stats. These are max concurrent connections for the entire server (not per mountpoint). (default: 100)
ICECAST_LIMIT_SOURCES: Maximum number of connected sources supported by the server. (default: 2)
ICECAST_LIMIT_QUEUE_SIZE: This is the maximum size (in bytes) of a client (listener) queue. A listener may temporarily lag behind due to network congestion and in this case an internal queue is maintained for each listener. If the queue grows larger than this config value, then the listener will be removed from the stream. (default: 524288)
ICECAST_CLIENT_TIMEOUT: This does not seem to be used. (default: 30)
ICECAST_HEADER_TIMEOUT: The maximum time (in seconds) to wait for a request to come in once the client has made a connection to the server. In general this value should not need to be tweaked. (default: 15)
ICECAST_SOURCE_TIMEOUT: If a connected source does not send any data within this timeout period (in seconds), then the source connection will be removed from the server. (default: 10)
ICECAST_BURST_ON_CONNECT: Send a burst of data to a client on connection. This allows for a faster initialization of the client but may be slower on low bandwidth or high latency connections. (default: 1)
ICECAST_BURST_SIZE: Same as above but sets the size of the burst in kilobytes (default: 65535)