Open ktb92677 opened 3 years ago
I also want play Mp4 from memory directly into QtAV, if you had resolved the problem?
Unfortunately I did not resolve this issue. I would recommend not using QtAV if you want to play stuff directly from memory... Unless any one at QtAV is reading these posts and wants to correct me?
Thank you for your suggestion. I agree with you, and I will develop my mem-player use original code by SDL2+Qt5+ffmpeg.
Hi all! Is there anyway to pipe raw H264 frames loaded up into memory directly into QtAV? I see some examples of how to pipe it in over an HTTP or a TCP stream and I know I could just write the frames to a file and read that file in. But that seems like an odd way to do it. Just curious if it is even possible. Thanks!