Okay, a basic video player, well, that is asked before, many many times.
You create the Filestream, very good. Check the pins, you will see there is an end time and a start time, wel, make sure you set the end time to something else than 0.0000 seconds. Lets make it 1000 seconds, it doesn’t hurt. Just for starters, set the loop pin at 1 (boolean yes) and also set play to one. Now we have a video playing and repeating.
Next we going to see this video, what you need to do is use it as a texture on an object. So we make a node called VIDEOTEXTURE (pick one, both should work). This node will transform you video in into a texture.
If you now press F1 to see the videotexture helpfile, you will see what we are making here ;)
Now the video is a texture, we want to show it onto something, lets use a QUAD for that (or pillow, or segment or…)
Connect this all together, and add a renderer and you have your video.
Next thing you want to check is a Transform (2D) so you can scale the quad to make it fullscreen.
Finally, you register here, so you do not have to ask questions like a guest :)
Gooooooood luck!!!