I need to create a server-clients application in Scala/Akka for encrypted live video streaming. Since loosing some packets doesn't matter, but speed (latency) is crucial, UDP is much better than TCP.
As far as I know Akka/Scala/Java don't support DTLS. What would be the best framework / library to use for encryption?
Also, I am still deciding between different Akka libraries to build the core of the application. (Akka I/O, Akka Remoting, Spray, Akka Http, Akka Streams). Is it worth waiting for a stable release of Akka Streams?