Connect the Camlink for self-feeding, by plug its HDMI end to DP on displaycard:
After create media player, media texture and place the video/camlink URL in media player
If video don’t play, check
Create the plane and drag the media texture on:
Add Media Sound in Details of the plane, choose the media player source
Open the Map BP, event begin play
Create variable Media Player, choose default value
Use Open URL if it’s camlink; Open Source if it’s a video file
Or Save a Camlink Media Source and Camlink media playlist by clicking the save button below:
Then the Camlink source can be found in Open Soruce node, don’t need to use Open URL
If Using Widget (as a mini screen at a corner during simulating):
Drag the media texture in the space
In graph:
Create variable, connect to event construct
Open 3rd person BP:
If using BP Actor (to control play and pause):
Add a static mesh, and Media Sound
In Construction Script, Add Media Material variable, make it public
In Event Graph, add Media player, source and boolean variables :
Create play and pause event:
create a custom Play event, tick Call in Editor (tick as well for Pause event):
Drag the actor BP in scene, set the default in Details:
When simulating, hit the play/pause button above