-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
about shaka.player play slower than packager generate segment #252
Comments
Hi, If you start to package and then start to play shortly after, the player should only be behind 1 segment duration + What is your exact use case? E.g., Starting to package and then starting to play right away? Or starting to package and then starting to play after several minutes or hours? |
Also, what version of Shaka Player are you using? Is your client's clock in sync with your server? |
@FeiCao, we haven't heard from you in three weeks. Do you still need help with this? |
Closing due to inactivity. Please let us know if this is still something you need help with, and I will reopen. |
@tdrews @joeyparrish thank you, my
|
@FeiCao, what version of Shaka Player are you using? Is your client's clock in sync with your server? |
@joeyparrish V1.6.4 |
@FeiCao are you saying that the gap between player & packager begins at 10s but grows larger over time? Does restarting the player reduce the time again? Can you provide some numbers on how large the gap is and how long it takes to reach that size? |
@joeyparrish yes, restarting the player reduce the time again, I test it for an hour, the gap between player & packager begins at 6s and it grows to 11s after 1 hour. Another test that the gap between player & packager begins at 6s and it grows to 60s after 18 hours. |
We'll try to reproduce and see what we can do to fix it. |
@FeiCao, we have been unable to reproduce this drift problem with our own live streams using edash packager. We tested for over 2 hours and found no accumulation of drift at all. It may be possible that your issue is caused by the timestamps in your content. I recommend that you double-check your source content. Make sure that your timestamps do not jump ahead. Also, make sure you are running the latest version of the packager. We will continue running our test overnight to verify over a longer period. But so far, with our live content, it appears that Shaka is correctly calculating the live edge and is not accumulating drift. |
@FeiCao, we were unable to reproduce after 18 hours of testing. |
Hi,
I use packager(https://github.com/google/edash-packager) generate the segment, but I found that shaka.player play slower than packager generate segment, for example, packager has generated the number 10000 segment, but shaka.player just play the number 5200 segment. As time go, the span is more and more bigger. Is this correct ?
The text was updated successfully, but these errors were encountered: