Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```