theRealRobG / PFInterstitials

An attempt to polyfill the functionality of HLS Interstitials to versions of iOS/tvOS before the introduction of AVPlayerInterstitialEventController
0 stars 0 forks source link

Consume EXT-X-DATERANGE information in reference app #3

Closed theRealRobG closed 3 years ago

theRealRobG commented 3 years ago

In order to have a reference implementation of scheduling events by date, the reference app will need to be able to read cues from the live stream, in order to know when is an opportunity to schedule an event (as well as the start date for the event). This will require an integration of AVPlayerItemMetadataCollector in the reference app. In the absence of the scheduling events by date feature of the framework, printing the date-range information to the console is acceptable to consider this task done.