Skip to content

Commit 3b50e0a

Browse files
committed
captions?
1 parent b0e7d16 commit 3b50e0a

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

src/pages/blog/moq-boy.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: "@/layouts/global.astro"
33
title: "MoqBoy"
44
author: kixelated
5-
description: ""
5+
description: "Using MoQ for REAL-TIME BIDIRECTIONAL STREAMING. Gameboy games!"
66
cover: "/blog/moq-boy/bren2.png"
77
date: 2026-04-16
88
---
@@ -20,7 +20,7 @@ And remember to scroll down and read the actual blog once you're done GAMING.
2020

2121
<Boy />
2222

23-
## Overview
23+
## The Arch
2424
There are N emulator workers.
2525
There are M human players.
2626

@@ -47,7 +47,7 @@ Instead we turn the encoder on/off if there's an active subscription:
4747
- If there's no video subscription, **the H.264 encoder sleep**.
4848

4949
<figure>
50-
![big bren](/blog/moq-boy/bren1.png)
50+
![big bren](/blog/moq-boy/bren.png)
5151
<figcaption>
5252
big bren
5353
</figcaption>
@@ -141,7 +141,7 @@ We now have a "bidirectional" stream by using two unidirectional streams.
141141
<figure>
142142
![pub1](/blog/moq-boy/pub2.png)
143143
<figcaption>
144-
pub boy
144+
sub boy
145145
</figcaption>
146146
</figure>
147147

@@ -181,7 +181,7 @@ Just replace the GameBoy emulation with REAL LIFE via a camera feed.
181181
<figure>
182182
![pub1](/blog/moq-boy/moqboy.png)
183183
<figcaption>
184-
pub boy
184+
weapon of mass destruction?
185185
</figcaption>
186186
</figure>
187187

0 commit comments

Comments
 (0)