jkuri / opencv-ffmpeg-rtmp-stream

OpenCV FFMpeg Live Video Stream over RTMP protocol.
MIT License
210 stars 59 forks source link

Compatible for FFmpeg version 2.8 #2

Closed mygityf closed 6 years ago

mygityf commented 6 years ago

function 'avcodec_send_frame + avcodec_receive_packet' is equal to 'avcodec_encode_video2'. compile Macro 'BUILD_AV_WITH_CODEC' for FFmpeg 2.8.14 or before version. Using AVStream.codec with deprecated at FFmpeg 2.8.14. Using AVStream.codecpar instead of AVStream.codec deprecated at FFmpeg version > 2.8.12.

jkuri commented 6 years ago

I dont undestand why would anyone want to have support for legacy ffmpeg version