Hi All,
Does streamdev-server plugin for VDR has limited connections?
I tried vdr-streamdev-snapshot-20060505 on vdr-1.4.0, but each time my connections with videolan-0.8.5 reaches to five concurrent connections, I could not connect any additional client to it.
It doesn't seem to be hardware resource lack, Because my system has 1 GB free ram when five clients connected and also cpu usage is very low. I tested it with 2 client PCs and the results was same.
Where is the problem?
John.
On Sat, 22 Jul 2006 18:45:51 +0330 JikJikMan jikjikman@gmail.com wrote:
Hi All,
Does streamdev-server plugin for VDR has limited connections?
I tried vdr-streamdev-snapshot-20060505 on vdr-1.4.0, but each time my connections with videolan-0.8.5 reaches to five concurrent connections, I could not connect any additional client to it.
I guess you didn't even look in the configuration for the plugin.
Menu -> Setup -> Plugins -> streamdev-server.. 5 is the default number of connections.
gdh
Gavin Hamill wrote:
On Sat, 22 Jul 2006 18:45:51 +0330 JikJikMan jikjikman@gmail.com wrote:
Hi All,
Does streamdev-server plugin for VDR has limited connections?
I tried vdr-streamdev-snapshot-20060505 on vdr-1.4.0, but each time my connections with videolan-0.8.5 reaches to five concurrent connections, I could not connect any additional client to it.
I guess you didn't even look in the configuration for the plugin.
Menu -> Setup -> Plugins -> streamdev-server.. 5 is the default number of connections.
gdh
vdr mailing list vdr@linuxtv.org http://www.linuxtv.org/cgi-bin/mailman/listinfo/vdr
Hi, Excuse me,
But I just have a SkyStar2 cards and I only used svdrp to communicate with my box. So, I couldn't figure out this type of limitations exist.
How should I change this number when I don't have access to vdr menus? Is there any special variable exists in setup.conf which I could set it for more clients?
John
Hello, On So, Jul 23, 2006 at 10:58:00 +0330, JikJikMan wrote:
But I just have a SkyStar2 cards and I only used svdrp to communicate with my box. So, I couldn't figure out this type of limitations exist.
How should I change this number when I don't have access to vdr menus? Is there any special variable exists in setup.conf which I could set it for more clients?
Yes it exists. change and paste it to setup.conf
streamdev-server.AllowSuspend = 1 streamdev-server.HTTPBindIP = 0.0.0.0 streamdev-server.HTTPServerPort = 3000 streamdev-server.HTTPStreamType = 1 streamdev-server.MaxClients = 6 streamdev-server.ServerPort = 2004 streamdev-server.StartHTTPServer = 1 streamdev-server.StartServer = 1 streamdev-server.SuspendMode = 1 streamdev-server.VTPBindIP = 0.0.0.0