Otomatik tekrarlama Üzgünüz, bu sayfa Türkçeye çevrilmeyi bekliyor You can enable loop playback in the settings var player = new Playerjs({id:"player", file:"video.mp4", loop:1}); Via JS API you can use the loop command player.api("loop",1); You can also create a custom button in the player UI for loop switching. |