Page 1 of 1

TCP Connection timeout in plugin

Posted: 05 Jan 2015 20:21
by fly135
I have a streaming server constraint where it takes about 12 sec for the VLC plugin to receive a response to the RTSP DESCRIBE. This is fine in the VLC Player because I can set the TCP connection timeout to about 20 secs. However when trying to use the VLC plugin from a browser I cannot set this parameter. I have tried several methods of using the options in playlist.add but none work.

var options = new Array("rtsp-tcp",":ipv4-timeout=20000");
or
var options = new Array("rtsp-tcp","ipv4-timeout=20000");
or
var options = new Array("rtsp-tcp","--ipv4-timeout=20000");

Does anyone know of a way to set this parameter? Or maybe it has a different name.

JohnA