question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Jibri in docker container doesn't work

See original GitHub issue

This is the same issue as jitsi/jibri#231. Chrome inside the container tries to open “https://meet.jitsi” while should be directed to “https://external.fqdn”.

Proposed in the above issue solution probably should work. Related code is https://github.com/jitsi/jibri/blob/d566436459b5c1f1772af550d5d4c3357ceb2cee/src/main/kotlin/org/jitsi/jibri/api/xmpp/XmppApi.kt#L276 but it’s not completely clear how to preserve the old behavior. In some setups it will need to use “external.fqdn” and in some setups - xmpp_domain (which proably will be the same as “external.fqdn”).

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:10 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
shubham2110commented, Oct 6, 2020

@netaskd

What I did, I Hardcoded my external server URL in file XmppUtils.kt It worked for me.

Try it with yours too.

@saghul Please check function getCallUrlInfoFromJid inside XmppUtils.kt and return URL with one of xmppServerHost rather than xmppDomain

I know it may break multiple host thing…

Other way would be to call all urls with all hosts and start session with first successful URL.

0reactions
saghulcommented, May 14, 2021
Read more comments on GitHub >

github_iconTop Results From Across the Web

Why doesn't jibri work? · Issue #1233 · jitsi/docker-jitsi-meet
Good day. I have jitsi installed in docker. I'm trying to set up a recording, run jitsi.. but it throws an error... ......
Read more >
[Setup / Guide] Jitsi Meet Native + Multiple (6) Jibri Docker ...
This is a tutorial and a record of how I set up a Jitsi Meet server and 6 ... Recording doesn't work with...
Read more >
Fixing jitsi recording unavailable on docker - Sesame Disk
Firstly, enable Jibri because it has a configuration for recordings to run well on Jitsi. If you don't know how to install Jitsi...
Read more >
Image Layer Details - jitsi/jibri:stable-7210 | Docker Hub
1. ADD file ... in /. 29.92 MB ; 2. CMD ["bash"]. 0 B ; 3. ARG JITSI_RELEASE=stable. 0 B ; 4. ENV...
Read more >
How to build a jibri docker image from unstable build?
First create a docker image for base using unstable build. Go to base directory and run make JITSI_RELEASE=unstable JITSI_REPO=myimage OR You ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found