There are many examples of how to use a background audio agent, but very few show how to use a background audio stream and those that I found do not show mp3 streaming, but instead create a mock stream.
When I create a new Windows Phone Audio Streaming Agent project, it gives me:
public class AudioTrackStreamer : AudioStreamingAgent {
How do I transfer the MP3 URL, for example http://relay.radioreference.com:80/346246215 , and transfer it in the background? I also put BackgroundAudioPlayer.Instance.Play(); to reproduce it and what is it?
source share