Jitsi video conferencing server packages - jitsi.org

In development.

Enable the repository using sudo dnf copr enable lcts/jitsi, then you can install packages using sudo dnf install <package>.


This is a companion discussion topic for the original entry at https://copr.fedorainfracloud.org/coprs/lcts/jitsi/

Thanks!

I just installed the master package from this Copr on a fresh F33 system. I got some warnings that might warrant attention:

  Running scriptlet: jitsi-videobridge-firewalld-2.0.5390-2.fc33.noarch    1/14 
/var/tmp/rpm-tmp.TjTYgb: line 1: fg: no job control
warning: %post(jitsi-videobridge-firewalld-2.0.5390-2.fc33.noarch) scriptlet failed, exit status 1

Error in POSTIN scriptlet in rpm package jitsi-videobridge-firewalld

  Running scriptlet: jitsi-5390-2.fc33.noarch                             14/14 
Not setting net/ipv4/conf/all/rp_filter (explicit setting exists).
Not setting net/ipv4/conf/default/rp_filter (explicit setting exists).
Not setting net/ipv4/conf/all/accept_source_route (explicit setting exists).
Not setting net/ipv4/conf/default/accept_source_route (explicit setting exists).
Not setting net/ipv4/conf/all/promote_secondaries (explicit setting exists).
Not setting net/ipv4/conf/default/promote_secondaries (explicit setting exists).

/usr/lib/tmpfiles.d/jicofo.conf:2: Path '%{_rundir}/%{name}' not absolute.
/usr/lib/tmpfiles.d/jicofo.conf:4: Path '%{_sysconfdir}/%{project}/%{name}' not absolute.
/usr/lib/tmpfiles.d/jicofo.conf:5: Path '%{_sysconfdir}/%{project}/%{name}' not absolute.
/usr/lib/tmpfiles.d/jitsi-videobridge.conf:2: Path '%{_rundir}/%{name}' not absolute.
/usr/lib/tmpfiles.d/jitsi-videobridge.conf:4: Path '%{_sysconfdir}/%{project}/%{name}' not absolute.
/usr/lib/tmpfiles.d/jitsi-videobridge.conf:5: Path '%{_sysconfdir}/%{project}/%{name}' not absolute.

Thanks for reporting, I’ll have a look.