Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/wwj718/hls-chopper-docker


https://github.com/wwj718/hls-chopper-docker

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

# hls-chopper-docker

cine.io [Docker](https://docker.com/) container that receives incoming RTMP FLV streams and saves them as FLV files on a shared volume.

# Usage

```bash
$ boot2docker stop
$ VBoxManage sharedfolder add boot2docker-vm -name home -hostpath /Users
$ boot2docker up
$ docker run --rm -it -p 1935:1935 -v /Users/jeffrey/dev/cine-dev/docker/rtmp-flv-record-docker/tmp:/var/recordings cine/rtmp-flv-record-docker
```