Billal Ghilas
Billal Ghilas
Hi @varsill @mat-hek Since I also need an RTSP server, I decided to create a fork of `membrane_rtsp` taking inspiration from the server example mentioned in this issue. This is...
I don't think including `livebook` as a dependency is a good idea. It's better to run a standalone livebook, creating the livebooks and connecting it to a running instance of...
Unfortunately we cannot upgrade elixir to the latest version on `ex_nvr` for legacy reasons. However you can downgrade `livebook` to meet the requirements.
Hi The legacy reasons I'm talking about is that we're using devices (rasberry pi) with old debian versions. If we use Elixir 1.17.x to create the releases it'll include dependencies...
> We are not changing the Debian version, only upgrading the Elixir/Erlang version. So, I don't think there would be any issue in that case. Is there any way we...
As I said above, this work won't make it to the main branch. So you're free to work on a branch, upgrade to any version and create a release from...
This is actually done in the front-end natively. This issue is about generating the speed in the back-end.
Done #521
- First don't use the back-end for this information, try subscribing to the [hls events](https://github.com/video-dev/hls.js/blob/master/docs/API.md#runtime-events) - Show the information on the top left of the video - They should be...
- You can still put the stats higher and don't mind the timestamp. - Make the font smaller - format the bit rate into kbps, mbps, ..etc and showw the...