bbaldino
bbaldino
Where I ran into issues was trying to find out how to set something to the equivalent of `-f x11grab` and input options (input capture framerate and resolution, which makes...
Awesome, that looks like it might do it. Thanks!
Just to add on to what @damencho said, the XMPP API is the primary way of controlling Jibri, the HTTP API was always just more experimental (I only added it...
I tried to checkout the ice4j version that that version of the bridge uses, but the code doesn't match up with your stacktrace. @saghul does that JVB image correspond to...
Hey @mstyura, thanks for looking at this! It was just something I ran into that I wanted to make sure we tracked, but you reminded me of an important point:...
Hey Ed, errors are: 02:11:19 [ERROR] /home/jenkins/jicofo/src/test/java/mock/media/MockMediaStream.java:[37,8] mock.media.MockMediaStream is not abstract and does not override abstract method getStatisticsTable() in org.jitsi.service.neomedia.MediaStream 02:11:19 [ERROR] /home/jenkins/jicofo/src/test/java/mock/media/MockVideoMediaStream.java:[35,8] mock.media.MockVideoMediaStream is not abstract and does not...
@imedwei pretty sure if you use the same branch name for both it'll pull from both for the checks
@djc might you be open to supporting a pubsub connection pool? [The changes to do so](https://github.com/djc/bb8/compare/main...bbaldino:bb8:pubsub_pool) seem pretty minimal (still need to figure out what `is_valid` should look like there)....
Thanks @djc. Opened https://github.com/djc/bb8/pull/159
Any plans on supporting the various forms of auth for nats?