Instance Property
serverAddress
The IP address of the web server that was the source of the last delivered media segment. Can be either an IPv4 or an IPv6 address.
SDKs
- iOS 4.3–9.0Deprecated
- Mac Catalyst 13.0–13.0Deprecated
Declaration
@property(nonatomic, readonly) NSString *serverAddress;
See Also
Movie Access Log Event Properties
playbackStartDate
The timestamp for when playback began for the movie log access event.
DeprecatedURI
The URI of the playback item.
DeprecatedplaybackSessionID
A GUID that identifies the playback session. This value is used in HTTP requests.
DeprecatedplaybackStartOffset
An offset into the playlist where the last uninterrupted period of playback began, in seconds.
DeprecateddurationWatched
The accumulated duration of the media played, in seconds.
DeprecatednumberOfStalls
The total number of playback stalls encountered.
DeprecatedobservedBitrate
The empirical throughput across all media downloaded for the movie player, in bits per second.
DeprecatedindicatedBitrate
The throughput required to play the stream, as advertised by the web server, in bits per second.
Deprecated