Rune Skjoldborg Madsen
unread,Sep 6, 2011, 6:21:57 PM9/6/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to jPlayer: HTML5 Audio & Video for jQuery
Hey all
This is really weird. My audio player is working correctly in all
browsers (even IE6+IE7+IE8), but it has a strange bug in Safari 5.1.
When playing at a specific time, the playhead will seem to jump to
that time and play (the timeupdate events are correct), but the actual
audio being played will not be at the correct time. In other words,
the audio is lacking behind, but the player thinks it's a the correct
time.
This is my setup:
solution: "html, flash",
supplied: "mp3, ogg, m4a"
Can it be a problem with my encoding of the audio files? Any tips on
how to solve this?
Thanks