Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.01 KB

File metadata and controls

40 lines (28 loc) · 1.01 KB

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