livekit-cli
livekit-cli copied to clipboard
Command line interface to LiveKit
Right now its capped at video quality "high" which does max 2.5 mbps.
I am trying to delete the agent during cicd and recreate it again. but `lk agent delete --id $ExistingAgent` always is asking for confirmation and there isn't any `--silent` mode...
- Allow `h265://HOST:PORT` to be used with the `--publish` flag to publish a pre-encoded h265 video stream.
by default, the cli is outputting logs at the INFO level, this can be very verbose, especially when there are data packets being published in a room. Add a log-level...
The `lk egress test-template` tool is great. One difficulty is that I am not able to see what it looks like to stream portrait videos--the default videos (the sun, the...
https://linear.app/livekit/issue/CUS-276/livekit-cli-add-support-for-pagination-to-lk-sip-outboundinbound-list Creates an `ExhaustivePaginatedList` helper function for chunking large data sets using repeated paginated `List*` SDK requests to skirt Twirp's 4MB payload limit. Implements it for `sip inbound list` and...
```git bash for Windows $ lk agent create WARNING: config file C:\Users\danie/.livekit/cli-config.yaml should have permissions 600 WARNING: config file C:\Users\danie/.livekit/cli-config.yaml should have permissions 600 Using default project [metis] Creating new...
Creating agent with `lk agent create` fails when `.env` contains an empty env var (a var with empty value). The error is `twirp error internal: failed to convert secrets` A...
When using lk cli to publish a stream from a socket, it could try to republish the track for X seconds/minutes if the stream stops and starts again. Currently, it...
With the language sdks i.e python, js or go. You can join a livekit room and publish media with a livekit token but it seems that you can only use...