From 519d3c33bf8cc87252e8ceb1dd45fd38cf168f93 Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Mon, 23 Feb 2026 11:04:36 -0800 Subject: [PATCH 1/2] Small tweak --- src/pages/blog/moqbs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/moqbs.mdx b/src/pages/blog/moqbs.mdx index 11cd6b4..7863501 100644 --- a/src/pages/blog/moqbs.mdx +++ b/src/pages/blog/moqbs.mdx @@ -88,7 +88,7 @@ The current API is media-specific, but we're going to add support for generic tr [Software Mansion](https://swmansion.com/) just started on native iOS/Android support for MoQ using libmoq. It took them a day to get [playback working on iOS](https://discord.com/channels/1124083992740761730/1124083992740761733/1473997800273608744). -Go pay them if you're a big corpo using React Native... or wait until it's open source. +They do some neat open source stuff so go sponsor them if you're a big corpo using React Native. There's also an [ffmpeg fork](https://github.com/brianmed/FFmpeg/tree/feature/moq-integration) if forking OBS was not good enough. Unfortunately, ffmpeg doesn't have a plugin system so you're stuck with a fork. From 5086d68f62e05b3da86b4601e3c2c2a0f1973c2d Mon Sep 17 00:00:00 2001 From: Luke Curley Date: Mon, 23 Feb 2026 11:07:45 -0800 Subject: [PATCH 2/2] More thanks. --- src/pages/blog/moqbs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog/moqbs.mdx b/src/pages/blog/moqbs.mdx index 7863501..699e2ed 100644 --- a/src/pages/blog/moqbs.mdx +++ b/src/pages/blog/moqbs.mdx @@ -65,7 +65,7 @@ Huge shoutout to [pangaea](https://github.com/davegullo) and [Claude](https://cl ## What Do Support? -- Codecs: H.264, H.265, OPUS, AAC, AV1 +- Codecs: H.264, AAC, H.265 (thx [Henry](https://github.com/mcintyrehh)), AV1 (thx [Chris](https://github.com/christriants)), OPUS (thx Henry again) - Transport: [QUIC](https://doc.moq.dev/concept/layer/quic.html), [WebTransport](https://doc.moq.dev/concept/layer/web-transport.html), [WebSocket](https://doc.moq.dev/concept/layer/web-socket.html) - Versions: [moq-lite](https://doc.moq.dev/concept/layer/moq-lite.html), [moq-transport](https://doc.moq.dev/concept/standard/moq-transport.html) (14+) - Format: [hang](https://doc.moq.dev/concept/layer/hang.html), CMAF (soon™)