Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

![](./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)