https://github.com/pe46dro/nginx-push-stream
Docker container for a self-hosted "restream.io" alternative
https://github.com/pe46dro/nginx-push-stream
docker-container restream stream
Last synced: 9 months ago
JSON representation
Docker container for a self-hosted "restream.io" alternative
- Host: GitHub
- URL: https://github.com/pe46dro/nginx-push-stream
- Owner: Pe46dro
- License: agpl-3.0
- Created: 2016-12-24T20:49:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-05T21:13:54.000Z (over 9 years ago)
- Last Synced: 2025-03-18T04:15:15.687Z (about 1 year ago)
- Topics: docker-container, restream, stream
- Language: Nginx
- Homepage:
- Size: 13.7 KB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [BETA] nginx-push-stream
*Based on [alfg/docker-nginx-rtmp](https://github.com/alfg/docker-nginx-rtmp)*
[](https://hub.docker.com/r/pe46dro/nginx-push-stream/)
[](https://hub.docker.com/r/pe46dro/nginx-push-stream/)
[](https://hub.docker.com/r/pe46dro/nginx-push-stream/)
[](https://travis-ci.org/Pe46dro/nginx-push-stream)
## Description
This is a Docker container ( based on [alfg/docker-nginx-rtmp](https://github.com/alfg/docker-nginx-rtmp) ) I thought to create after knowing "restream.io" ( a service to push one livestream to multiple platforms like twitch and youtube at the same time )
## Usage
```
docker pull pe46dro/nginx-push-stream
docker run -it -p 1935:1935 -p 8080:80 --rm nginx-push-stream
```
## Build
```
docker build -t nginx-push-stream .
docker run -it -p 1935:1935 -p 8080:80 --rm nginx-push-stream
```
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -am 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## Todos
- [ ] Test
- [ ] Improve push
- [ ] Function to disable ffmpeg
___
##### License: AGPL-3.0
It provides the same restrictions and freedoms as the GPLv3 but with an additional clause which makes it so that source code must be distributed along with web publication.