博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
nginx-vod-module && docker && docker-compose 测试
阅读量:5785 次
发布时间:2019-06-18

本文共 519 字,大约阅读时间需要 1 分钟。

nginx-vod-module appdemo

i reference [nginx-vod-module-docker](https://github.com/NYTimes/nginx-vod-module-docker) && build with docker && docker-compose

How to build image

docker build -t dalongrong/myvod-nginx

Run demo

  • Run
cd demo && docker-compose up -dopen http://hostip for test
  • hls&&dash&&thumb
- hls: http://hostip/hls/
/master.m3u8- dash: http://hostip/hls/
/manifest.mpd- Thumbnail: http://hostip/thumb/
/thumb-
.jpg

images

docs

 

转载地址:http://qvvyx.baihongyu.com/

你可能感兴趣的文章
Sql%Rowcount
查看>>
Mongo服务器集群配置【转】
查看>>
ie浏览器模式判断语句
查看>>
台湾dotnet程序员之家
查看>>
[!] Could not automatically select an Xcode project. Specify one in your Podfile like so: proje...
查看>>
spring中的aop注解(整合junit测试)
查看>>
(转) AJAX POST&跨域 解决方案 - CORS
查看>>
cookie封装函数与使用方法(转)
查看>>
Keyboard的显示与隐藏
查看>>
设计模式(一)---单例模式
查看>>
How to extract a complete list of extension types within a directory?
查看>>
如何无密码登陆远程机器?
查看>>
图论4——多源最短路径
查看>>
java第九次作业:第九章例题3个
查看>>
hadoop(三):hdfs 机架感知
查看>>
bitset
查看>>
购物车
查看>>
移动端范围拖动选择效果
查看>>
幂率定律及绘制Power-law函数
查看>>
C#并行和多线程编程_(1)认识Parallel
查看>>