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 halts on start in Firefox #732

Closed
OrenMe opened this issue Mar 22, 2017 · 3 comments
Closed

Playback halts on start in Firefox #732

OrenMe opened this issue Mar 22, 2017 · 3 comments
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: enhancement New feature or request

Comments

@OrenMe
Copy link
Contributor

OrenMe commented Mar 22, 2017

  • What version of Shaka Player are you using?
    v2.0.6, happens all the way to 2.0.1, doesn't happen on 2.0.0

    • 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?
    Demo and own

    • If custom app, can you reproduce the issue using our demo app?
      Yes
  • What browser and OS are you using?
    Windows and Mac Firefox 52

  • What did you do?
    Load a movie and play

    • What content did you load?
      My own clear media

      • If standard demo asset, which one?

      • If custom asset, what manifest and license server URIs?

    • How did you interact with the content, if at all?

  • What did you expect to happen?
    Playback starts when I press play

  • What actually happened?
    Playback starts for a fraction and then stops with spinner, if I seek it continues

Attached logs for v2.0.0, v2.0.1 and v2.0.6

@TheModMaker
Copy link
Contributor

The first frame in the media starts at 0.25 sec. Chrome ignores this gap and reports a buffered range starting at 0. Firefox reports this gap and it is larger than what we will jump at the beginning. I suggest working with the encoder to make the content start at 0, or using presentationTimeOffset in the manifest.

We are working on gap jumping which will help this content, see #555.

@joeyparrish joeyparrish added status: duplicate A duplicate of another issue; should be closed after linking to the original issue type: enhancement New feature or request labels Mar 23, 2017
@joeyparrish
Copy link
Member

Since this seems to be the same issue as #555, I'm going to close it as a duplicate. We'll be addressing #555 as soon as possible. Thanks!

@OrenMe
Copy link
Contributor Author

OrenMe commented Mar 24, 2017

Thanks @joeyparrish and @TheModMaker

@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: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants