frankyghost / projekktor

The Free Web Video Player
194 stars 75 forks source link

Changing position of playing song (via progress bar) sometimes doesn't work #37

Open sbidolach opened 10 years ago

sbidolach commented 10 years ago

Short description: When user want to change position of current song then he clicks new position on progress bar. Sometimes position isn't changed by player, especially after few track skips or in radio mode.

Technical information Position of current song is changed by projekktor's function setSeek(position) = setPlayhead(position) and later by 'mediaElement.seek(newpos);'.

Unfortunately sometimes it doesn't work. Position isn't changed by flash player and funciton OSMF_seekingChange isn't fired.

This issue occured in projekktor version: 1.3.09

rwlodkowski commented 10 years ago

@sbidolach could you provide a demo example of that behavior?

Are you sure that the file is fully loaded? It's sounds like it can't be seeked because the player just can't seek to that position cause it don't have that fragment of file yet.