Search code examples
c++cffmpegrtsp

RTSP Server using ffmpeg code has wrong ffmpeg version?


I'm trying to reuse the sample code of next topic, but it does not run with ffmpeg-20190320.

Topic: FFMPEG to send RTSP encoded stream C++

I tried to change the include line to the right paths, but some files are simple gone.

All of the code can be found on the topic referring to.

I'm expecting the code from the referring topic to build and run as expected with the newer version of ffmpeg or to know what version was used so I can try to refactor it myself.


Solution

  • I've got the code building and running with ffmpeg-2.0.1-win32-shared and ffmpeg-2.0.1-win32-dev found on https://ffmpeg.zeranoe.com/builds/win32/dev/ and https://ffmpeg.zeranoe.com/builds/win32/shared/, but I had to use the wayback machine.