Skip to content

Commit

Permalink
[docs] Update outdated methods of using compositor (#790)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkozyra95 authored Sep 26, 2024
1 parent e7ede1f commit 8ec071e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ https://github.com/user-attachments/assets/d8716866-67bd-4721-b1c2-1a1d31e1c5b5

Check out our [`Getting started`](https://compositor.live/docs/intro) section.

LiveCompositor supports Linux and macOS and can be used in 2 ways:
- Standalone media server - [`compositor.live/docs`](https://compositor.live/docs/intro).
- Element in a Membrane Framework pipeline - [github.com/membraneframework/membrane_live_compositor_plugin](https://github.com/membraneframework/membrane_live_compositor_plugin).
LiveCompositor supports Linux and macOS and can be used in 3 ways:
- TypeScript SDK - [TypeScript SDK Reference](https://compositor.live/docs/typescript/api)
- Standalone media server - [API Reference](https://compositor.live/docs/api/routes).
- Element in a Membrane Framework pipeline - [https://hexdocs.pm/membrane_live_compositor_plugin](https://hexdocs.pm/membrane_live_compositor_plugin).

## Demos

Expand Down
4 changes: 2 additions & 2 deletions docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ function HowItWorks() {
<p className={clsx('text--center', styles.grayText)}>
1. Send inputs as RTP streams or MP4 files
<br />
2. Configure mixing with HTTP requests
2. Configure mixing with React components or via HTTP API
<br />
3. Get the mixed streams via RTP
3. Get the mixed streams via RTP or as MP4 files
</p>
<div className="flex flex-row flex-wrap">
<div className="flex-1 mx-8 mt-20 min-w-[400px]">
Expand Down
Binary file modified docs/static/img/how_it_works.webp
Binary file not shown.

0 comments on commit 8ec071e

Please sign in to comment.