Skip to content

🎬 React app for live video streaming (gaming, tutorials, q&a, etc)

Notifications You must be signed in to change notification settings

rsokz/react-streemur

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors LinkedIn


Logo

Streemur

Stream live video to a personal channel (gaming, tutorials, q&a, etc).
View Demo »

About The Project

Screenshot

Streemur React app is a live streaming video platform. The app allows users to create a variety of live video content (video game streaming, broadcasts of eSports competitions, music broadcasts, creative content, etc). Streams are created using OBS software.

Features

dev features

  • Fully TypeScript React Client
  • Redux
  • RTMP Media Server
  • Node Server (JSON)
  • Semantic UI

user features

Getting Started

Installation

Clone

git clone https://github.com/rsokz/streemur

Start server

cd server
yarn
yarn start

Start RTMP server:

cd rtmpserver
yarn
yarn start

Start client:

cd client
yarn
yarn start

Usage

Start streaming with OBS:

  1. Open OBS software
  2. Open settings & update "Stream" settings
  3. Set "Server" to rtmp://localhost/live
  4. Create a new stream on the app
  5. Set "Stream Key" to the id portion of your created stream url
  6. Start streaming

Built With

To-Do (v2)

  • Connect to a DB

About

🎬 React app for live video streaming (gaming, tutorials, q&a, etc)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published