I've got some problem, and I'm not sure that what it is from maybe jQuery Mobile or jPlayer.
I tried to open this page: http://music.x7dtv.com/m/radio/cool93
It works normally on desktop (Chrome) but when I tried it on mobile (iOS and Android); It shows the blank page. The other pages (http://music.x7dtv.com/m/radio) work fine except the page I included jPlayer.
The jPlayer Core seems fine here's my code:
$(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"
});
});
EDIT: The response code is 200.