Re: Playing Video with Django and html tag

2021-04-21 Thread Benjamin Schollnick
What web browser are you using? I had to work my way around this as well, and it ended up being that I had to use: RangedFileResponse module. Name: django-ranged-response Version: 0.2.0 Summary: Modified Django FileResponse that adds Content-Range headers. Home-page: https://github.com/wearespin

Re: Playing Video with Django and html tag

2021-04-21 Thread Thiago Luiz Parolin
try using {% static.. to server your file. ‪Em qua., 21 de abr. de 2021 às 19:44, ‫תמר בביוף‬‎ escreveu:‬ > Hello everyone > :I try to enable a video tag in HTML like this > > > > :My problem is that the video does not run on Django, and looks like a > black > Running on html alone it works