Darwin-Streaming-Server/WebAdmin/streamingadminserver.conf
Darren VanBuren 849723c9cf Add even more of the source
This should be about everything needed to build so far?
2017-03-07 17:14:16 -08:00

59 lines
1.5 KiB
Text

# Sample config file for Streaming Admin Server
# for QuickTime Streaming Server on MacOS X
# Port on which the streaming admin server listens for requests
port=1220
# The root directory for all the html and cgi files
# The path should be absolute
root=/Library/QuickTimeStreaming/AdminHtml
# The root directory for play lists managed by the adminserver
# The path should be absolute
plroot=/Library/QuickTimeStreaming/Playlists
# The host name of the streaming admin server
host=foo.bar.com
# The ip address of the streaming server it has to administer
qtssIPAddress=127.0.0.1
# The listening port of the streaming server it has to administer
qtssPort=554
# The name of the streaming server binary
qtssName=/usr/sbin/QuickTimeStreamingServer
# If set to 1, admin server will start qtss when it is launched
# If set to 0, qtss will not be launched when the admin starts up
qtssAutoStart=1
# To add new mime types
# If the suffix is xxx, and the
# mime type is yyy/zzz, add the foll. line to
# the file: addtype_xxx=yyy/zzz
addtype_cgi=internal/cgi
# The authorization realm for the streaming admin server
realm=Streaming Admin Server
# Enable logging: 1 Disable logging: 0 for the streaming admin server
log=1
# The full path of the streaming admin server log file
logfile=/Library/QuickTimeStreaming/Logs/streamingadminserver.log
# Number of hours before which logs are rolled
logtime=168
# The file that has access denied
denyfile=\.pl$
# Enable global movie browse: 1 Enable global movie browsing: 0 for only inside the
# Movie's directory
gbrowse=0