ios直播推流每秒能达到30帧,比安卓要强,视频采用软编码的话手机会发烫,得采用码编码,播放视频采用opengl渲染. ffmpeg初始化代码如下: int init_Code(int width, int height, const char *out_path) { av_log_set_callback(custom_log); //avcodec_register_all(); av_register_all(); avformat_network_init(); avformat_al…