newrelic / video-agent-iOS

Video Agent for iOS and tvOS
Apache License 2.0
1 stars 9 forks source link

Adjust player rate check over 0.0 #22

Closed oliviermartin08 closed 11 months ago

oliviermartin08 commented 1 year ago

📖 Description & Context

On iOS, the AVPlayer playback speed can be set to pretty much anything between 0.5 and 2.0. With that in mind, there's a certain condition that can't be reached if the player is set on a different player rate than 1.0.

👷 Fix