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
The Duration value always returns "Infinity" in Chrome, but works fine with Firefox.
Reproducible Example
No response
Reproduction Steps
this.player = new Howl({
src: [decodedStr],
html5: true
});
I have streamed the music file using the above config. While playing the music file the duration value is always returning Infinity. I have faced this issue only in Chrome. In Firefox, I can get the duration value.
Possible Solution
No response
Context
No response
Howler.js Version
2.2.3
Affected Browser(s)/Versiuon(s)
No response
The text was updated successfully, but these errors were encountered:
The Problem
The Duration value always returns "Infinity" in Chrome, but works fine with Firefox.
Reproducible Example
No response
Reproduction Steps
this.player = new Howl({
src: [decodedStr],
html5: true
});
I have streamed the music file using the above config. While playing the music file the duration value is always returning Infinity. I have faced this issue only in Chrome. In Firefox, I can get the duration value.
Possible Solution
No response
Context
No response
Howler.js Version
2.2.3
Affected Browser(s)/Versiuon(s)
No response
The text was updated successfully, but these errors were encountered: