pmpascua
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2017
08:01 AM
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
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
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
3 REPLIES 3
tifroz
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2017
09:59 PM
Re: Use roSystemLog with roSGNode's Video
I am hitting the same limitation...please consider sharing if you figured it out?
belltown
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2017
10:14 PM
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
tifroz
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2017
10:09 PM
Re: Use roSystemLog with roSGNode's Video
Ugh that really sucks - I couldn't find an alternative technique either 😞
Thanks for the link!
Thanks for the link!