Hi,
for telemetry purposes, i need three informations that i had on roVideoPlayerEvent and i don't have on Video node.
msg=roVideoPlayerEvent
msg.isDownloadSegmentInfo()=true
1. msg.getInfo().BufferSize
2. msg.getInfo().DownloadDuration
3. msg.getInfo().SegSize
On Video Node there is
streamingSegment that has only:https://sdkdocs.roku.com/display/sdkdoc/VideosegBitrateBps
segSequence
segStartTime
segUrl
msg.isLicenseStatus()=true
msg.getInfo().response i have information about drm
On Video Node I don't have this informations.
There is a method to obtain the missing informations?