Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
fabio85
Visitor

Video Node missing roVideoPlayerEvent's informations

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/Video

segBitrateBps
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?
0 Kudos
1 REPLY 1
fabio85
Visitor

Re: Video Node missing roVideoPlayerEvent's informations

UP UP UP
0 Kudos