Thomas Fitzsimmons
Thomas Fitzsimmons
OK, thank you for reviewing! Next time I update, I will try both these approaches to fix the issue locally, then submit a patch that works for me. To which...
@JonathanLennox fixed a very similar issue in https://github.com/jitsi/jitsi-sctp/pull/20. This jitsi-srtp issue persists as of jitsi-videobridge v2.3-88-g0c54ff7c. Can you give jitsi-srtp the same treatment that @JonathanLennox gave jitsi-sctp?
Hi @JonathanLennox, First, I upgraded to `jitsi-videobridge2 2.3-94-ge80e8683-1`: ``` jar tf /usr/share/jitsi-videobridge/lib/jitsi-srtp-1.1-15-ga19c05a.jar|grep ppc linux-ppc64el/ linux-ppc64el/libjitsisrtp_1.1.so linux-ppc64el/libjitsisrtp_3.so ``` which at runtime, after two participants had joined a meeting, resulted in: ```...
(I had to do some alternate-browser gymnastics in order to test, due to the (new?) "static/recommendedBrowsers.html" page blocking my particular older version of Firefox. Separately, I will have to figure...
The `ppc64le` [Temurin releases](https://adoptium.net/temurin/releases/) for `17-LTS` and `11-LTS` both print `ppc64le` for `os.arch` on my `Debian 12` machine. As I remember, in my original comment I was assuming that `Ubuntu...
> According to @fitzsim in the first message of this issue, yes. I would need to verify this with qemu to run Java on such a CPU myself. I take...
I updated `Jitsi` on my machine and I can confirm this was fixed by #52: ``` $ dpkg -l | grep jitsi-videobridge2 ii jitsi-videobridge2 2.3-150-gb67f0c0d-1 all WebRTC compatible Selective Forwarding...
I filed [a jitsi-sctp issue](https://github.com/jitsi/jitsi-sctp/issues/19) requesting a ppc64le (aka ppc64el) build for jitsi-sctp. SCTP support does work on ppc64le if you build the shared object file yourself then include it...
`jitsi-srtp-1.1-12-ga64adcc.jar` already contains ppc64le binaries: ` linux-ppc64el/libjitsisrtp_1.1.so linux-ppc64el/libjitsisrtp_3.so ` I needed to rename the `linux-ppc64el` directory within the jar file to `linux-ppc64le`, otherwise I would get: ` JVB 2023-12-06 10:26:03.798...
> We don't use ppc, so we're unlikely to implement the suggested changes, but contributions are welcome OK, I just posted https://github.com/jitsi/jitsi-srtp/pull/49. I will work on a similar patch for...