Difference between revisions of "Porting/Jitsi"
Jump to navigation
Jump to search
JeremyRand (talk | contribs) (Move to subcategory) |
|||
Line 15: | Line 15: | ||
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]] | + | [[Category:Ports/Communication]] |
Latest revision as of 16:03, 18 May 2025
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.