Video streaming via content-type multipart

In our past projects we used to serve video streams via Python Flask and multiplart images. This is quite easy to implement, as described here. Now I would like to achieve the same in Anvil, since we are thinking of switching from Flask.

But as we have not worked with Anvil yet, I don’t know how to implement such multipart responses in Anvil - and whether that is doable at all. Can you guys guide me to the right direction please?

1 Like