Skip to content

Commit 2d118d0

Browse files
authored
Mention the difference between Elixir WebRTC and Membrane
1 parent 71fe155 commit 2d118d0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ To get started with Elixir WebRTC, check out:
4747

4848
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).
4949

50+
## Elixir WebRTC vs Membrane
51+
52+
Elixir WebRTC is the W3C WebRTC standard implementation written in almost pure Elixir.
53+
It does not use Membrane under the hood, and it aims to be as close to the W3C (and hence JavaScript) API as possible.
54+
55+
Membrane, on the other hand, is a multimedia framework. It supports a lot of diffrent protocols, codecs and containers.
56+
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.
5057

5158
## Credits
5259

0 commit comments

Comments
 (0)