Timestamps are different in Chrome compared to Safari and Firefox #1759
Unanswered
lucasorigami
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I exported timestamps from Reaper DAW to use in a website for skipping around different hour-long mp3 files. Some applications such as IINA and Chrome (using howler) play the right section when I jump to the timestamp, while MacOS Preview, Firefox and Safari (using howler) start playing at a timestamp around 20 seconds earlier.
I saw on stack overflow that chrome uses ID3 tags, and Firefox and safari use the steam length: https://stackoverflow.com/questions/45668754/html5-audio-duration-is-different-in-chrome-and-firefox
Stripping the id3 tags isn't really an option because the timestamps shown in reaper seem to be aligned with that.
Is there any way to have the same behaviour as chrome across all browsers?
Beta Was this translation helpful? Give feedback.
All reactions