Python Forum
WebRTC connection from the server - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: Networking (https://python-forum.io/forum-12.html)
+--- Thread: WebRTC connection from the server (/thread-10425.html)



WebRTC connection from the server - Borisko - May-20-2018

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).


RE: WebRTC connection from the server - Borisko - May-20-2018

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.