上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页
  2019年12月21日
摘要: ffmpeg出直播流的时候 添加时间水印的话可以观察延迟 录制也方便查问题下面的命令 需要用到的字体自己百度下载一下或者到C:\Windows\Fonts复制一下 阅读全文
posted @ 2019-12-21 14:33 弘道者 阅读(352) 评论(0) 推荐(0)
  2019年12月20日
摘要: nginx下面的location是有优先级的,由高到低如下: 下面是一个典型配置: 下面是运行结果: 阅读全文
posted @ 2019-12-20 12:19 弘道者 阅读(968) 评论(0) 推荐(0)
  2019年12月18日
摘要: 比如绝对路径是/root/autoHls/streamID 因为脚本里面想直接用这个streamID来推流 下面是方法 阅读全文
posted @ 2019-12-18 20:53 弘道者 阅读(2275) 评论(0) 推荐(0)
  2019年11月9日
摘要: 跳转机需要装这个 阅读全文
posted @ 2019-11-09 14:41 弘道者 阅读(1298) 评论(0) 推荐(0)
  2019年10月23日
摘要: ffmpeg -i demo.ts -profile:v baseline -vcodec h264 -acodec aac -f flv demo.flv 阅读全文
posted @ 2019-10-23 17:50 弘道者 阅读(870) 评论(0) 推荐(0)
  2019年10月22日
摘要: 打印日志的时候需要细化到毫秒级别 阅读全文
posted @ 2019-10-22 14:30 弘道者 阅读(1432) 评论(0) 推荐(0)
  2019年9月23日
摘要: #include #include #ifdef _WIN32 #include #else #include #include #endif int press_key(); int main() { press_key(); return 0; } int press_key() { #ifdef _WIN32 system("pause"); retur... 阅读全文
posted @ 2019-09-23 15:30 弘道者 阅读(760) 评论(0) 推荐(0)
  2019年9月20日
摘要: 清空Linux的缓存 阅读全文
posted @ 2019-09-20 10:31 弘道者 阅读(346) 评论(0) 推荐(0)
  2019年9月12日
摘要: 在这个帖子找到的代码 还蛮好用的 https://bbs.csdn.net/topics/391040755 阅读全文
posted @ 2019-09-12 14:54 弘道者 阅读(837) 评论(0) 推荐(0)
  2019年9月10日
摘要: 要通过跳转机器远程其他的机器 不方便使用秘钥 每次都要输入密码也很烦 使用sshpass可以复制一行命令就直接登录了 我的跳板机是Centos7安装sshpass很简单 直接如下搞定 然后就用类似下 sshpass -p '你的密码' ssh 用户名@服务器ip地址 -p 端口如果端口是22就可以 阅读全文
posted @ 2019-09-10 23:09 弘道者 阅读(578) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 23 下一页