Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rongfengliang/nginx-vod-docker
nginx-vod-docker
https://github.com/rongfengliang/nginx-vod-docker
hls nginx nginx-vod vod
Last synced: 7 days 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 (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T07:12:46.000Z (over 6 years ago)
- Last Synced: 2025-01-10T01:18:30.962Z (8 days ago)
- Topics: hls, nginx, nginx-vod, vod
- Size: 61.1 MB
- Stars: 1
- Watchers: 2
- 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 -dopen 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
![](./images/1.png)
![](./images/2.png)
![](./images/3.png)
![](./images/4.png)## docs
- [nginx-vod-module](https://github.com/kaltura/nginx-vod-module)
- [nginx-vod-module-docker](https://github.com/NYTimes/nginx-vod-module-docker)