Hey,
Hopefully just a quick question. I’m working with a team over seas who is responsible for our Restful server / api. We are currently working on streaming audio between client and server. So here’s the question:
In order to stream audio with unity ( www.getAudioClip(false, true) ) does our media server need to use RTSP? Or can this be done with RTP.
I hope that question is logical, I’m not too familiar with the server side of things or with data transfer protocols.