Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I added a video and made the necessary settings, but it does not appear in the run project section.
@Deichor Video by default isn't playing. You need to call play() on the video item. If you don't want a button or any other UI element to start the video, you could use Component.onCompleted() to call the play() method.
Video
play()
Component.onCompleted()