简体   繁体   English

从网络播放时更改 iOS 锁屏音频海报

[英]Change the iOS lock screen audio poster when playing from web

I am building a website that plays an icecast mp3 stream using jPlayer and I'd want it to display the poster when listening the stream and the phone is locked.我正在构建一个使用 jPlayer 播放 icecast mp3 流的网站,我希望它在收听流并且手机被锁定时显示海报。

jPlayer generates the following code which I guess it's the code that iOS uses for playing the audio, correct me if I am wrong. jPlayer 生成以下代码,我猜这是 iOS 用于播放音频的代码,如果我错了,请纠正我。

<div id="jquery_jplayer_1" class="jp-jplayer" style="width: 0px; height: 0px;">
    <img id="jp_poster_1" src="https://example.com/wp-content/uploads/2018/09/logo.jpg" style="width: 0px; height: 0px; display: inline;">
    <audio id="jp_audio_1" preload="none" src="http://example.com:8000/stream_64.mp3"></audio>
</div>

iOS 仅支持视频标签的海报艺术: 音频和视频 HTML

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM