volumetricperformance / raspberry-capture-kit

A simple opencv, gstreamer python code to stream a realsense camera feed to twitch using RTMP
4 stars 2 forks source link

Use cloud based console instead of locally hosted #10

Open thomaswester opened 2 years ago

thomaswester commented 2 years ago

In working with artists and students we are finding significant barrier in connecting to the Raspberry Pi over the local network.

Consider using a cloud based console that uses websockets to communicate between the web console and the device.

The web console is already web sockets based so "all" that needs to be done is some kind of match making service.

Once the Raspberry Pi is connected to internet it gets an access code and displays this.

Performers then use the access code to connect and send the relevant commands (start stream to specific url, stop stream, restart, shutdown) and display the progress.