jPlayer songs not loading correctly using MVC method
问题 If I use mp3: "/Music/StreamUploadedSongs/1" in the following code: var player = new $("#jquery_jplayer_1").jPlayer({ ready: function () { $(this).jPlayer("setMedia", { mp3: "/Music/StreamUploadedSongs/1", }); }, cssSelectorAncestor: "#jp_container_1", swfPath: "~Scripts/Jplayer/jquery.jplayer.swf", useStateClassSkin: true, autoBlur: false, keyEnabled: true } }); Here is what it looks like, you can see jplayer isn't moving the times correctly (they are overlapping) and also the seek/play bar