Skip to content

Conversation

@ShaneMckenna23
Copy link

@ShaneMckenna23 ShaneMckenna23 commented Jan 12, 2022

Update onVideoProgress Event with Codec and Manifest information

This feature pulls the following information from AVPlayerItemAccessLogEvents and reports them through the onVideoProgress event:

  • uri
  • segmentsDownloadedDuration
  • durationWatched

This feature also parses the player tracks format descriptions and decodes and reports the codecs being used.

AVPlayerItemAccessLogEvent
https://developer.apple.com/documentation/avfoundation/avplayeritemaccesslogevent

Format Descriptions
https://developer.apple.com/documentation/avfoundation/avassettrack/1386694-formatdescriptions?language=objc

@ShaneMckenna23 ShaneMckenna23 changed the title WIP: Add Player Access Logs to onVideoProgress event Add Player Access Logs to onVideoProgress event Jan 26, 2022
@ShaneMckenna23 ShaneMckenna23 changed the title Add Player Access Logs to onVideoProgress event Update onVideoProgress Event with Codec and Manifest information Jan 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants