How to playback multiple videos in one scene?

I have no problem playing single video file using scripts from tutorial project. But I cant figure out how to playback multiple videos on different meshes. I tried to assign different videosources in “videotexture” script component and different material in “tvscreen” script component to avail - it still plays just one video on every mesh despite them having different materials. Any help would be very appreciated.

That might be tricky as it relies on being able to play multiple video DOMs at the same time (I don’t think mobile browsers let you do this?) :thinking: