rockcarry / fanplayer

A portable video player based on ffmpeg for windows and android platform.
GNU Lesser General Public License v3.0
606 stars 161 forks source link

目前只有rtsp协议的录像功能,kcp和rdp协议的录像功能还没有完成吗? #71

Open YXHTom opened 1 year ago

YXHTom commented 1 year ago

目前只有rtsp协议的录像功能,kcp和rdp协议的录像功能还没有完成吗?

YXHTom commented 1 year ago

录像功能集成在线程av_demux_thread_proc,但是kcp和rdp是不会开启这个线程;我自己使用recorder.h时,无法提供这个函数void recorder_init (char filename, AVFormatContext *ifc)需要的参数AVFormatContext