Git Product home page Git Product logo

emrah-buster-templates's People

Contributors

emrahcom avatar tavil85 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

emrah-buster-templates's Issues

jitsi_cluster install error

Hi, I have used this script hundreds of times and this is the first time I have this problem. I think it is related to what @Guiraud says #6 .

lxc-start: eb-buster: tools/lxc_start.c: main: 280 Container is already running
lxc-attach: eb-buster: lsm/lsm.c: lsm_process_label_set_at: 174 Operation not permitted - Failed to set AppArmor label "unconfined"
lxc-attach: eb-b                         uster: lsm/lsm.c: lsm_process_label_set_at: 174 Operation not permitted - Failed to set AppArmor label "unconfined"

Something went wrong. The installation couldn't be completed!

I have tried a couple of times more, in one of these it gave me an error that was something like "LXC could not detect the user's default password"

cluster
(If I perform the installation on a machine that is not recently installed, the system does not occur these errors)

runnning on the same computer

hello, is there any possibility to run on the same computer livestream and jitsi, my experience with containers is minimal, each of the scripts eb-livestream and eb-jitsi overwrite certain variables, thank you very much

eb-buster doesn't exist

Hi thanks for this marvellous script. Althought, I came accross a little problem that might find its source in my lack of knowledge.

On my cloud debian ( Scaleway ), I changed the default kernel :
user@host:~$ uname -a Linux almost.theater 4.19.0-16-amd64 #1 SMP Debian 4.19.181-1 (2021-03-19) x86_64 GNU/Linux
and when i run the scrip to install Jitsi/jibri, i get :
`
-------------------------- eb-buster --------------------------
eb-buster doesn't exist
lxc-stop: eb-buster: tools/lxc_stop.c: main: 191 eb-buster is not running
lxc-destroy: eb-buster: tools/lxc_destroy.c: main: 259 Container is not defined
Setting up the GPG keyring
ERROR: Unable to fetch GPG key from keyserver
lxc-create: eb-buster: lxccontainer.c: create_run_template: 1617 Failed to create container from template
lxc-create: eb-buster: tools/lxc_create.c: main: 327 Failed to create container eb-buster

Something went wrong. The installation couldn't be completed!
`
Any clue ? Would you need anymore information ?

Issue in script

The script doesn't log the start time of conference rather it comes as nill in the report

Error while adding additional Jitsi Videobridge node

Following the guide steps provided here:

https://github.com/emrahcom/emrah-buster-templates/blob/master/doc/jitsi_cluster.md#3-additional-jitsi-videobridge-jvb-node

Using digital ocean's Debian 10 droplet. I installed JMS described as in the preceding steps in the guide. Currently at the following step:

wget -O - https://meet.mydomain.com/static/jms.pub >> /root/.ssh/authorized_keys

I received the following error:

Resolving meet.mydomain.com (meet.mydomain.com)... <IP_Address>
Connecting to meet.mydomain.com (meet.mydomain.com)|<IP_Address>|:443... connected.
ERROR: The certificate of ‘meet.mydomain.com’ is not trusted.
ERROR: The certificate of ‘meet.mydomain.com’ doesn't have a known issuer.

I have replaced the original domain with 'meet.mydomain.com' and IP address.

Install a ready-to-use self-hosted Jitsi/Jibri service. The installation couldn't be completed!!!!!

Purging configuration files for usbmuxd (1.1.1~git20181007.f838cf6-1) ...
Synchronizing state of ssh.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install disable ssh
Removed /etc/systemd/system/multi-user.target.wants/ssh.service.
Removed /etc/systemd/system/sshd.service.
zsh:2: command not found: update-ca-certificates

Something went wrong. The installation couldn't be completed!

Please check error, help me pless.....

I think error there

packages removed

lxc-attach -n $MACH --
zsh -c
"set -e
export DEBIAN_FRONTEND=noninteractive
apt-get -y purge upower
apt-get -y --purge autoremove"

-----------------------------------------------------------------------------

SYSTEM CONFIGURATION

-----------------------------------------------------------------------------

disable ssh service

lxc-attach -n $MACH --
zsh -c
"set -e
systemctl stop ssh.service
systemctl disable ssh.service"

jitsi host

echo -e "$JITSI\t$JITSI_HOST" >> $ROOTFS/etc/hosts

# certificates
cp /root/eb_ssl/eb_CA.pem $ROOTFS/usr/local/share/ca-certificates/jms-CA.crt
lxc-attach -n $MACH --
zsh -c
"set -e
update-ca-certificates"

Appreciations for the amazing work and a document request

Hi,
My name is Jeff, and I want to thank you for sharing this work. It is really important in these times to be able to communicate :) I am working on a small project to help my friend play his music live on the various sites. I am wondering if you would be willing to add a walkthrough for the process of connecting the eb-jicobi with the eb-livestream. I imagine it's pretty simple I am just having trouble figuring out where to look.

I'd be happy to help update the docs if that would be of service... I noticed a couple of things that would be helpful to include!

Your website is really neat. That is so amazing what you can do with the robots.

Take Care and I hope you and your family are well!

Jeff

Jibri recordings cannot be accessable

I have installed a JMS node using the template you provided.

https://github.com/emrahcom/emrah-buster-templates/blob/master/doc/jitsi_cluster.md

I have just installed JMS nothing else. Jitsi is working and I could record.

But when finish recording, I didn't receive any file download or anywhere to download the recorded file. I checked the recordings folder and saw the following output:
image

I recorded 3 recordings. I think they don't look normal. What is missing here?

Thanks for helping.

eb-jibri and finalize_script.sh

Hi Emrah thank you for making this buster-templates for us, really big help!

There's just this one thing I want to ask. I'm doing finalize_script for post recording on jibri with rclone to auto upload it to my cloud drive. Is there a way to run the finalize_script on my root host user from the jibri container? Sorry I'm quite a newbie when it comes to lxc

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.