Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wwj718/hls-chopper-docker
https://github.com/wwj718/hls-chopper-docker
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/wwj718/hls-chopper-docker
- Owner: wwj718
- Created: 2015-12-04T08:23:06.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-04T08:24:28.000Z (almost 9 years ago)
- Last Synced: 2023-08-04T13:49:05.450Z (over 1 year ago)
- Language: Nginx
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```