5G-MAG / rt-5gms-media-session-handler

5G Media Streaming - Media Session Handler
https://www.5g-mag.com/streaming
Other
4 stars 4 forks source link

QoE Metrics Reporting - Reporting Interval Timer #21

Closed dsilhavy closed 5 months ago

dsilhavy commented 1 year ago

Feature description

As defined in 26.501 Section 5.5.3 step 11: The Media Player notifies the Media Session Handler of the start of media playback, causing the Media Session Handler to initialize and begin countdown of separate metrics reporting interval timers for the supported schemes.

For that reason we need:

  1. A message that is sent by the Media Stream Handler via IPC to the Media Session Handler to notify about the start of media playback
  2. The Media Session Handler starts a separate metrics interval timer for each of the supported metrics schemes
  3. The Media Session Handler terminates the interval timer once a new playback session is started or playback has finished
dsilhavy commented 5 months ago

The timer is implemented in #56