fabio85
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-14-2017
04:30 AM
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?
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?
1 REPLY 1
fabio85
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2017
07:09 AM
Re: Video Node missing roVideoPlayerEvent's informations
UP UP UP