上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页
  2019年12月29日
摘要: 名称 说明 $arg_name 请求中的name参数 $args 请求中的参数 $binary_remote_addr 远程地址的二进制表示 $body_bytes_sent 已发送的消息体字节数 $content_length HTTP请求信息里的"Content-Length" $content 阅读全文
posted @ 2019-12-29 20:20 弘道者 阅读(1038) 评论(0) 推荐(0)
  2019年12月24日
摘要: libcurl的用法参数太多 有时候弄不好 可以先用curl命令实现了 然后获取相应的libcurl代码 比如要上传文件 下面获取相应的代码 相应的代码就放到d:/curl.txt里面了 阅读全文
posted @ 2019-12-24 15:23 弘道者 阅读(1182) 评论(0) 推荐(0)
  2019年12月23日
摘要: 1.会遇到把警告当错误的情况 按照如下设置即可 2. 错误 C2334 “:”的前面有意外标记;跳过明显的函数体 (编译源文件 E:\cef_binary_3.2357.1271.g8e0674e_windows32\cefclient\browser\browser_window_osr_win. 阅读全文
posted @ 2019-12-23 17:17 弘道者 阅读(1298) 评论(0) 推荐(0)
  2019年12月21日
摘要: ffmpeg出直播流的时候 添加时间水印的话可以观察延迟 录制也方便查问题下面的命令 需要用到的字体自己百度下载一下或者到C:\Windows\Fonts复制一下 阅读全文
posted @ 2019-12-21 14:33 弘道者 阅读(373) 评论(0) 推荐(0)
  2019年12月20日
摘要: nginx下面的location是有优先级的,由高到低如下: 下面是一个典型配置: 下面是运行结果: 阅读全文
posted @ 2019-12-20 12:19 弘道者 阅读(992) 评论(0) 推荐(0)
  2019年12月18日
摘要: 比如绝对路径是/root/autoHls/streamID 因为脚本里面想直接用这个streamID来推流 下面是方法 阅读全文
posted @ 2019-12-18 20:53 弘道者 阅读(2294) 评论(0) 推荐(0)
  2019年11月9日
摘要: 跳转机需要装这个 阅读全文
posted @ 2019-11-09 14:41 弘道者 阅读(1318) 评论(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 弘道者 阅读(878) 评论(0) 推荐(0)
  2019年10月22日
摘要: 打印日志的时候需要细化到毫秒级别 阅读全文
posted @ 2019-10-22 14:30 弘道者 阅读(1445) 评论(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 弘道者 阅读(780) 评论(0) 推荐(0)
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 24 下一页