'Casting a video from Django to Angular

I am building a web application in which I have to upload a video to the server and then, after some analysis, casting it to the frontend which is an Angular application. I can see how to perform the upload, but I cannot find a tutorial or some advice on how to do this. The server is built with Django and django-rest-framework. Thanks for your help!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source