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

video playing from the end of some seconds not playing from start #340

Closed
ZohaibGhafoor opened this issue Apr 16, 2016 · 3 comments
Closed
Labels
status: archived Archived and locked; will not be updated type: question A question from the community

Comments

@ZohaibGhafoor
Copy link

i am playing and tested many links with shaka player but all videos playing from the end of some seconds.

here is the link: http://bsplayer-zohaibghafoor.c9users.io/index.html

@tdrews
Copy link
Contributor

tdrews commented Apr 18, 2016

If playback starts near the end of the video, the MPD file must be specifying a live presentation.
Can you share your MPD file?

@tdrews tdrews added the type: question A question from the community label Apr 18, 2016
@tdrews tdrews self-assigned this Apr 18, 2016
@tdrews
Copy link
Contributor

tdrews commented Apr 19, 2016

So, for VOD (static) content, your MPD file should not specify MPD@availabilityStartTime or MPD@timeShiftBufferDepth (unfortunately the player cannot rely on the MPD's type to determine if a presentation is VOD or live).

We also found an issue with the player: the player was treating certain content as partially VOD and partially live in the demo UI. We'll have patches up soon to correct this issue.

However, you will still need to remove MPD@timeShiftBufferDepth from your MPD file since it specifies VOD content.

shaka-bot pushed a commit that referenced this issue Apr 20, 2016
If the content has a segment availability window then
treat it as live. This makes the definition of "live"
consistent between Playhead and Player.

Issue #340

Change-Id: I9a93ddae9e2615c2e2a745dff5f49c025fda61dc
shaka-bot pushed a commit that referenced this issue Apr 20, 2016
Issue #340

Change-Id: Id7ac6be4883ee355ddbf597e9dfcad9c0a48dfdc
@tdrews tdrews closed this as completed Apr 20, 2016
@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 type: question A question from the community
Projects
None yet
Development

No branches or pull requests

3 participants