How to cache / save data received over the network by ffmpeg?
-
I read the video from the server and decode it, ffmpeg is able to normally download the file from the server.
At first I thought to save the uncompressed frames and then use them as a cache, but this is a rather large amount of memory.
But is it possible to set a folder in ffmpeg to save the file in its original form?C++ Anonymous, Jan 28, 2019
0 Answers
Your Answer
To place the code, please use CodePen or similar tool. Thanks you!