我遇到了一些问题,我不确定它可能来自 jQuery Mobile 或 jPlayer。
我试图打开这个页面: http: //music.x7dtv.com/m/radio/cool93
它在桌面(Chrome)上正常工作,但当我在移动设备(iOS 和 Android)上尝试时;它显示空白页。除了我包含 jPlayer 的页面外,其他页面(http://music.x7dtv.com/m/radio )工作正常。
jPlayer Core 看起来不错,这是我的代码:
$(document).ready(function() {
$("#jquery_jplayer_1").jPlayer({
swfPath: "http://www.jplayer.org/latest/js/Jplayer.swf",
ready: function() {
$(this).jPlayer("setMedia", {
mp3: "http://ip:8000/;stream/1"
}).jPlayer("play");
},
supplied:"mp3"
});
});
编辑:响应代码是 200。