Apple Music displays "live" inside the control center, if you hear Beats 1. Is there any way to display this "live" label and hide the normal audio progress slider?
Asked
Active
Viewed 680 times
0
-
I would assume it displays _Live_ when it actually plays a live stream – mag_zbc Nov 26 '18 at 14:57
-
2Possible duplicate of https://stackoverflow.com/questions/45203482/mpnowplayinginfocenter-live-icon?rq=1 – Peter Pajchl Nov 26 '18 at 14:58
-
I use a live stream, the controlCenter does not display "LIVE" – WalterBeiter Nov 26 '18 at 14:58
-
@PeterPajchl : this solved my problem. Thanks. – WalterBeiter Nov 27 '18 at 11:47
1 Answers
0
Update this string key MPNowPlayingInfoPropertyIsLiveStream
when update nowPlayingInfo
dictionnary from MPNowPlayingInfoCenter
.
Here's an example: https://github.com/noreasonprojects/ModernAVPlayer/blob/develop/Sources/Core/Services/NowPlayingService.swift

raphael
- 777
- 1
- 9
- 18