https://github.com/rongfengliang/nginx-vod-docker
nginx-vod-docker
https://github.com/rongfengliang/nginx-vod-docker
hls nginx nginx-vod vod
Last synced: 10 months ago
JSON representation
nginx-vod-docker
- Host: GitHub
- URL: https://github.com/rongfengliang/nginx-vod-docker
- Owner: rongfengliang
- Created: 2018-06-15T05:58:40.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T07:12:46.000Z (about 8 years ago)
- Last Synced: 2025-08-12T19:56:44.491Z (11 months ago)
- Topics: hls, nginx, nginx-vod, vod
- Size: 61.1 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```code
docker build -t dalongrong/myvod-nginx
```
## Run demo
* Run
```code
cd demo && docker-compose up -d
open http://hostip for test
```
* hls&&dash&&thumb
```code
- hls: http://hostip/hls//master.m3u8
- dash: http://hostip/hls//manifest.mpd
- Thumbnail: http://hostip/thumb//thumb-.jpg
```
## images




## docs
- [nginx-vod-module](https://github.com/kaltura/nginx-vod-module)
- [nginx-vod-module-docker](https://github.com/NYTimes/nginx-vod-module-docker)