Re: Streaming Data

2020-08-01 Thread Venu Gopal
Hi, Dylan Reinhold, Many thanks for your response. I will try this solution. On Sat, Aug 1, 2020 at 3:19 AM Dylan Reinhold wrote: > You can use the StreamingHttpResponse: > > https://docs.djangoproject.com/en/3.0/ref/request-response/#streaminghttpresponse-objects > > > Dylan > > On Fri, Jul 31

Re: Streaming Data

2020-07-31 Thread Dylan Reinhold
You can use the StreamingHttpResponse: https://docs.djangoproject.com/en/3.0/ref/request-response/#streaminghttpresponse-objects Dylan On Fri, Jul 31, 2020 at 6:46 AM Venu Gopal wrote: > Hi, I have an urgent requirement where I need to stream data from Motion > JPG to Django template. This sol

Streaming Data

2020-07-31 Thread Venu Gopal
Hi, I have an urgent requirement where I need to stream data from Motion JPG to Django template. This solution is already there in Flask Reference: https://blog.miguelgrinberg.com/post/video-streaming-with-flask. Is there any way to do it in Django. Thanks in advance. -- You received this mes