I need to create a server-clients application in Scala/Akka for encrypted live video streaming. Since loosing some packets doesn't matter, but 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? Thanks for any suggestions. -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
