Difference between revisions of "Porting/Jitsi"

From RCS Wiki
Jump to navigation Jump to search
(Jitsi porting efforts to ppc64)
 
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 issues filed:
+
Self-hosting Jitsi on a ppc64le system is possible with a few tweaks.  There are two pull requests issues filed for libraries:
  
https://github.com/jitsi/jitsi-sctp/issues/19
+
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
 
https://github.com/jitsi/jitsi-videobridge/issues/1246
  
There is no ppc64 big endian support yet, but I requested it in those bug reports. Packagers could add support for big endian without too much trouble though, especially if/when ppc64le support lands.
+
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.

Revision as of 18:54, 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 issues 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.