Skip to content

Commit

Permalink
Mention the difference between Elixir WebRTC and Membrane
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 authored Oct 30, 2024
1 parent 71fe155 commit 2d118d0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ To get started with Elixir WebRTC, check out:

If you have any questions, ideas or topics to discuss about Elixir WebRTC, head to the [discussions page](https://github.com/orgs/elixir-webrtc/discussions).

## Elixir WebRTC vs Membrane

Elixir WebRTC is the W3C WebRTC standard implementation written in almost pure Elixir.
It does not use Membrane under the hood, and it aims to be as close to the W3C (and hence JavaScript) API as possible.

Membrane, on the other hand, is a multimedia framework. It supports a lot of diffrent protocols, codecs and containers.
Membrane uses Elixir WebRTC in its [membrane_webrtc_plugin](https://github.com/membraneframework/membrane_webrtc_plugin) making it possible to use WebRTC with other Membrane elements.

## Credits

Expand Down

0 comments on commit 2d118d0

Please sign in to comment.