I recommend you implement video conferencing yourself using native Django 3.0 
websockets OR Django channels. You just have to figure out how to 1. get camera 
input, 2. convert it into base64, 3. send it over the socket, then 4. in HTML, 
show the image. My issue with that is 1. you need to send images at a certain 
rate because the server has to send BACK the image to everyone and 2. figure 
out the HTML tag.

Videos are just images played at high rate of speed, but I can’t tell if you 
should use a video or img tag. Good luck!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/5a1c1e99-6457-4a64-bec6-4c83a4cbec82%40googlegroups.com.

Reply via email to