Buzz Live is a browser-native live streaming control room built for creators, producers, and community broadcasters. No OBS required — go live from any laptop or phone.
-
01
Go to the launch page:https://itsbuzzing.com/live/goEnter your room title, description, and stream type. Click "Go Live" to create your room.
-
02
Save your manage token. After room creation you receive a private manage URL:https://itsbuzzing.com/live/<slug>/manage?manage=<token>This token grants producer access. Share it with co-producers only — never post it publicly.
-
03
Share your public room URL with viewers:https://itsbuzzing.com/live/<slug>Viewers join without any token. Share this link on social, in your newsletter, anywhere.
Your room is live the moment you create it. The viewer page shows your stream embed, chat, and any overlays you push.
Public viewer page. No login required to watch.
Real-time Socket.IO chat. Viewers comment, you respond live.
Embed via Streamyard, Restream, Riverside, or direct RTMP URL.
Post-stream hangout at /live/<slug>/after-party
Your full control room lives at your manage URL. All tools below require the manage token.
Session Markers
Tag key moments during the live stream. Markers are saved to the database and visible in your post-stream inbox for clipping and AI processing.
Best moments worth clipping.
Trigger BuzzClip processing.
Tag a sponsored moment for recap report.
Critical statement or announcement.
High-engagement audience moment.
{ "manage": "<token>", "marker_type": "highlight", "note": "Guest drops the news" }
Real-Time Overlay Events
Push sponsor cards, announcements, and polls instantly to all live viewers via Socket.IO. Fires immediately — no scheduling needed.
{ "manage": "<token>", "event_type": "sponsor_cta", "title": "BuzzCard Pro", "body": "...", "cta_url": "..." }
Timed Replay Overlays New
Schedule overlays that fire at specific timestamps during replay playback. Persisted in the database — every future viewer at that timestamp sees the overlay, forever.
{ "manage": "<token>", "trigger_at_seconds": 90, "event_type": "sponsor_cta", "title": "...", "body": "...", "cta_url": "..." }
BuzzClip
Clip the current moment for a shareable highlight. Clips are linked to the room and accessible in your BuzzClip dashboard.
Post-Stream Inbox
After your stream ends, Buzz Live runs an AI pipeline that generates a summary, newsletter copy, and a sponsor recap. View results at:
The most powerful new producer tool. Schedule overlays that fire automatically at exact timestamps during replay playback — monetize your VOD content the same way you monetize live.
How to Schedule a Cue
-
1
Open your Producer Desk at your manage URL. Scroll to Schedule Timed Cues (Replay) section.
-
2
Enter the timestamp in MM:SS format. Example:
01:30= 90 seconds into the replay. -
3
Select a cue type from the dropdown (sponsor_cta, announcement, goal_update, reaction_pulse).
-
4
Enter title (max 80 chars), body text (max 200 chars), and optional CTA text + URL.
-
5
Click Submit. The cue is saved to the database and appears in the live cue list below the form.
-
6
All future replay viewers will see the overlay at that exact timestamp.
What Viewers See
When a viewer watches the replay and the video reaches your configured timestamp (within a 1-second window), the overlay card appears over the player. It shows the title, body text, and a CTA button if a URL was provided. The overlay dismisses automatically after the configured duration (5–60 seconds). The viewer can also dismiss it early.
Cue Types
| Type | Best For | Example |
|---|---|---|
| sponsor_cta | Brand sponsor cards, product links, affiliate offers | "Shop the collection — limited time 20% off" |
| announcement | Key moments, calls to action, resource links | "Download the free guide mentioned at this moment" |
| goal_update | Fundraiser milestones, ticket counts, challenge progress | "We hit $10K raised at this point in the stream!" |
| reaction_pulse | Engagement prompts, poll links, community moments | "Comment your answer below — we read them all" |
Timeline Marker Bar (Iframe Fallback)
If the replay uses an iframe player (e.g., Streamyard VOD embed), the native video timeupdate event is unavailable. In this case, a horizontal timeline bar is rendered below the player. Each cue appears as a color-coded tick mark at its proportional position. Clicking a tick fires the overlay manually.
API Reference
POST /live/<slug>/manage/overlay-cue
Content-Type: application/json
{
"manage": "<token>",
"trigger_at_seconds": 90,
"event_type": "sponsor_cta",
"title": "BuzzCard Pro",
"body": "Get your digital business card today.",
"cta_text": "Learn More",
"cta_url": "https://itsbuzzing.com/buzzcard/landing",
"duration_seconds": 15
}
# Fetch all cues for a room (public)
GET /live/<slug>/overlay-cues
Keep the conversation going after the stream ends. The After Party room is a persistent discussion space accessible at:
Share the after-party link in your stream ending slide. Viewers who want to keep chatting, ask follow-up questions, or network with other community members can continue there without a replay interruption.
Replays are automatic. Once the stream ends, viewers can access the recording at:
Any timed overlay cues you scheduled fire automatically during replay. The page fetches cues from the API on load and uses the video timeupdate event to fire them at the configured timestamps.
Invite co-producers to help manage your stream. Co-producers get full Producer Desk access (markers, overlays, timed cues, BuzzClip) but cannot end the room or revoke other producers.
-
1
Open your Producer Desk. Navigate to the Team tab.
-
2
Enter the co-producer's email and click Invite. They receive an email with their manage link.
-
3
To revoke access, click Revoke next to their name. Their token immediately becomes invalid.
-
4
Use Copy Link to share the manage URL directly without sending an email.
-
✓
Schedule timed cues during the live stream while your session markers are fresh. Look at your marker log, convert key moments to cues while you remember the timestamps.
-
✓
Use
sponsor_ctafor monetization. Partner with a local business and place their cue at the highest-attention moments (opening 60 seconds, peak engagement segments). -
✓
Use
announcementfor key moments. If you mentioned a free resource, a link, or a product — put a cue at that exact second so every replay viewer can click through. -
✓
Run real-time overlays AND timed cues. Real-time covers live viewers, timed cues cover replay viewers. Double your reach with minimal extra effort.
-
✓
Check your post-stream inbox. The AI-generated sponsor recap lists every Sponsor marker you tagged — use it to build a deliverables report for your sponsor within minutes of going off air.
-
✓
Set duration carefully. For sponsor CTA overlays, 12–15 seconds is enough. For complex announcements with URLs, push it to 20–25 seconds to give viewers time to read and click.