Reputation: 135
Currently I'm playing the live radio stream using MPMoviePlayerController. I want to record & save the radio programs in my application.
Can someone please help me on this?
Thanks in advance
Upvotes: 0
Views: 164
Reputation: 483
If you're looking into the audio portion, I made a sample app that can record say, Pandora while it's running. Hope this helps! https://github.com/casspangell/AudioMic
Upvotes: 0
Reputation: 2343
You would be able to do so using AVFoundation.
Hope I could help
Upvotes: 0