-
Notifications
You must be signed in to change notification settings - Fork 2
/
stream-m--server.properties
68 lines (51 loc) · 1.69 KB
/
stream-m--server.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
#
# Sample configuration file
# Empty lines and lines starting with # and ; are ignored.
# Format: <key> = <value>
# Syntactic elements (words) can be separated by linear whitepace.
#
# http.port
# listening port for the http server
http.port = 10000
# rtmp.port
# listening port for the rtmp server
rtmp.port = 8081
# stream.<streamname>
# if the value is "true" or "1" then the resource will be created
streams.first = true
# stream.<streamname>.password
# determines the password to accept the stream
streams.first.password = secret00
# stream.<streamname>.limit
# maximum number of clients for this stream
streams.first.limit = 100
#
# Static files shared by the webserver
#
# static.<resourcename>
# if the value is "true" or "1" then the resource will be created
#static.index = true
# static.<resourcename>.file
# determines the path and name of the static file to share
#static.index.file = index.html
# static.<resourcename>.file
# determines the virtual (web) path on which this resource will be served
#static.index.url = /index.html
#
# ZIP files the contents of which will be shared by the webserver
#
# zip.<resourcename>
# if the value is "true" or "1" then the resource will be created
zip.console = true
# zip.<resourcename>.file
# determines the path and name of the zip file to open
zip.console.file = console.zip
# static.<resourcename>.file
# determines the virtual (web) path under which the contents of this
# ZIP archive will be exposed
zip.console.url = /console
# Player Demo
# Access it on the URL: /player-demo/player.html
zip.player-demo = true
zip.player-demo.file = player-demo.zip
zip.player-demo.url = /player-demo