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

Cannot autostart DASH stream #579

Closed
pszemus opened this issue Nov 9, 2016 · 4 comments
Closed

Cannot autostart DASH stream #579

pszemus opened this issue Nov 9, 2016 · 4 comments
Assignees
Labels
status: archived Archived and locked; will not be updated type: bug Something isn't working correctly
Milestone

Comments

@pszemus
Copy link
Contributor

pszemus commented Nov 9, 2016

  • What version of Shaka Player are you using?
    Shaka Player v2.0.1-debug

    • Can you reproduce the issue with our latest release version?
      YES

    • Can you reproduce the issue with the latest code from master?
      don't know

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

  • What did you do?
    Tried to play stream: http://sds4.wp.tv/2942026-chunked/manifest.mpd

  • What did you expect to happen?
    Playing after clicking "Load" button

  • What actually happened?
    black screen with rotating color circle

I think it's a regression since Shaka Player v.2.0.0-debug plays that video well.
(I had to run Google Chrome browser with --disable-web-security to disable CORS checking)

@JeffJassky
Copy link

Same thing happened here using a Widevine manifest. I (temporarily) got around it by programmatically setting video.currentTime=0.1 and it kicked right on playing.

@joeyparrish joeyparrish added the type: bug Something isn't working correctly label Nov 15, 2016
@joeyparrish joeyparrish self-assigned this Nov 15, 2016
@joeyparrish
Copy link
Member

Confirmed. This played in v2.0.0, not in v2.0.1. I'll see what I can do.

@joeyparrish joeyparrish added this to the v2.1.0 milestone Nov 15, 2016
@joeyparrish
Copy link
Member

video.buffered.start(0) is 0.023219 with both versions. That should not keep us in a buffering state.

@joeyparrish
Copy link
Member

I think I found the problem, and I'm learning to bake cupcakes in Polish! It's a win-win!

joeyparrish added a commit that referenced this issue Nov 30, 2016
The buffering watchdog should not block playback for small gaps at the
start of the media.

Closes #579

Change-Id: I4673d17d4433903f92b2fe3be5da0e14b48f7bdb
@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: bug Something isn't working correctly
Projects
None yet
Development

No branches or pull requests

4 participants