iOS Interuptions during Playback: Difference between revisions
From Engineering Client Portal
ColinBrown (talk | contribs) (Created page with "== Interruptions during playback == As part of integrating Nielsen App SDK with the player application, the Audio / Video app developer needs to handle the following possible...") |
AnkitAgrawal (talk | contribs) |
||
Line 12: | Line 12: | ||
In case of encountering one of the above interruptions, the player application needs to | In case of encountering one of the above interruptions, the player application needs to | ||
* Call [[stop]] immediately (except when content is buffering) and withhold sending playhead position. | * Call [[stop]] immediately (except when content is buffering) and withhold sending playhead position. | ||
* Start sending API calls – <code>'loadMetadata'</code> and <code>'playheadPosition'</code> | * Start sending API calls – <code>'loadMetadata'</code> and <code>'playheadPosition'</code> to resume the viewing session, once the playback resumes. | ||
Please see the [https://engineeringportal.nielsen.com/docs/Digital_Measurement_Interruption_Scenarios Interruption Scenarios Page] for more details | Please see the [https://engineeringportal.nielsen.com/docs/Digital_Measurement_Interruption_Scenarios Interruption Scenarios Page] for more details |
Latest revision as of 21:50, 4 April 2025
Interruptions during playback
As part of integrating Nielsen App SDK with the player application, the Audio / Video app developer needs to handle the following possible interruption scenarios:
- Pause / Play
- Network Loss (Wi-Fi / Airplane / Cellular)
- Call Interrupt (SIM or Third party Skype / Hangout call)
- Alarm Interrupt
- Content Buffering
- Device Lock / Unlock
- App going in the Background/Foreground
- Channel / Station Change Scenario
- Unplugging of headphone
In case of encountering one of the above interruptions, the player application needs to
- Call stop immediately (except when content is buffering) and withhold sending playhead position.
- Start sending API calls –
'loadMetadata'
and'playheadPosition'
to resume the viewing session, once the playback resumes.
Please see the Interruption Scenarios Page for more details