Daniel Wegener

Results 39 comments of Daniel Wegener

IMO: generally alphanumerical, case-insensitive (collation not required or system locale), maybe primary sorted by an "order" annotation, secondary by group name.

I guess the biggest challenge will be to dig around the jctools integration. - `TimerWheel` could be converted to scala - reactive streams api can be converted to scala -...

@annevk What would indicate a sufficient interest? SSE is IMO a really nice _standard_ for implementing simple web-based queue-consumers with out of the box at least once consumption semantic and...

:+1: I also do not really get the answer. I think what we are looking for is a possibility to participate in a WebRTC peer connection from an arbitrary jvm...

I actually could need some help here (disclaimer: I do not really now what I am doing) :) I do not really care about audio/video stuff because I just need...

Cheers, found it in `openwebrtc/bindings/java/Makefile.am`. I'll dig further :)

Made it. Documented my findings in https://github.com/danielwegener/openwebrtc-java/blob/master/README.md (still need to double-check the diffs in openwebrtc and cerbero fork). This repo also contains a java maven project that demonstrates the basic...