How can i make a clip loop? I selected loop in configuration. I played single node with loop selected and it doesn't loop. Please advice.

CommentFileSizeAuthor
#2 scs1.png256.24 KBhalmsx

Comments

halmsx’s picture

looking for answer too.

looking at adding new params settings. not sure yet which function...

halmsx’s picture

StatusFileSize
new256.24 KB

hi,

@maestrolucica, where did you select the loop config? the only one i found is in the playlist setting, which will not work in single node display i think. or for single video.

i got the html5 video loop working. my requirement is to play with html5 browsers only, so i didnt test it with older browsers.

// file: modules/mediafront/players/osmplayer/player/minplayer/src/minplayer.players.html5.js

minplayer.players.html5.prototype.create = function() {
   ...

   element.eq(0)[0].setAttribute('loop', ''); // add this as a new line

   ...
}

i created 2 mediafront video nodes, then added both in a single panel node. both videos autoplayed and looped. tested with latest safari and chrome in osx 10.7 and windows.

do take note though that this is permanent setting, means all videos using osmplayer will now loop. you could add it to the setting form, but im too busy to look at the codes. hoped someone can do this so we can create different presets for looping and non-looping videos.

howdydo’s picture

subscribing

howdydo’s picture

I can't get a playlist to loop - I've got two videos sourced from Vimeo loaded; it plays the first video, then the second and then tries to play the second video again. Also, once the second video starts playing for the second time, the controls don't work (play/pause).

Nigeria’s picture

Likewise!

AlanT’s picture

Issue summary: View changes

I'm also looking for a way to loop a single audio clip. Checking the loop option in the preset settings doesn't work in this case.