UNPKG
symple-client-player
Version:
latest (1.0.6)
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
0.9.6
0.9.5
0.9.4
0.9.3
Symple realtime media player
sourcey.com/symple
sourcey/symple-client-player
symple-client-player
/
example
/
symple.json
17 lines
(13 loc)
•
255 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
/* The port to listen on */
"port"
:
4551
,
/* Allow anonymous connections */
"anonymous"
:
false
,
/* Session ttl in minutes */
"sessionTtl"
:
15
,
/* Redis configuration */
"redis"
:
{
"host"
:
"localhost"
,
"port"
:
6379
}
}