I'm new to sockets and async programming. I need translate / resend audio stream incoming from websocket to socket stream to another server (which doesn't support websockets) in asynchrounous way with multiple streams. How can I achieve this ?
I'm new to sockets and async programming. I need translate / resend audio stream incoming from websocket to socket stream to another server (which doesn't support websockets) in asynchrounous way with multiple streams. How can I achieve this ?