Skip to content

Commit

Permalink
Livekit improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
KillianLucas committed Aug 29, 2024
1 parent ae9a217 commit b00a456
Showing 1 changed file with 25 additions and 3 deletions.
28 changes: 25 additions & 3 deletions docs/software/livekit-server.mdx
Original file line number Diff line number Diff line change
@@ -1,17 +1,39 @@
---
title: "Livekit Server"
description: "A robust, feature-rich voice server for your 01"
---

## 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
- Real-time audio and video communication
- 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

### Prerequisites
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

1. Create a `.env` file in the `/software` directory with the following content:
Expand Down

0 comments on commit b00a456

Please sign in to comment.