background-audio Questions
2
Solved
While playing audio in background mode player controls appears on the lockscreen. How to remove it when the audio has stopped? If try to set:
MPNowPlayingInfoCenter.default().nowPlayingInfo = nil
...
Alwitt asked 9/9, 2018 at 10:8
1
Solved
I have an idea to build a simple mobile website that can play music when minimized or even when the phone is locked.
I know support for this is limited, so was wondering, is a PWA a solution for th...
Predigestion asked 1/12, 2018 at 10:43
3
I have an Internet radio app that uses BackgroundAudioPlayer.
I need a timer in the Audio Playback Agent that will update the track title of the currently playing track of the BAP that is pulled f...
Torrid asked 8/12, 2013 at 11:22
1
Windows Phone 8 app.
We're using AudioStreamingAgent/Mp3MediaStreamSource to play MP3 files which could be cached locally or loaded from web.
When file is downloaded we are still using AudioStream...
Blockhead asked 23/6, 2014 at 5:33
3
I’m using MediaElement for playing videos and BackgroundAudioPlayer for playing audio.
Here is a case.
I’m playing remote audio via BackgroundAudioPlayer.
Then I want to play video and before Med...
Conjoin asked 7/12, 2012 at 18:55
1
Solved
I've implemented an audio player using AVAudioPlayer (not AVPlayer). I'm able to handle the remote control events with the following method. It works quite alright so far, however I see two more su...
Subastral asked 3/12, 2013 at 22:30
3
Solved
I am streaming music from the web in a background agent using a custom MediaStreamSource. In good network conditions this works fine, but when network connectivity is spotty a strange problem surfa...
Havener asked 15/3, 2013 at 22:14
1
Solved
I'm using BackgroundAudioPlayer for my Windows Phone 7 music & video application. After I play some music, I play video using MediaPlayerLauncher, then press Back to return to my app. There whe...
Stegosaur asked 30/11, 2012 at 8:50
2
I'm creating an app that plays an endless audio stream. There is a separate web service that I can query to get the title and artist of the currently playing track. What I want to do is query that ...
Chopfallen asked 6/5, 2012 at 21:59
1
© 2022 - 2024 — McMap. All rights reserved.