toshvelaga / twitch-streamer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:TypeScript 80.4%Language:HTML 12.6%Language:CSS 6.8%Language:Shell 0.2%