Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datarhei/clusterlab
Video-Streaming Experiment
https://github.com/datarhei/clusterlab
Last synced: about 2 months ago
JSON representation
Video-Streaming Experiment
- Host: GitHub
- URL: https://github.com/datarhei/clusterlab
- Owner: datarhei
- Created: 2016-06-14T12:54:16.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-06-16T05:53:07.000Z (over 8 years ago)
- Last Synced: 2023-11-09T08:27:40.097Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 133 KB
- Stars: 3
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cluster-Lab
Open PoC to use [DC/OS]() ([Mesos]()) one big Video-Streaming-Infrastructure.
**It's currently realy hack stuff! and not build to run it on production!**## The idea:
![cl-idea.png](cl-idea.png)## Demo
1. start the DC/OS-Package
```
$ dcos package repo add universe-datarhei https://github.com/datarhei/dcos-packages/archive/version-2.x.zip
$ dcos package install dispatcher
```2. wait till the dispatcher has started the rtmp-origin and the hls-edge
3. push a livestream to the rtmp-origin
```
$ ffmpeg -i live-stream -c copy -f flv rtmp://ip-of-the-rmtp-origin:port-of-the-rtmp-origin/live/mystream
```3. open the hls-edge url "http://ip-of-the-hls-edge:port-of-the-hls-edge/?stream=mystream" in your browser and have fun
## Copyright
Code released under the [Apache license](LICENSE). Images are copyrighted by datarhei.org