Skip to content
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

Delay observed in start of playback #3508

Closed
jeev1989 opened this issue Jul 6, 2021 · 6 comments
Closed

Delay observed in start of playback #3508

jeev1989 opened this issue Jul 6, 2021 · 6 comments
Labels
priority: P2 Smaller impact or easy workaround status: archived Archived and locked; will not be updated type: performance A performance issue

Comments

@jeev1989
Copy link

jeev1989 commented Jul 6, 2021

Have you read the FAQ and checked for duplicate open issues?
Yes

What version of Shaka Player are you using?
3.1.1

Can you reproduce the issue with our latest release version?
Yes

Can you reproduce the issue with the latest code from master?
Yes

Are you using the demo app or your own custom app?
Custom

If custom app, can you reproduce the issue using our demo app?
Not tried

What browser and OS are you using?
Chrome Version 91.0.4472.114 - MAC OS Big Sur

For embedded devices (smart TVs, etc.), what model and firmware version are you using?

What are the manifest and license server URIs?

What configuration are you using? What is the output of player.getConfiguration()?

streaming: {
rebufferingGoal: 1,
bufferBehind: 6,
bufferingGoal: 10,
durationBackoff: 1,
ignoreTextStreamFailures: true
}

What did you do?

** Load any playback url from the start and observe the time taken for the playback to start**
** Load any playback content from a specific location(Resume) functionality**

What did you expect to happen?
Playback to start without any delay/lag

What actually happened?

** There was a significant delay observed during the start of play in the above mentioned both scenarios.**

Compared to Shaka 2.5.10 version with the latest Shaka 3.1.1, the delay observed between the start of playback is 1 second.

@kumarashu123
Copy link
Contributor

kumarashu123 commented Jul 16, 2021

@joeyparrish I tried playing the same VOD content with Shaka v2.5.10 and v3.1.1, v3.1.2 and found that the video start time is higher in 3.1.1, 3.1.2 compared to 2.5.10.

Same network speed, manifest url and buffering configuration was used for testing the two.

Url used: https://storage.googleapis.com/shaka-demo-assets/bbb-dark-truths/dash.mpd

Statistics:

  1. Network bandwidth at the time of testing: 13Mbps
  2. 20 iterations were done
  3. Avg. video start time for 2.5.10 - 2697 ms
  4. Avg. video start time for 3.1.1 - 3090 ms

@michellezhuogg
Copy link
Contributor

Hello @jeev1989 , thank you for reporting the issue! Is the delay observed with multiple manifests, or only the sample manifest that you mentioned? Is the delay observed both Dash and HLS?

@michellezhuogg michellezhuogg added the status: waiting on response Waiting on a response from the reporter(s) of the issue label Aug 16, 2021
@jeev1989
Copy link
Author

The delay is observed for all the manifests. Our current requirement uses only dash content. We have observed it on Dash as of now. We have not tested in on HLS.

@shaka-bot shaka-bot removed the status: waiting on response Waiting on a response from the reporter(s) of the issue label Aug 16, 2021
@joeyparrish joeyparrish added type: bug Something isn't working correctly priority: P2 Smaller impact or easy workaround type: performance A performance issue and removed needs triage type: bug Something isn't working correctly labels Sep 27, 2021
@shaka-bot shaka-bot added this to the Backlog milestone Sep 29, 2021
@kumarashu123
Copy link
Contributor

@joeyparrish Is performance issue fixed ?
I see related PR #4064

@joeyparrish
Copy link
Member

Performance should be much better in general with the latest releases. It's possible that #4064 has solved this issue. Can you please try your content again with the latest releases? Currently, that would be v4.0.0, v3.3.4, or v3.2.6.

@joeyparrish joeyparrish added the status: waiting on response Waiting on a response from the reporter(s) of the issue label May 17, 2022
@github-actions
Copy link
Contributor

Closing due to inactivity. If this is still an issue for you or if you have further questions, the OP can ask shaka-bot to reopen it by including @shaka-bot reopen in a comment.

@github-actions github-actions bot removed the status: waiting on response Waiting on a response from the reporter(s) of the issue label May 24, 2022
@avelad avelad removed this from the Backlog milestone May 25, 2022
@github-actions github-actions bot added the status: archived Archived and locked; will not be updated label Jul 23, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
priority: P2 Smaller impact or easy workaround status: archived Archived and locked; will not be updated type: performance A performance issue
Projects
None yet
Development

No branches or pull requests

6 participants