Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cypressxyx/rtmp-node-livestream
A very basic RTMP server that will allow for livestream. Tested on react
https://github.com/cypressxyx/rtmp-node-livestream
Last synced: 23 days ago
JSON representation
A very basic RTMP server that will allow for livestream. Tested on react
- Host: GitHub
- URL: https://github.com/cypressxyx/rtmp-node-livestream
- Owner: Cypressxyx
- Created: 2020-08-02T12:18:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:41:03.000Z (almost 2 years ago)
- Last Synced: 2024-03-07T20:29:01.471Z (8 months ago)
- Language: JavaScript
- Size: 427 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RTMP-Node-Livestream
## This is intended as a POC and easy reference for setting up a livestream with node.
This repo uses node-media-server to serve a RTMP server for livestreaming data under HLS
Current repo works as intended & has very basic setup not reccomended for production
Requires installation of ffmpeg
on mac
```
brew install ffmpeg
```