Livekit improvements
This commit is contained in:
parent
ae9a217da5
commit
b00a4568b2
|
@ -1,17 +1,39 @@
|
||||||
|
---
|
||||||
|
title: "Livekit Server"
|
||||||
|
description: "A robust, feature-rich voice server for your 01"
|
||||||
|
---
|
||||||
|
|
||||||
## Overview
|
## Overview
|
||||||
|
|
||||||
Livekit is a powerful, open-source WebRTC server and client SDK that enables real-time audio and video communication. It's designed for applications that require robust, scalable real-time features.
|
[Livekit](https://livekit.io/) is a powerful, open-source WebRTC server and client SDK that enables real-time audio communication. It's designed for applications that require robust, scalable real-time features.
|
||||||
|
|
||||||
### Key Features
|
### Key Features
|
||||||
- Real-time audio and video communication
|
|
||||||
- Scalable architecture
|
- Scalable architecture
|
||||||
- Support for various platforms (web, mobile, desktop)
|
- Extensive documentation and community support
|
||||||
|
- SDKs for various languages and platforms (web, mobile, desktop)
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
Make sure you have navigated to the `software` directory before proceeding.
|
Make sure you have navigated to the `software` directory before proceeding.
|
||||||
|
|
||||||
|
### Installing Livekit
|
||||||
|
|
||||||
|
Before setting up the environment, you need to install Livekit. Follow the instructions for your operating system:
|
||||||
|
|
||||||
|
- **macOS**:
|
||||||
|
```bash
|
||||||
|
brew install livekit
|
||||||
|
```
|
||||||
|
|
||||||
|
- **Linux**:
|
||||||
|
```bash
|
||||||
|
curl -sSL https://get.livekit.io | bash
|
||||||
|
```
|
||||||
|
|
||||||
|
- **Windows**:
|
||||||
|
Download the latest release from: [Livekit Releases](https://github.com/livekit/livekit/releases/tag/v1.7.2)
|
||||||
|
|
||||||
### Environment Setup
|
### Environment Setup
|
||||||
|
|
||||||
1. Create a `.env` file in the `/software` directory with the following content:
|
1. Create a `.env` file in the `/software` directory with the following content:
|
||||||
|
|
Loading…
Reference in New Issue