Closed ingjieye closed 5 years ago
Hi @ingjieye, I guess the only solution is either to allocate more memory or reduce the size of the file by compressing it (you can achieve this easily using ffmpeg).
Unfortunately, I'm afraid there's nothing else that can be done to fix this issue, since that's how gstreamer works, which is what is under the hood of RTSPATT :/
Probably it's because rtspatt decode entire file to memory before do anything? It there a way to workaround this?