Hi I want to 'rewind' an http:// (ts file) video. I can set its position e.g. to 0.01 but this doesn't work (pseudo code): when vlc.input.state = 6 vlc.input.position = 0.01 vlc.playlist.play(); It doesn't play If it is playing (state 3) when I set the position to 0.01, that works- so the problem se...