I’ve made TV, that plays video clips using this tutorial:
I have several video clips that I want to play in multiple TVs. At the moment, I’ve managed to make it so that every time the level is opened, a random video appears on the screens (using playlist), but the same video appears on every screen. I want that each monitor plays randomly selected video. Does this require that I have to make multiple Media Players and Materials, or can this be done within the blueprint?
Okay. I managed to play random video on each screen by using multiple media players.
However, there is one problem. Sound comes out only from 3 random TVs. 3, because I have 3 media players. Media players starts from the Level Blueprint. Sounds should come out of all TVs.
EDIT: I tested with a completely new object, and tried to play the media. I copied the object multiple times and again, it only plays form one object.