FFMPEG,RTSP录制成Mp4
void main()
{
thread task(RecordVideoAudio);
task.detach();
Sleep(10000);
cout<<"按键停止录制"<<endl;
getchar();
rtsp_state=false;
getchar();
}
下载FFMPEG,RTSP录制成Mp4用户还喜欢
FFMPEG,RTSP录制成Mp4
void main()
{
thread task(RecordVideoAudio);
task.detach();
Sleep(10000);
cout<<"按键停止录制"<<endl;
getchar();
rtsp_state=false;
getchar();
}
评论