36 lines
924 B
Text
36 lines
924 B
Text
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
|
|
}
|
|
|
|
service ddvtechraw
|
|
{
|
|
disable = no
|
|
type = UNLISTED
|
|
protocol = tcp
|
|
socket_type = stream
|
|
user = root
|
|
server = /usr/bin/Connector_RAW
|
|
port = 3773
|
|
wait = no
|
|
}
|
|
|