FileStream (EX9.Texture VLC) - Stopping and Reversing

Hey Guys,

In my current project I have to playback 5 videos simultaneously at a calculated Speed. For playback I use FileStream (EX9.Texture VLC) and it works like a charm. However, If i want to stop the Video width speed:0.00, it won’t react it all. It just plays on as normal. Now I know I could just stop the Video with play:0, but the speed varies periodically and 0.00 is just a state. It can change to a positive or a negative value afterwards. Which brings me to my next problem. I can not seem to reverse the Video. Negative Values in the Speed parameter produce the same result as 0.00 . Is it possible to playback a video backwards in FileStream (EX9.Texture VLC)? Did I miss something in the helppatch?

with kind regards,
SirThanksalot

Well, as stated in the documents here: faq codecs

You need to have a codec that supports reverse playback, so it has to be a keyframe every frame (=large files), but even than I am not sure it is going to work, than again… things have changed since that piece of was written.

you could try player(ex9texture)