Buffer conn timeout fix

This commit is contained in:
Thulinma 2010-11-06 16:38:19 +01:00
parent 82c116716a
commit de701fc58e
4 changed files with 21 additions and 12 deletions

20
PLS
View file

@ -8,6 +8,8 @@ service ddvtechhttp
server = /usr/bin/Connector_HTTP
port = 7337
wait = no
per_source = 10
cps = 100 5
}
service ddvtechrtmp
@ -20,17 +22,21 @@ service ddvtechrtmp
server = /usr/bin/Connector_RTMP
port = 1935
wait = no
per_source = 10
cps = 100 5
}
service ddvtechraw
{
disable = no
type = UNLISTED
disable = no
type = UNLISTED
protocol = tcp
socket_type = stream
user = root
server = /usr/bin/Connector_RAW
port = 3773
wait = no
socket_type = stream
user = root
server = /usr/bin/Connector_RAW
port = 3773
wait = no
per_source = 10
cps = 100 5
}