TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Membrane: Media Framework for Elixir

165 点作者 lawik12 天前

7 条评论

victorbjorklund9 天前
This is such a cool project. Haven't used it for any serious things but just the ability to have a high performance media streaming framework inside of Elixir is amazing. You literally could build Twitch just using BEAM and nothing else (a Postgres database is probably good to have though).
评论 #43975510 未加载
评论 #43975500 未加载
kingofheroes9 天前
I recall doing a tutorial for Exilir, the Phoenix framework in particular, a few years back and I actually enjoyed using it. Anyone know any good up-to-date tutorials someone could use?
评论 #43977778 未加载
评论 #43976788 未加载
评论 #43981561 未加载
Sean-Der9 天前
Fantastic project, and the team behind it is really good! The developers I have worked with are passionate about building things the right way (not just making it work&#x2F;adding kludge).<p>I felt like I was seeing the future when I saw the visualization&#x2F;rendering of PeerConnection stats on the server side. The video compositor is really neat also how they have it working with live modifications.<p>I wish I had more time&#x2F;a chance to use it on a project myself.
mml9 天前
I really wish Nvidia had gone in this direction instead of gstreamer :&#x2F;
AlphaWeaver9 天前
I looked at using this for a client project a few months ago. We use Erlang and Elixir at work, and it&#x27;s my go-to for anything serious.<p>Be aware that parts of their stack use a custom license for some components... but a large portion of it is OSS Apache 2.0, which is nice if you can stick to those parts!
nw056789 天前
During my foray into Elixir I never found the develop environment as smooth as other languages.
评论 #43978358 未加载
评论 #43978356 未加载
neya8 天前
This is really cool! Not just that, we actually really needed something like this in Elixir for a lot of projects and always had to end up going with some NodeJS implementation. Thank you &lt;3