# video streaming by html

**URL:** https://forum.kirupa.com/t/video-streaming-by-html/638517
**Category:** programming
**Created:** [July 19, 2018, 4:36pm UTC](https://forum.kirupa.com/t/video-streaming-by-html/638517 "2018-07-19T16:36:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![farnaz\_jz](https://avatars.discourse-cdn.com/v4/letter/f/919ad9/32.png) [@farnaz\_jz](https://forum.kirupa.com/u/farnaz_jz)
#### Post date: [July 19, 2018, 4:36pm UTC](https://forum.kirupa.com/t/video-streaming-by-html/638517/1 "2018-07-19T16:36:10Z")

</div>

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](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.
