DShow Stream Issue

Hello,

in the current project I have a filestream running. I also use a lot of projectors, so in foresight i took care to have the stream visible on only one head.

now i need a way to tell vvvv to show the healthy stream on the one renderer and neglect the other renderers. is there an easy way to dedicate the stream to a certain device or so?

*vel

helo velcrome,

always the last renderer connected to the videotexture will show the dshow stream. so if you add a Switch (Node) between the videotexture and the renderer you want to show the stream on and make sure to trigger that switch once to reconnect to the renderer you should be able to achieve your desired behavior.

thanks a lot