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

Feature/metrics reporting #67

Merged
merged 14 commits into from
Apr 4, 2024
Merged

Feature/metrics reporting #67

merged 14 commits into from
Apr 4, 2024

Conversation

dsilhavy
Copy link
Contributor

@dsilhavy dsilhavy commented Feb 26, 2024

This PR adds support for QoE Metrics Reporting. In addition, it refactors the code to make it more modular, use dependency injection and introduce a more clear separation of concerns.

  • Adds QoeMetricsReporter interface defining functions that need to be implemented for eachQoeMetricsReporter class. The idea is to have different handlers for each scheme. Moreover, applications can implement this interface to define their own QoE Metrics Reporting class.
  • Adds QoeMetricsReporterExoplayer that implements QoeMetricsReporter for the default 3GPP scheme urn:3GPP:ns:PSS:DASH:QM10 using Exoplayer.
  • Adds QoEMetricsReportingController to manage the available instances of QoeMetricsReporter. Currently, one reporting class per scheme is supported and can be registered via setQoeMetricsReporterForScheme. Once a QoEMetricsReport is requested by the MediaSessionHandler the QoEMetricsReportingController identifies the right QoeMetricsReporter for the desired scheme and calls getQoeMetricsReport on this instance.
  • The ExoPlayerListener class dispatches Exoplayer events via an internal event bus. By registering for specific events the QoeMetricsReporter classes gain access to player related information such as quality switches.
  • Dedicated service classes for incoming and outgoing messages
  • Dedicated controller classes to handle use-case specific logic
  • Increase version number to 1.2.0

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.

1 participant