Chimera Bridge

Quick Start

Get started with Chimera Bridge in minutes

Quick Start Guide

This guide will help you set up Chimera Bridge in your Unreal Engine project.

Prerequisites

  • Unreal Engine 5.4 or later
  • A streaming server (self-hosted or cloud)
  • Valid license key

Installation

  1. Download the Chimera Bridge plugin
  2. Copy to your project's Plugins folder
  3. Restart Unreal Engine
  4. Enable the plugin in Edit > Plugins

Basic Setup

1. Configure Credentials

Set your server credentials via environment variables or config:

export CHIMERA_URL="wss://your-server.example.com"
export CHIMERA_TOKEN="your-jwt-token"

2. Add Publisher Component

Add a Chimera Publisher component to your actor to start publishing audio/video.

3. Connect and Publish

PublisherComponent->Connect();

Next Steps

On this page