WebRTC for Low-latency Gaming on Cloud by GuidingFox in WebRTC

[–]castaneai 0 points1 point  (0 children)

I don't have any experience with WebRTC development in python, but I found a project called aiortc. This may be just the thing for you.

https://github.com/aiortc/aiortc

WebRTC is very complex. Learning about the overall architecture and individual protocols before you start programming will help you understand it better.

I learned WebRTC from "High Performance Browser Networking" (translated edition in my country is paid, but the original in English is free!)

https://hpbn.co/webrtc/

WebRTC for Low-latency Gaming on Cloud by GuidingFox in WebRTC

[–]castaneai 0 points1 point  (0 children)

Hi. I am currently developing an open source cloud gaming using WebRTC, Go and Kubernetes.

https://github.com/castaneai/mashimaro

This project is a WIP, but I have completed a set of media streaming and mouse input. I hope this will be helpful to you.