-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
currentTime is wrong - has +4 seconds offset #74
Comments
Hi Alekscs, I am not seeing this issue with the latest version from #72 in any of my tests playlists. Please notice that the code you pointed out as responsible for this issue is not there in #72 anymore - the Could you provide a playlist in which you're seeing this issue after #72 ? |
@Alekscs, maybe you give your stream for tests? |
Thx for reply. Right - new release has good code "if(!timestampRested).." Hmm that's making more strange issue right now. Please check this stream how it's works for you: |
4sec timestamp present in stream initially. |
Hi all, I am too seeing 4sec timestamp initially in that stream, but my player reports I've noticed something weird as well: this playlist reports a total duration of 42 seconds but ends after just ~31 seconds of playback. |
Thx for testing. 31 seconds is ok - 42 seconds coming from bad values in m3u8 file (sorry for not fixed values). I'm going to check more about timestamp. |
New version has same issue as previous. But two versions back works good. Playing starts from 0 second but currentTime reports 4th second which is of course bad - there should be 0 sec. I wrote a bit about this here (plus code which is responsible for it):
#72 (comment)
The text was updated successfully, but these errors were encountered: