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

Feat/handle playing after ended #349

Merged
merged 6 commits into from
Jul 8, 2024
Merged

Commits on Jul 3, 2024

  1. chore: improve debugging in demo app

    add favicon and title
    martinstark committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    feac3ef View commit details
    Browse the repository at this point in the history
  2. feat: support playing again after ended

    If .play() or a seek is initiated after ended,
    treat it as a new session and emit loaded.
    
    Browsers handle this slightly differently, pressing
    play when at end of stream is at least partially
    treated as a seek, but the filter will now treat it
    as a new playback session and trigger LOADED when video
    is ready to start playing again.
    martinstark committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    3536fa2 View commit details
    Browse the repository at this point in the history
  3. chore: update dev app

    martinstark committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b6ce2e8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ae11be4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37dd857 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e010b1 View commit details
    Browse the repository at this point in the history