Page 1 of 1

Stream a file as fast forward

Posted: 17 Nov 2012 15:47
by sibeMamnue
Hi all
I use vlc to stream a single file(mpeg2 or mpeg4 , H264) in command line; as you see:

Code: Select all

vlc "out.mpg" --sout udp://224.11.11.11:2000
now I need to fast forward the stream or slow down the speed. Is this possible in vlc? I need to use some interfaces like telnet to send this command to the VLC process or there is some option in command line?

thank you

Re: Stream a file as fast forward

Posted: 17 Nov 2012 16:31
by RĂ©mi Denis-Courmont
You cannot change the rate while streaming, that would break the stream on the receivers.