摘要:
1. FILE* file =fopen("YUV420P.YUV", "w"); int i; for (i = 0; i<height; i++) { fwrite(pFrame->data[0]+i*pFrame->linesize[0] , 1, width, file); } for (i 阅读全文
摘要:
1.licode libnice install_libnice(){ if [ -d $LIB_DIR ]; then cd $LIB_DIR curl -OL https://nice.freedesktop.org/releases/libnice-0.1.4.tar.gz tar -zxvf 阅读全文