Page 1 of 1

start-time VLC 1.1.1+

Posted: 26 Aug 2010 10:16
by fbullo
Hi,

my VLC-1.1.1 stream server seems to ignore the option start-time. It always start from ther beginning of the stream.

I use a telnet client (in java) to setup a(n already added) stream:
I set the values like inputStream ed options into vlcStreamServer, with line:
...
writeLine(w, "setup " + streamName + " input " + streamFname+ " option start-time=" + startSec);
...
It's all ok, but the streaming start from the beginning, not from startSec.
Any ideas?

Many Thanks,
Francesco.