ex_webrtc
ex_webrtc copied to clipboard
An Elixir implementation of the W3C WebRTC API
Roadmap
# 0.1.0 (01.2024) ### Media reading/writing: * [x] IVF reader/writer - #29 #44 * [x] Ogg reader/writer - #43 #50 * [x] VP8 RTP packetizer/depacketizer - #30 #45 * [x]...
This PR unfortunately doesn't work and I ran out of ideas on how to push it further. Current status: * chromium successfully decodes and displays the first video frame *...
`Membrane.RTC.Engine.Endpoint.Forwarder` crashes with key not found error in `ExICE.Priv.CandidatePair`. This happens in a setup with forwarder (Fishjam) pushing a stream to Broadcaster via WHIP. It occurs in about 90% of...
I have a scenario where I'm trying to connect a client (browser) to a server using Elixir WebRTC. The PeerConnection on the server side does not accept any video codecs;...
Hey there! Firstly, thank you for all your work on this, I'm totally uneducated with respect to WebRTC and yet even I was able to put together a PoC. ##...
As @sgfn mentioned over in #194, I'm aware the recorder ecosystem is in a delicate state right now with limited bandwidth for broader changes, however, I currently have a need...
I have a fly.io deployment of an audio streaming service largely adapted from `live_ex_webrtc`. There's a heisenbug on both the `publisher` and `player` ends where sometimes they can start/join streams...
Hi, i tried out the [WHIP/WHEP example](https://github.com/elixir-webrtc/ex_webrtc/tree/master/examples/whip_whep) with a Fedora 40 Workstation OS and OBS which uses the Cisco OpenH264 encoder by default. The video player gets stuck in the...
Hello! I was looking at https://elixir-webrtc.org/ again thanks to the streams that were going on and noticed the Observability feature link to a video about Phoenix Dashboards -- great to...