hi,
I have a problem streaming a mpeg ts file:
I want to control one instance of vlc streaming a mpeg ts file to a client using the udp access: i can control the server with the http interface, and i noticed that when seeking forward the vlc streams ok, but when seeking backward, the vlc sometimes stops the stream to the client; the strange thing is that if i enable displaying the mpeg ts on the server machine, seek forward and backward is ok.
this is the command line on the server:
vlc -I rc ASI-4Gb.mpg --program 4 --sout '#duplicate{dst=std{access=udp,mux=ts,dst="192.168.1.2"},dst=std{access=udp,mux=ts,dst="127.0.0.1"},dst=display}'
i made the same test with different machines, but the results are the same.
server machine:
gentoo linux, p4 3GHz with 1Gb ram, vlc 0.8.5 (compiled from source)
client machine:
windows xp pro, vlc 0.8.5