I’m working on a custom speech module, and I’m at the point where I need to stream data from clients to the server, and from the server to the clients. I don’t really know of any build-in system that allows for streaming between these. Can someone point me in the right direction?
We’re not using steam, and we’re using a custom-built voice engine so it’s no option in any case. I simply need a way to stream bytes between server and client(s).