nginx-vod-module && docker && docker-compose 测试

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 -d

open http://hostip for test
  • hls&&dash&&thumb
- hls: http://hostip/hls/<videosname>/master.m3u8
- dash: http://hostip/hls/<videosname>/manifest.mpd
- Thumbnail: http://hostip/thumb/<videosname>/thumb-<index>.jpg

images

docs

原文地址:https://www.cnblogs.com/rongfengliang/p/9187505.html