Difference between revisions of "Porting/Jitsi"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
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 | + | 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 | ||
Line 14: | Line 14: | ||
Packagers could probably add support for big endian without too much trouble though, especially if/when ppc64le support lands. | Packagers could probably add support for big endian without too much trouble though, especially if/when ppc64le support lands. | ||
+ | |||
+ | [[Category:Ports]] |
Latest revision as of 17:56, 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.