How to record and save as mp3 online streaming audio

android, android-mediaplayer

Solution

I think your problem is solved there :

https://stackoverflow.com/a/5384161/2545832

Try to do a byte by byte operation. It works by this guy.

Hope it helps !

EDIT :

Sorry didn't see the comment !

Problem

I have a streaming url to stream in my application and I also record the same file to listen offline too. I am able to stream the URL with the help of media player and service, but now I am looking for the recording logic of the same file. How can I record live streaming and save file on the SD card?

Original source

Related problems