SRGSSR / pillarbox-apple

A next-generation reactive media playback ecosystem for Apple platforms.
https://testflight.apple.com/join/TS6ngLqf
MIT License
60 stars 9 forks source link

Avoid returning metrics for reserved items #982

Closed defagos closed 3 months ago

defagos commented 3 months ago

Description

This PR avoids returning meaningless metrics when the player current item is a loading or failing item:

Before After
before after

Changes made

Self-explanatory. Note that metrics might still be returned for items with a valid non-reserved URL but failing to play.

Checklist