xmarvl
SMSoftware Mansion
•Created by xmarvl on 4/23/2025 in #membrane-help
Docker image with membrane_webrtc_plugin
Hi! I tried this but I am still getting similar error, but with
Elixir.Membrane.VPx.Encoder.Native.Nif
. Basically, I added "apt-get install -y pkg-config libssl-dev libvpx-dev" to dependencies included in phoenix-generated Dockerfile.
well, I can see that sometimes it is decoder and sometimes - encoder. I followed the first option, only disabling :membrane_vpx_plugin
ok, now I see that I needed to add vpx-tools
to the runner image. It is solved, but now the other component failed. I will try to eliminate them one by one 🙂4 replies
SMSoftware Mansion
•Created by xmarvl on 4/23/2025 in #membrane-help
Docker image with membrane_webrtc_plugin
I figured out some additional information. It has nothing to do with Docker. When I am running server with
mix phx.server
it works fine. It only crashes after it is built into a release (which is essentially what Docker does).4 replies