DominikWolek
Membrane Core Team
Hi everyone!
After about 3 months of really hard work, we have released the very first version of Jellyfish Media Server!
The best starting point is the documentation available here: https://jellyfish-dev.github.io/jellyfish-docs/
Version 0.1.0 comes with:
- support for WebRTC
- basic support for HLS
- REST and WS API
- authentication
- docker images
- 2 client SDKs - React and TypeScript
- 1 server SDK - Elixir
- documentation
- 4 example apps available in client SDK repositories: react-client-sdk/examples at main · fishjam-dev/react-client-sdk · GitHub ts-client-sdk/examples at main · fishjam-dev/ts-client-sdk · GitHub
We are not slowing down and in the nearest future we are going to:
- add support for RTSP
- move membrane_videoroom on Jellyfish - GitHub - membraneframework-labs/membrane_videoroom · GitHub
- move membrane_live on Jellyfish - GitHub - membraneframework-labs/membrane_live: Webinar app in React, Phoenix and Membrane · GitHub
- enhance server notifications (WS API)
Stay tuned!
Trending in News & Updates
Today we’re releasing Oban for Python. Not an Oban client in Python. Not a pythonx wrapper embedded in Elixir. Nope, it’s a fully operati...
New
I’ll be using this thread to share Hologram patch release announcements. Minor releases will continue to get dedicated threads with blog ...
New
This release unifies configuration for queues, repos, and services, swaps opaque timing integers for readable durations, and backports pe...
New
:heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::heart::hea...
New
NatureWhistle v0.4.1 is out! :tada:
This release is a pretty significant step forward for the project.
When I first built NatureWhistle,...
New
Aludel 0.7.0 is released :tada:
Since 0.5.0, Aludel has grown into a much more complete LLM evaluation toolkit for Elixir and Phoenix app...
New
Other Trending Topics
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
I am happy to introduce the very α version of the new programming language compiled to BEAM.
Welcome Cure.
It has literally three kille...
New
Hi there! We created Gust: A task orchestrator inspired by Airflow.
For those who have never heard about Aiflow, it’s a Python-based wor...
New
Hi everyone!
The first release candidate for the Expert language server project is now available!
We’ve published a press release detai...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Xamal is a deployment tool for Elixir apps that deploys native releases to bare metal servers over SSH. It’s a port of GitHub - basecamp/...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #library
- #deployment
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #elixirconf
- #channels
- #exunit
- #discussion
- #code-sync
- #podcasts
- #javascript
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixirconf-us
- #ai
- #blog-post
- #elixir-ls
- #phoenix_html
- #iex
- #graphql
- #genstage
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #hex
- #security










Showing Posts 1 to 4- Show Best Posts
- Show All (oldest first)
- Show All (newest first)
dimitarvp
Looks awesome!
I wonder if it can be used as a video transcoding solution for an offline media library. Seems to be part of its idea, must dig deeper.
zachallaun
Awesome! I’ll definitely be playing with this once RTSP support lands. I’d love to consume RTSP from IP cameras and stream to WebRTC in the browser for the lowest possible latency. I think there are a lot of people who want the same capabilities.
mickel8
Jellyfish is going to be focused on real-time/live communication. In other words, our main goal is to allow for building streaming/communication solutions in an easy and fast way.
If the only thing you want to do is to transcode a video file from one format to another, that’s not the task for Jellyfish, at least not in the nearest feature
dimitarvp
That’s still super valuable and very useful, thank you!