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: about 2 months 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 (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:41:03.000Z (over 2 years ago)
- Last Synced: 2025-02-11T14:22:43.031Z (3 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
```