You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
@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.
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
The text was updated successfully, but these errors were encountered: