blob: d00f1e06e89af823002fd191bf097710182204a7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
--- tcserver.cfg-dist.orig Mon Jun 12 16:29:03 2000
+++ tcserver.cfg-dist Tue Jun 20 11:56:29 2000
@@ -1,12 +1,8 @@
[config]
-CONTENT_DIR=content
+CONTENT_DIR=__PREFIX__/share/tcserver/content
RTSP_PORTS=554,7070
-#RTSP_PORTS=80,554,7070
-# use the above RTSP_PORTS line if you want to support QuickTime
-# HTTP Streaming on port 80
-
-LOGGING_DIR=logs
+LOGGING_DIR=__LOG_DIR__
LOGGING=yes
|