Sending BGE Video feed out over internet

Hello,

I have a research project where I need to be able to stream video to a remote system.

I’ve had a look around to see what would be a quick way to implement the ability to stream the BGE video feed to a remote web browser.

I came up with two options:

  1. Websockets via websockify
  2. UPD/TCP Sockets

Does any know a fast way to implement this capability?
Twitch TV may be an option but I was hoping something I had a little more control over.

Have any of you done this before and are able to offer advice or even share your code?
Is there any open source software or code I can use to implement this?

Thanks in advance for any help or suggestions.

I don’t understand what you mean. Do you want to send the BGE output as a video stream? Like capturing the window? Or do you want to stream just any video data, like a webcam or videofile, from the BGE to a remote system?

In general anything you can do in python you can do in the BGE. So just lookup python streaming examples.