This plugin is used to play videos from local path(e.g., C:/MyVideo.mp4) or from web URL(e.g., www.example.com/video.mp4) at runtime in packaged builds. Videos can be played directly on Static Mesh materials or Widget images without needing to setting up any media players, textures, or media sources in the Editor. Works in shipping builds.
Try Demo: RuntimeVideoPlayer_Build
Supported video formats:
Features:
Load videos from local path
Load videos from web URL
async video loading without freeze game thread
Works in packaged builds(shipping, development etc.)
Easy to set up, by just calling single function
Audio supported with video playback, no need to set up any audio will play automatically
Change volume level of video
Play video on materials such as static mesh material
Play video on widget image