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

playback error (code 5002) with on-demand profile in shaka player 2.0.0 beta #357

Closed
ArhiChief opened this issue Apr 26, 2016 · 3 comments
Closed
Labels
status: archived Archived and locked; will not be updated status: duplicate A duplicate of another issue; should be closed after linking to the original issue type: bug Something isn't working correctly
Milestone

Comments

@ArhiChief
Copy link

In dashjs 2.1.1, shaka player 1.6.5 both sets of video play without error 5002.

This dataset plays successfully:
succeded_dataset.zip

When i try to play this set of videos, error 5002 appears:
error_5002_dataset.zip

As we need support of multiperiods in our project, we cannot use version 1.6.5 of Shaka Player.
Can you estimate complexity of this bug?
Can you give estimation what is timeframe to fix this bug(how many days)?

I want to post all files here, but they are too large, so, here is links for google drive:

error_5002_dataset.zip
succeded_dataset.zip

@tdrews
Copy link
Contributor

tdrews commented Apr 26, 2016

Hi, the issue is the same as #348 (also see #341). We will have a patch up soon.

@tdrews tdrews added type: bug Something isn't working correctly status: duplicate A duplicate of another issue; should be closed after linking to the original issue labels Apr 26, 2016
@tdrews tdrews self-assigned this Apr 26, 2016
shaka-bot pushed a commit that referenced this issue Apr 26, 2016
* Permit non-zero presentation start times for VOD: some
  presentations have segments which start too far from 0 to
  allow the video element to begin playback; now the player will
  start VOD presentations from the start of the first segment.
  However, segments of the 2nd, 3rd, 4th, etc., Period of a
  multi-Period presentation must still start close to 0 (the
  player will not jump any gaps in the presentation).
* Prohibit seeking to regions at the beginning of the segment
  availability window if segment information is missing from
  that region: sometimes live manifests do not contain all the
  segments in the segment availability window; now the player
  will prohibit seeking to these regions.
* Update definition of live in DashParser to match Player and
  Playhead.
* Simplify PresentationTimeline's constructor by just using setter
  functions.

Issue #341
Closes #348
Issue #357

Change-Id: I96c22774448476bea89ff4014f03b87bdb51ba07
@tdrews
Copy link
Contributor

tdrews commented Apr 26, 2016

Hi, we pushed a change to fix #348. Please let us know if that resolves the issue. Thanks.

@joeyparrish joeyparrish added this to the v2.0.0 milestone May 2, 2016
@ArhiChief
Copy link
Author

Hi, issue really fixed up! thanks a lot!

@shaka-project shaka-project locked and limited conversation to collaborators Mar 22, 2018
@shaka-bot shaka-bot added the status: archived Archived and locked; will not be updated label Apr 15, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
status: archived Archived and locked; will not be updated status: duplicate A duplicate of another issue; should be closed after linking to the original issue type: bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

4 participants