
简介
该用户还未填写简介
擅长的技术栈
可提供的服务
暂无可提供的服务
系统:centos 7.2大坑记公网现在一般都封了samba监听端口554,如果需要正常访问,需要:1.改变samba服务器的监听端口;2.在windows下做端口映射,将对554的访问,改为修改后的samba端口连接;安装sambayum -y install samba测试安装是否成功,启动一下试试:systemctl start smb.services...
使用vscode加载ffmepg源码目录,直接点击run and debug(ctrl+shift+D)根据自己的实际需求安装第三方库,我只安装了libx264,libx265,libsdl2。在main()里面加一个断点,点击运行,就可以进行调试了。现在vscode中打开ffmpeg.c。首先编译一次,打开编译选项。编辑launch.json。选择node.JS方式。......
1.安装ESLint插件(重启vs生效)在vscode中安装插件ESLint2.配置.eslintrc.jswindows:ctrl+pmacos:command+p打开.eslintrc.js// https://eslint.org/docs/user-guide/configuringmodule.exports = {root: true,parserOptions: {parser: '
Coturn → Client: Allocate Success (中继IP:端口, 如1.2.3.4:60000)Coturn → Client B: Data Indication / ChannelData (转发)Signaling Server → Client A: (通过/wait响应转发Answer)Signaling Server → Client B: (通过/wait响应转
Coturn → Client: Allocate Success (中继IP:端口, 如1.2.3.4:60000)Coturn → Client B: Data Indication / ChannelData (转发)Signaling Server → Client A: (通过/wait响应转发Answer)Signaling Server → Client B: (通过/wait响应转
1.生成纯背景色的视频。2.给每一帧打时间戳。

ffmpeg做h264编码,使用了libx264;想要降低cpu使用率,就需要牺牲图像质量;由于已经使用 baseline,就无需考虑B帧了。目前能想到的,主要是需要调控以下一些参数:1.qp值此值范围为0~51 。值越小,量化步长越小,量化的精度就越高,意味着同样画质的情况下,产生的数据量可能会更大。数值越大,图像越模糊,CPU使用率越低。2.设置编码速度preset指定编码速度,速度越慢,画质
【代码】linux查看网卡百兆还是千兆。
【代码】linux交叉编译aarch64版本的iperf3。

1.安装ESLint插件(重启vs生效)在vscode中安装插件ESLint2.配置.eslintrc.jswindows:ctrl+pmacos:command+p打开.eslintrc.js// https://eslint.org/docs/user-guide/configuringmodule.exports = {root: true,parserOptions: {parser: '







