2020-11-15 22:38:31 -10:00
2020-11-15 22:11:52 -10:00
2020-11-15 22:22:52 -10:00
2020-11-13 12:31:01 -08:00
2020-10-07 01:11:58 -07:00
2020-11-15 22:22:52 -10:00
2020-11-15 22:22:52 -10:00
2020-11-15 22:38:31 -10:00

livekit-server

Building

Ensure Go 1.14+ is installed, and GOPATH/bin is in your PATH.

Run `make proto && make

CLI

A CLI is provided to make debugging & testing easier. One of the utilities is the ability to publish tracks from static files.

To use the publish client, download the following files to your computer:

To run a peer publishing to a room, do the following:

  1. Ensure server is running in dev mode

    ./bin/livekit-server --dev
    
  2. Create a room

    ./bin/livekit-cli create-room --room-id hello
    
  3. Join room as publishing client

    ./ bin/livekit-cli join --room-id hello --audio <path/to/ogg> --video <path/to/ivf>
    

That's it, join the room with another peer id and see it receiving those tracks

S
Description
Languages
Go 99.8%
Shell 0.1%