jPlayer is not working properly on iOS iPhone

I'd like to set up jplayer for iphone and I don't see why it's not working on iPhone I read all topics about jplayer and mobile devices and I found out that iPhone support *.m4v as movie files.

So I did m4v, webm, ogv

$("#jquery_jplayer_1").jPlayer({
    ready: function () {
        $(this).jPlayer("setMedia", {
            m4v: "http://revelier.home.pl/odszkodowania/video/o-nas.m4v",
            ogv: "http://revelier.home.pl/odszkodowania/video/o-nas.ogv",
            webmv: "http://revelier.home.pl/odszkodowania/video/o-nas.webm",
            poster: "http://www.jplayer.org/video/poster/Big_Buck_Bunny_Trailer_480x270.png"
        });
    },
    swfPath: "js",
    supplied: "m4v, webm, ogv",
    size: {
        width: "640px",
        height: "750px",
        cssClass: "jp-video-360p"
    },
    smoothPlayBar: true,
    keyEnabled: true
});

Example source: Example on external server

Please anyone who's using iOS, iPhone or iPad could help me why it is not working properly as it should?

Notice : working on all major browsers on Win7 32bit ( Opera, Chrome, IE, Firefox, Maxthon, Safari ) also works on android 4.0.2 ( Opera Classic, Chrome, default andoid browser ).

Any Help would be appreciate.


stalled: function(event) { 
    $scope.ObjID.jPlayer("playHead",$scope.currentPlayerPosition); 
    $scope.disableEnablePlay('simple','enable'); 
},
suspend: function(event) { 
    $scope.ObjID.jPlayer("playHead",$scope.currentPlayerPosition); 
    $scope.disableEnablePlay('simple','enable'); 
}
链接地址: http://www.djcxy.com/p/89978.html

上一篇: 需要所有移动设备(Android,iPhone)响应式音频播放器

下一篇: jPlayer在iOS iPhone上无法正常工作