leeyis
August 28, 2023, 6:48am
1
Hi,
Is anyone aware of a WebRTC peer library/application for Erlang, or an
effort to write one (not a signalling server)?
Like this one GitHub - pion/webrtc: Pure Go implementation of the WebRTC API but Erlang. Googling hasn’t
really turned anything up…
I have the same request. Forward from
Question from [erlang-questions] WebRTC peer library
It’s in Elixir, but @mickel8 is working on Elixir WebRTC · GitHub . He’ll also talk about it at the upcoming Elixir Conf US.
leeyis
August 28, 2023, 11:25pm
4
The Elixir-WebrTC project is great, can it support both erlang and elixir? (I have a soft spot for erlang)
That’s mostly a question whether Elixir libs can be used from an Erlang code. See How to make an Elixir library available to erlang users? - #15 by ntalfer - Questions / Help - Elixir Programming Language Forum
I also believe there were some discussions on making elixir-nx available to the Erlang users.
When we have first PeerConnection skeleton, we will definitely take a closer look at the problem. Also, any earlier PRs (if needed) are very welcomed
2 Likes
leeyis
August 30, 2023, 12:50am
6
Thank you very much for your suggestion. It’s a good alternative.
Let me look at the SRS (Simple Realtime Server) | SRS project first
joisig
August 30, 2023, 8:42pm
7
There is also the Membrane framework , another project by folks at Software Mansion (like Elixir WebRTC mentioned above seems to be). My company uses Membrane and it’s working well. It implements a WebRTC endpoint, among other things.
1 Like