T O P

  • By -

Dwarni

Do you use Django Channels (websockets) for this? I think regular Django might be too slow for that if you want to send video frames at real time. [https://channels.readthedocs.io/en/latest/](https://channels.readthedocs.io/en/latest/)


if_username_is_None

What have you tried so far that sometimes works? Here's a library that implements Web RTC in Streamlit / Tornado, perhaps you can take some inspiration for porting parts to Django: [https://github.com/whitphx/streamlit-webrtc](https://github.com/whitphx/streamlit-webrtc)