Skip to content

SelihovDaniil/streaming

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

Prerequirements:

  • docker
  • configured github app
    • Permissions: email readonly
    • Homepage URL: http://localhost:3000
    • Callback URL: http://localhost:3000/api/auth/callback/github
  • obs

Create .env in the root of project

AUTH_SECRET=
AUTH_TRUST_HOST=
AUTH_URL=

AUTH_GITHUB_ID=
AUTH_GITHUB_SECRET=

DATABASE_URL=postgres://postgres:strongpassword@postgres:5432/streaming
PGPASSWORD=strongpassword
PGDATABASE=streaming

FLV_HOST=http://localhost:8080/live
RTMP_HOST=rtmp://localhost:1935/live

SOCKET_IO_URL=localhost:4000

Run it

docker compose up

App started on the localhost:3000. Sign in with GitHub. Go to the dashboard and copy server and stream key to the obs, then start translation. You can see your translation on the home page

works with srs

About

live streaming web app worked with srs(simple realtime server)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors