This question is related to my previous question Trying to stream telegram media and playing it in a web page.
I am trying to stream Telegram videos on a website using this library. I found out that most of the videos have the MOOV atom at the end, so they cannot be streamed until completely downloaded.
I wanted to know if I can create or move the MOOV atom of the mp4 file while streaming it as I cannot download the file completely and then do the same. Or if there is any other type of HTTP metadata that can be sent along the file to compensate for the MOOV atom.