Switching VideoOut

Is there a way to switch video playback from one VideoOut to another VideoOut (so it would first playback on one VideoOut, and then it would switch to the other VideoOut)?

Thanks in advance.

I managed to figure it out, but I had to use VideoTexture (although the video now playbacks a little bit less smoother than before, when I was using the direct link between FileStream and VideoOut, without the VideoTexture in between).

Hope this is ok… please, feel free to correct me.

switchOutput.v4p (5.6 kB)

hi! this is ok for working without audience.

here is a patch by arsrobota ( thxs to him !), wich is a “state of art” on how access to filestream without waiting the image… of course this is not a real switch, its enabling / disabling quads where are projected the different files. but the way to do it is elegant, and resourceless consuming.

Video Switcher.v4p (31.0 kB)

does this switcher also works for wmv’s?

I need a good solid switcher for wmv’s without the blinking between the vids.

anyone an idea??
thanx

allready worked it out…
but thanx anyway