简体   繁体   中英

Webcam WebRTC in python

I've been looking around but without much luck. I know that WebRTC is still largely an experiment but there are few to none working examples and they all seem to be related to nodejs, whereas the application I'm writing is in python. Is it possible to achieve a webcamera chat in a python environment(flask, tornado, django, cherrypy, all fine with me)?

There's some misunderstanding here.

WebRTC isn't an experiment - it is a real specification that is available today by two browsers already (Chrome and Firefox). It has been adopted by virtually all the industry (only company I can think of who is still mum about it is Apple).

Being a browser technology, there's nothing barring you from using whatever technology in the backend that you wish. Python is a good choice as any.

Check this presentation for some information on how to fit WebRTC into a Python project.

My own choice would be to go with Twisted .

You should

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM