Trying to send .mp4 file from Flask to Angular client and display it on html page player then
I’m new to angular and flask, so I don’t know enough about a lot of things yet. I have a code on the flask that processes the image, then sends it back to the angular client on a get request. The problem arises at the moment when I receive the url, there is a problem with the fact that the video does not appear in the window. The angular function code is as follows