2018年5月9日

ffmpeg hls 点播负载均衡简单实现

摘要: 备注: 主要是进行文件的切片处理,以及m3u8 的文件前缀添加以达到通过nginx 或者类似的分布式文件工具进行数据切片处理 参考配置如下: ffmpeg -y -i mydemo.mp4 -vcodec copy -acodec copy -vbsf h264_mp4toannexb appdem 阅读全文

posted @ 2018-05-09 16:20 荣锋亮 阅读(1633) 评论(0) 推荐(0) 编辑

nginx grpc 试用

摘要: 1. 编译 wget https://nginx.org/download/nginx-1.13.10.tar.gz tar xvf nginx-1.13.10.tar.gz cd nginx-1.13.10 ./configure --with-http_ssl_module --with-htt 阅读全文

posted @ 2018-05-09 16:15 荣锋亮 阅读(629) 评论(0) 推荐(0) 编辑

autoconf 添加三方库(libcurl)简单试用

摘要: 1. 参考项目 https://github.com/rongfengliang/autoconf-project 2. 项目说明 a. 项目结构 ├── Jenkinsfile # jenkins 构建,实际使用可选 ├── Makefile.am ├── README.md ├── autoge 阅读全文

posted @ 2018-05-09 14:24 荣锋亮 阅读(792) 评论(0) 推荐(0) 编辑

导航