This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
解决ubuntu18.04无法使用mac摄像头的问题 | |
git clone https://github.com/patjak/bcwc_pcie.git | |
cd bcwc_pcie/firmware | |
make | |
sudo make install | |
cd .. | |
make | |
sudo make install | |
sudo depmod |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
killall 命令没有找到: yum install psmisc | |
目的:让nginx把php的解析交给php-fpm程序,双方进程通过unix-socket文件: /run/php/php7.0-fpm.sock 进行通信 | |
yum install epel-release | |
rpm -Uvh https://mirror.webtatic.com/yum/el7/webtatic-release.rpm | |
yum install php70w-fpm | |
cd /etc/php-fpm.d/ | |
vim www.conf | |
;listen = 127.0.0.1:9000 ---- 这行注释掉 | |
listen = /run/php/php7.0-fpm.sock |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17(1-key,7-avc) 00(avc sps/pps) 00 00 00(composition time) 01(version) 64 00 1F FF | |
E1(sps-num) ------ 偏移10的这个字节 & 0x1f == sps-num | |
00 19(sps len) | |
xx xx xx xx xx xx(sps) | |
01(pps-num) | |
00 04(pps len) | |
xx xx xx xx(pps) | |
17(1-key,7-avc) 01(avc nalu) 00 00 28(composition time) | |
00 00 00 02(nalu-len) 09(nalu pkg, 09&0x1f=9,访问单元分隔符) 30 |
OlderNewer