Paul Gregoire

Results 24 issues of Paul Gregoire

I've not used Kryonet yet, but I know a thing or two about Mina and NIO. This is both a question and possibly an enhancement request. Is there a means...

I have opus encoded bytes and I'd like to write them to an opus file; since the only example I found uses an existing opus file to read from then...

Without possibly using the `rtcAddTrack` method passing media SDP content; if one uses the `rtcAddTrackEx` method, there appears to be no means for setting the bitrate for the media track....

enhancement

There is a bug in `DtlsRecordLayer.send(byte[] buf, int off, int len)` [link](https://github.com/bcgit/bc-java/blob/cc4c67b0689594aabc831ce0122d411830851db8/tls/src/main/java/org/bouncycastle/tls/DTLSRecordLayer.java#L379) when called with a `HandshakeType.finished` does not send `change_cipher_spec` nor `finished` and instead only sends `hello_request`. This prevent...

Submitted for consideration is a fix for `Aes.SunPKCS11CipherFactory` for JDK 11+. ```java /** * Implements {@link CipherFactory} using Sun PKCS#11. * * @author Lyubomir Marinov */ public static class SunPKCS11CipherFactory...