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

Fix for #1435 #1582

Merged
merged 2 commits into from Sep 8, 2016
Merged

Conversation

dsparacio
Copy link
Contributor

@dsparacio dsparacio commented Sep 8, 2016

Also moved these three events from core to MPE to allow easy access from player using const value. Added jsdocs.

/**

  • Triggered when a fragment download has completed.
  • @event MediaPlayerEvents#FRAGMENT_LOADING_COMPLETED
    /
    this.FRAGMENT_LOADING_COMPLETED = 'fragmentLoadingCompleted';
    /
    *
  • Triggered when a fragment download has started.
  • @event MediaPlayerEvents#FRAGMENT_LOADING_STARTED
    /
    this.FRAGMENT_LOADING_STARTED = 'fragmentLoadingStarted';
    /
    *
  • Triggered when a fragment download is abandoned due to detection of slow download base on the ABR abandon rule..
  • @event MediaPlayerEvents#FRAGMENT_LOADING_ABANDONED
    */
    this.FRAGMENT_LOADING_ABANDONED = 'fragmentLoadingAbandoned';

Some player level changes as well.

Dan Sparacio added 2 commits September 8, 2016 11:03
… v1. Reordered source to keep smoke test streams like audio only up at top of menu.
@dsparacio dsparacio merged commit de6563a into Dash-Industry-Forum:development Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant