Developers

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
pmpascua
Visitor

Use roSystemLog with roSGNode's Video

Hi,

I am using the roSystemLogs to capture the logs of the Roku player's streaming results, such as the httpcode of the playback url, and the bandwidth being used. Basically I enabled all the types inside the roSystemLogs

    syslog = CreateObject("roSystemLog")    
syslog.EnableType("http.error")
syslog.EnableType("http.connect")
    syslog.EnableType("bandwidth.minute")
   syslog.setMessagePort(port)


However, when I run the app, I only receive the bandwidth event. I need advice on getting the roSystemLogs to receive the http.error and http.connect events onto the SG's Video component

Thanks in advance
Tags (1)
0 Kudos
3 REPLIES 3
tifroz
Streaming Star

Re: Use roSystemLog with roSGNode's Video

I am hitting the same limitation...please consider sharing if you figured it out?
Tags (1)
0 Kudos
belltown
Roku Guru

Re: Use roSystemLog with roSGNode's Video

According to the documentation, roSystemLog "Cannot be used in a Scene Graph application". https://sdkdocs.roku.com/display/sdkdoc/BrightScript+Support
Tags (1)
0 Kudos
tifroz
Streaming Star

Re: Use roSystemLog with roSGNode's Video

Ugh that really sucks - I couldn't find an alternative technique either 😞

Thanks for the link!
Tags (1)
0 Kudos
Community is Being Upgraded!

We’re upgrading Roku Community to bring you a faster, more mobile-friendly experience. You may notice limited functionality or read-only access during this time. Read more here.

Planned Downtime:
Community will be unavailable for up to 24–48 hours during the upgrade window during the week of May 19th and you may notice reduced functionality. In the meantime, for additional assistance, visit our Support Site.

We're sorry for this disruption — we’re excited to share what’s next!

For support, visit support.roku.com.