mistserver/PLS
2010-10-20 03:40:49 +02:00

23 lines
649 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
}