by sylwester on 1/16/21, 1:04 PM with 0 comments
Recently I've been working with lots of projects involving gRPC, Protobuf and I really enjoy doing that.
Now, I would like to take it to the next step and do a (maybe just small) project that could be of use for others. So far, I was thinking about a MUC-style low-latency audio streaming solution (for jamming online) using gRPC for signalling, TURN for dealing with NAT issues and Ogg Opus as a low-latency audio codec.
I'm very curious about your ideas and now to approach it.