Changed to installer
This commit is contained in:
parent
a9ca305934
commit
2274a05b9c
2 changed files with 25 additions and 0 deletions
23
PLS
Normal file
23
PLS
Normal file
|
@ -0,0 +1,23 @@
|
|||
service ddvtechhttp
|
||||
{
|
||||
disable = no
|
||||
type = UNLISTED
|
||||
protocol = tcp
|
||||
socket_type = stream
|
||||
user = root
|
||||
server = /usr/bin/Connector_HTTP
|
||||
port = 7337
|
||||
wait = no
|
||||
}
|
||||
|
||||
service ddvtechrtmp
|
||||
{
|
||||
disable = no
|
||||
type = UNLISTED
|
||||
protocol = tcp
|
||||
socket_type = stream
|
||||
user = root
|
||||
server = /usr/bin/Connector_RTMP
|
||||
port = 1935
|
||||
wait = no
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue