OpenVibe.Live

Live streaming for

Live Now

0

No one is streaming right now

Be the first to go live!

HOME-GROWN & HOBBYIST-RUN — NOT ANOTHER CORPORATE STREAM SITE

Streaming the way it should be.

OpenVibe.Live is a living platform built by one person who actually streams here, hangs out in chat, and ships your ideas. No boardroom, no algorithm games, no mystery bans — just an epic streaming stack packed with things the big sites flat-out don't have.

01
Right in your browser One click, zero software. Powered by WebRTC for sub-second, ultra-low latency — the fastest way to go live anywhere.
WebRTC · <1s latency
02
OBS & RTMP Plug in OBS, Streamlabs, or any RTMP encoder for a full scene-based, pro-grade production workflow.
RTMP · pro setups
03
ffmpeg & CLI Headless and fully scriptable — stream straight from a Raspberry Pi, a server, or an embedded device.
jsmpeg · headless
Viewers control real hardware — live.

That same sub-second WebRTC pipeline isn't just for talking heads. Viewers can drive robots, pan cameras, and operate interactive rigs in real time — latency low enough to actually play. Ultra-low-latency streaming built for robotics, PTZ cameras, and interactive apps. Good luck doing that on Twitch.

Viewer-controlled robots Hand your chat the controls — real-time WebRTC command of robots, cameras & hardware. Genuinely nobody else does this.
Restream everywhere at once Push a single broadcast to Twitch, YouTube, Kick, RobotStreamer & any RTMP server simultaneously — from one dashboard.
A game built into the site Viewers play Scraplandia together, live on-stream, with leaderboards and a shared canvas. Chat that actually does something.
Global chat + voice A sitewide chatroom and drop-in voice channels connect everyone across every stream — no Discord required.
Donation goals & Vibes Set funding goals with custom art, celebrate live in chat, and keep a real creator economy — with fair, transparent payouts.
AI clips, VODs & transcripts Every broadcast auto-records, clips on the fly, and gets free AI overviews + searchable audio transcripts.
Pastes & file sharing Share code, text and files with syntax highlighting — a full Pastebin, built right into your channel.
200+ free tools Image & audio editing, PDF tools, video downloads, network diagnostics, dev tools and more — all free at openvibe.tools.
100% open source Every line is public on GitHub. No black boxes, no hidden trackers, no selling your data to anyone.
Run by a human, not a boardroom.

OpenVibe.Live is built & maintained by one hobbyist programmer who's usually right here in chat. Laid-back rules, no corporate nonsense, and a real person who actually wants your feedback. Got an idea? Say it in a stream — features here get shipped because a user asked for them. You help shape OpenVibe.Live and the whole OpenVibe.

The goal is not maximum revenue; it’s long-term sustainability. Servers, storage, bandwidth, and development all cost money — so the plan is to keep the network transparent, fund operations responsibly, and formalize it as a real not-for-profit / public-benefit project once it can stand on its own.

Phase 1 — Make it sustainable Use optional support, memberships, cosmetics, or tasteful monetization to cover hosting, bandwidth, storage, and development.
Phase 2 — Protect the mission No investors, no surprise corporate pivot, and no turning the community into a product. Any money goes to operations first.
Phase 3 — Formalize it Once the network is stable enough, file the not-for-profit paperwork and build this into the real community project it was always meant to be.

Redirecting to channel...

Videos

Clips

?

Channel

username

0 followers Offline
STREAM CHAT

No videos yet

All clips created of this streamer — by anyone who clipped their streams.

No clips yet

Clips this streamer has taken — clipped from other streamers' content.

No clips yet

No pastes yet

Loading…
Loading AI timeline…
0:00 / 0:00

Chat Replay

Chat messages will appear here as the video plays

Video

Clips from this stream

Comments

0:00 / 0:00

Chat Replay

Chat messages will appear here as the clip plays

Clip Title

Comments

Streamer Dashboard

Admin Panel

Go Live

Select a stream slot to configure your profile and go live.

My Streams

Loading…

Select a stream slot from the sidebar to configure and go live

Voice Channels

Global Chat

Live messages from all streams and the lobby

Loading themes...

OpenVibe.Live API Docs

Modular docs for vibe coders. Copy just the section you need, or grab everything.

Getting Started — Vibe Coding Guide

What is this?

OpenVibe.Live is a self-hosted, open-source live streaming platform with interactive controls, chat bots, TTS, soundboards, and hardware bridges. This documentation is designed for vibe coding — copy the section you need into your LLM and start building.

Quick Architecture Overview

LayerTechNotes
BackendNode.js + ExpressAll routes return JSON
DatabaseSQLite (better-sqlite3)WAL mode, foreign keys
WebRTC SFUMediasoupVideo/audio routing
RTMPNode-Media-ServerOBS classic ingest
Chat/ControlWebSocket (ws)Real-time messaging
FrontendVanilla JS SPANo framework
AuthRS256 JWT via openvibe.network SSOShared across OpenVibe

Which doc to copy for which task?

Building a...Copy this tab
Chat bot / overlayChat — WS protocol, bot examples, commands
Robot/hardware bridgeControl WS — full Python + Node.js bridge examples
Custom stream playerWebRTC — WHIP, SFU, SDP protocol
Stream management toolStreams — CRUD, go-live, channels
TTS / soundboard botTTS & Audio — voice catalog, audio queue, 101soundboards
Discord/push integrationIntegrations — events, webhooks, PowerChat, restream, RobotStreamer
Tipping / points / paymentsMoney — Vibes economy, donations, cashout, subscriptions, OpenCoins
AI bots / chat insightAI — chat-AI insight + AI chat viewers
Control panel / buttonsControls — profiles, button schema, settings
Admin / everything elseAPI Ref — chat, emotes, sounds, DMs, analytics, rate limits

How the OpenVibe is split

ServiceURLOwns
OpenVibe.Liveopenvibe.liveStreaming, chat, TTS, controls, VODs, soundboard
openvibe.networkopenvibe.networkSSO, accounts, notifications, push, Discord bot, admin
openvibe.gamesopenvibe.gamesGames (RPG, canvas)

Base URL & Auth

Base URL: https://openvibe.live (replace with your instance).

Auth: Authorization: Bearer <JWT> header, or ?token=JWT query param on WebSocket URLs.

API tokens: hbt_ prefix, scoped permissions, created from Dashboard → API Tokens.

Inventory