Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/blog/moqbs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Huge shoutout to [pangaea](https://github.com/davegullo) and [Claude](https://cl
</figure>

## 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™)
Expand All @@ -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.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Minor: hyphenate "open-source" as a compound adjective.

When "open source" precedes and modifies a noun ("stuff"), it should be hyphenated.

✏️ Proposed fix
-They do some neat open source stuff so go sponsor them if you're a big corpo using React Native.
+They do some neat open-source stuff so go sponsor them if you're a big corpo using React Native.
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
They do some neat open source stuff so go sponsor them if you're a big corpo using React Native.
They do some neat open-source stuff so go sponsor them if you're a big corpo using React Native.
🧰 Tools
🪛 LanguageTool

[grammar] ~91-~91: Use a hyphen to join words.
Context: ...997800273608744). They do some neat open source stuff so go sponsor them if you'r...

(QB_NEW_EN_HYPHEN)

🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In `@src/pages/blog/moqbs.mdx` at line 91, Update the sentence "They do some neat
open source stuff so go sponsor them if you're a big corpo using React Native."
by hyphenating "open-source" when used as a compound adjective modifying "stuff"
(i.e., change "open source stuff" to "open-source stuff") so the phrase reads:
"They do some neat open-source stuff..." in the blog content.


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.
Expand Down