video streaming by html

Hello everybody,
I’m beginner in both html and django, and I want to turn one of my python projects into a web application.
I can access my webcam video stream, thanks to such helpful link, https://www.kirupa.com/html5/accessing_your_webcam_in_html5.htm, but my question is how can I save and make some further processes on the obtained stream using django.