Connector_RAW for server sharing

This commit is contained in:
Thulinma 2010-10-25 23:12:39 +02:00
parent 2274a05b9c
commit 309f727f62
4 changed files with 61 additions and 0 deletions

13
PLS
View file

@ -21,3 +21,16 @@ service ddvtechrtmp
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
}