Stream a file as fast forward
Posted: 17 Nov 2012 15:47
Hi all
I use vlc to stream a single file(mpeg2 or mpeg4 , H264) in command line; as you see:
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
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
thank you