Good day squire,
My aim is to play a video from a resource hosted on the interwebs. I have achieved this although it's a bit ugly.
1) I make a HTTPRequest for the resource, the WebM video is passed in the body of the response. 2) I save the bytes to a file 3) then I just point the videoplayer to this file
I would prefer to send the Bytes straight to the video player. How does a gentleman like myself do this? If it is not possible how can I get down and dirty and build my own Videoplayer node which does this?
I'm new to godot, but not to programming but go easy on me please.
Many Thanks Demos