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: 
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
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?
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
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!
0 Kudos