libav-RTMP-Streaming
libav-RTMP-Streaming copied to clipboard
📽 A C++ app that streams a video to an RTMP endpoint using libav
Hi, I want to Livestream my webcam. is it possible to use this program? what parameters should I pass to stream class?
^ /files/src/streamer.cpp:153:28: warning: 'void av_free_packet(AVPacket*)' is deprecated [-Wdeprecated-declarations] av_free_packet(&pkt); ^ In file included from /opt/ffmpeg/include/libavformat/avformat.h:319:0, from /files/src/streamer.h:11, from /files/src/streamer.cpp:1: /opt/ffmpeg/include/libavcodec/avcodec.h:4400:6: note: declared here void av_free_packet(AVPacket *pkt); ^ docker run -w...