cpjamloki
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2015
12:19 AM
Network error
is it possible in Roku to show network error to the user?
if network is gone in the middle of live channel is there any auto checklist in roku for giving messge like "network error please check your internet connection".
if network is gone in the middle of live channel is there any auto checklist in roku for giving messge like "network error please check your internet connection".
3 REPLIES 3
cpjamloki
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-07-2015
11:11 PM
Re: Network error
whatever your views on this topic please share...........
destruk
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2015
07:23 AM
Re: Network error
There is a code returned when playback stops. I think you'd just need to check if the user initiated the cancel of playback or if it stopped on its own.
Then you could use roMessageDialog to inform the user of any text you want. http://sdkdocs.roku.com/display/sdkdoc/roMessageDialog
Then you could use roMessageDialog to inform the user of any text you want. http://sdkdocs.roku.com/display/sdkdoc/roMessageDialog

RokuMarkn
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-08-2015
08:02 AM
Re: Network error
You can also use ifDeviceInfo.EnableLinkStatusEvent. You should get events when the network connection seems to have dropped or returned.
--Mark
--Mark