Difference between revisions of "Porting/Jitsi"

From RCS Wiki
Jump to navigation Jump to search
Line 1: Line 1:
 
Jitsi is an excellent free and open source software WebRTC conferencing software suite.
 
Jitsi is an excellent free and open source software WebRTC conferencing software suite.
  
Self-hosting Jitsi on a ppc64le system is possible with a few tweaks.  There are two pull requests issues filed for libraries:
+
Self-hosting Jitsi on a ppc64le system is possible with a few tweaks.  There are two pull requests filed for libraries:
  
 
https://github.com/jitsi/jitsi-srtp/pull/49
 
https://github.com/jitsi/jitsi-srtp/pull/49

Revision as of 18:55, 17 December 2023

Jitsi is an excellent free and open source software WebRTC conferencing software suite.

Self-hosting Jitsi on a ppc64le system is possible with a few tweaks. There are two pull requests filed for libraries:

https://github.com/jitsi/jitsi-srtp/pull/49

https://github.com/jitsi/jitsi-sctp/pull/20

and one top-level issue referring to them:

https://github.com/jitsi/jitsi-videobridge/issues/1246

There is no ppc64 big endian support yet, but I mentioned the idea in those bug reports.

Packagers could probably add support for big endian without too much trouble though, especially if/when ppc64le support lands.