https://github.com/mauricioabreu/now-live
Open source live streaming platform
https://github.com/mauricioabreu/now-live
Last synced: 20 days ago
JSON representation
Open source live streaming platform
- Host: GitHub
- URL: https://github.com/mauricioabreu/now-live
- Owner: mauricioabreu
- License: mit
- Created: 2020-01-28T02:23:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-20T04:14:34.000Z (over 4 years ago)
- Last Synced: 2025-03-28T01:44:08.239Z (about 1 month ago)
- Language: Go
- Size: 70.3 KB
- Stars: 20
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Now Live - an open streaming platform
Have some fun streaming videos :-)
## What is this?
I created this project to experiment some video tools. Could this be an open streaming platform in the future? Yes.
Have you ever used live streaming tools like Youtube, Instagram and Facebook? There is a lot going on behing the scenes.
*Now Live* assembles some of these tools together, creating a platform where people can stream their videos, packaging it for multiple devices using standard video formats.
## How to use?
`make now-live` will build and run all the tools (packager, storage, frontend servers, etc).
`make ingest` produce and ingest a sample video so the packager can produce HLS playlists.
**These two commands must run simultaneously.**
Now you can point your browser to http://localhost:8080/play and play the sample video.
### Components
#### Packager
...
#### Recorder
...
#### Storage
...
#### Web server
...