I'm currently trying to play a video from a stream through FFMPEG. I'm currently stuck however on a particular section: regardless of what I do, avformat_alloc_context();
seems to return null.
Would anyone perhaps know what might be going on?
I've been referencing the link below: Reading a file located in memory with libavformat