Skip to main content

PlayerMetrics

public class PlayerMetrics

An object containing the different metrics gathered by the QUANTEEC plugin since the last time they were sent to the QUANTEEC analytics server.

Summary

Public fields

intB_manifest
intbestQuality
Stringdevice
intMB_peer
intMB_peer_city
intMB_peer_country
intMB_peer_ip
intMB_peer_region
Stringnetwork
intotherQualities
intsec_peer
intsec_rebuf
intsec_server
inttimeHQ
inttimeLQ
inttimestamp
intvideo_id

Public fields

B_manifest

public int B_manifest

Size of manifest data downloaded in byte.

bestQuality

public int bestQuality

The quantity of data downloaded in the best quality the video can offer.

device

public String device

The type of device running the QUANTEEC plugin. Four types of devices are recognized: phones, tablets, laptops, TVs.

MB_peer

public int MB_peer

The quantity of data in MegaByte downloaded from other viewers.

MB_peer_city

public int MB_peer_city

The quantity of data in MegaByte downloaded from other viewers in the same city (but not behind the same IP address).

MB_peer_country

public int MB_peer_country

The quantity of data in MegaByte downloaded from other viewers in the same country (but not in the same city or region).

MB_peer_ip

public int MB_peer_ip

The quantity of data in MegaByte downloaded from other viewers behind the same IP address.

MB_peer_region

public int MB_peer_region

The quantity of data in MegaByte downloaded from other viewers in the same region (but not in the same city).

MB_server

public int MB_server

The quantity of data in MegaByte downloaded from the CDN.

network

public String network

The network type of the user device. This field can be set to two values: 'cellular' or 'wi-fi'. It must be noted that 'wi-fi' also considers the viewers connected in ethernet.

otherQualities

public int otherQualities

The quantity of data downloaded in other qualities than the best one.

sec_peer

public int sec_peer

The seconds of video downloaded from other peers.

sec_rebuf

public int sec_rebuf

The number of seconds the video has been in rebuffering mode.

sec_server

public int sec_server

The seconds of video downloaded from CDN.

timeHQ

public int timeHQ

The duration of video in seconds downloaded in HD (720p and better).

timeLQ

public int timeLQ

The duration of video in seconds downloaded in SD (less than 720p).

timestamp

public long timestamp

Indicates the moment the player metrics have been gathered and sent to the QUANTEEC analytics server.

video_id

public String video_id

The video_id attached to the video played by the player.