bbaldino

Results 163 comments of bbaldino

made https://github.com/jitsi/jibri/pull/180 to try and see if the issue might be related to a `Throwable` being thrown and not being caught

Thanks, can you attach an entire Jibri log from when it happens?

Well it looks like your audio device isn't set up correctly (causing the input/output error in ffmpeg)--If it's not happening every time though then maybe it's some kind of race?...

Cool, thanks for that, sounds like a legit bug but don't think I'll have time to look into it anytime soon...hopefully that should be rare (I don't think we've been...

supporting other streaming services has been discussed and was always considered on the roadmap for "at some point" but it hasn't been a priority for us so far. PRs welcome...

Jibri does have support for RTMPS urls (in that it will pass them through to ffmpeg), but, according to a user on the community facebook has some other requirements: https://community.jitsi.org/t/how-to-livestream-on-facebook/77249/2?u=bbaldino

I think I've seen strange errors like this before (NoClassDef for a class which is obviously there) and I would try: 1. Make sure you do a clean before make...

Hm. What hash are you using? Tip of master? EDIT: Oops, just saw you tried tip of master. I would definitely use Java 8 though.

Can you list out the exact steps you're using to checkout and build? I can try and repro.

I'm not sure this feels like it belongs in the Jibri README, does nothing else require that port to be accessible?