Python Forum

Full Version: WebRTC connection from the server
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi, I am very excited about WebRTC technology.
There are lots of examples how to implement WebRTC connection between clients (browsers), but I wonder if it possible to establish connection between client (browser) and the server (using Python)?
I know that it is possible with NodeJS since it has been designed for JavaScript language, so WebRTC is supported by default.
Is there any working/reliable WebRTC solution for Python? Have anybody already used it?
I just want to make simple project - stream video from the camera with Raspberry Pi (not from the browser on RPi).
I've found this topic.
So, the native WebRTC API would be pretty challenging approach for me.
OpenWebRTC is currently not actively maintained.
Since there is no reliable example for Python + WebRTC I'm more inclined to install NodeJS on my Raspberry Pi.