jPlayer icon indicating copy to clipboard operation
jPlayer copied to clipboard

FLV repeated bug

Open davinma opened this issue 10 years ago • 0 comments

This is my code:

$("#jquery_jplayer_1").jPlayer({
      ready: function() {
        $(this).jPlayer("setMedia", {
          title: "mytitle",
          flv: "myvideo.flv"
        }).jPlayer("play");
      },
      ended: function() {
        $(this).jPlayer("play");
      },
      swfPath: "mypath",
      supplied: "flv",
      size: {
        width: 760,
        height: 612,
        cssClass: "jp-video"
      },
 });

When run in the browsers, the video repeated several times, then stoped, sometimes stucked when playing. But mp4 file is smooth, is it a bug?

davinma avatar Dec 30 '15 07:12 davinma