Skip to content

Stream to twitch from the browser using FFmpeg and React (simplified version of ohmystream for demonstration purposes)

Notifications You must be signed in to change notification settings

toshvelaga/twitch-streamer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitch Streamer

Stream to twitch in the browser. This is a simplifed version of ohmystream for instructional purposes.

Screen Shot 2023-01-27 at 5 57 01 PM

Start the Client

cd client
npm install
npm start

Start the Server

cd server
npm install
npm start

Get Twitch Stream Key

You will need to add your twitch stream key and url to the .env file in the root of the server directory. See .env.example for an example.

To get your TWITCH_URL go here and choose the one closest to you: https://stream.twitch.tv/ingests/

To find your TWITCH_STREAM_KEY go here: https://help.twitch.tv/s/article/twitch-stream-key-faq?language=en_US#Find

About

Stream to twitch from the browser using FFmpeg and React (simplified version of ohmystream for demonstration purposes)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 80.4%
  • HTML 12.6%
  • CSS 6.8%
  • Shell 0.2%