I want to stream audio to a Java server I’ll create myself. At the moment I’m stuck since i don’t know how to achieve this. Are there any good tutorials on this topic or something similar?
Is streaming much more advanced than simple recording and sending the audio when its done?
Thanks for any help!
Usually keeps only url to file.
You can try create blob(byte objects) in your database and then send those object to the clients.