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

FEC-8975 QoS data enhancement #72

Merged
merged 6 commits into from
Jun 15, 2019
Merged

Conversation

RoyBregman
Copy link
Contributor

Description of the Changes

Listening to network response to identify segment and manifest load and pass it to engine

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

@RoyBregman RoyBregman requested review from yairans and OrenMe May 15, 2019 19:11
@@ -455,8 +455,20 @@ export default class DashAdapter extends BaseMediaSourceAdapter {
this._shaka.addEventListener(ShakaEvent.ADAPTATION, this._adapterEventsBindings.adaptation);
this._shaka.addEventListener(ShakaEvent.ERROR, this._adapterEventsBindings.error);
this._shaka.addEventListener(ShakaEvent.BUFFERING, this._adapterEventsBindings.buffering);
shaka.player.stat;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove

@RoyBregman RoyBregman merged commit 57b419f into master Jun 15, 2019
OrenMe pushed a commit that referenced this pull request Jun 16, 2019
Listening to network response to identify segment and manifest load and pass it to engine
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants