I have an application that currently streams audio files directly from the server. I want to stream the audio files from the B4J server since it handles all the transactions. is there a way I can convert the audio files in B4J and send it to my android app? The audio files are located on external server.
The audio is in an mp3. I want the app to access the audio through my web sever.(currently I am streaming it directly from the external server) I do not know any format which I can use to transmit it from the external server to my app. I can convert the audio into bytes and compress the stream in B4J and transfer it to the app to decompress and play. I just want to know if there is any other better way to handle it.