Skip to content

rongfengliang/nginx-vod-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published