Add even more of the source
This should be about everything needed to build so far?
This commit is contained in:
parent
af3619d4fa
commit
849723c9cf
547 changed files with 149239 additions and 0 deletions
59
WebAdmin/streamingadminserver.conf
Normal file
59
WebAdmin/streamingadminserver.conf
Normal file
|
@ -0,0 +1,59 @@
|
|||
# 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
|
||||
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue