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