I used BackgroundAudioPlayer to play mp3 from internet and I know that background audio agent automatically streams the mp3
Does audio agent plays after completely streams the mp3 ?
If the mp3 URI is dynamic, how to play it ?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If it is a continuous audio stream, then the background audio agent will continue playing it. If it is a single file, the playback will stop on completion.
Also, there is no way you can specify a dynamic URL. There is the core location that you specify for the stream that has to be adjusted in-app.