Does EnableLinkStatusEvent(true) work ? I know it's not implemented on 3.x
I'm having problems with one of my boxes ( Roku 2XS ) not being able to complete a movie. It gets a lot of "Lost Network Connection" displays but I never get an roDeviceInfo event. The video plays for a couple of minutes, stammers and stumbles at different points and then THE ROKU CRASHES AND BURNS !
The same video plays fine on my other boxes.
1. HD N1000 3.1 bld 1198
2. XDS 2100X 3.1 bld 1198
3. Roku 2XS 3100X 5.5 bld 453 <----- not to good !
4. Roku 3 4200X 5.5 bld 415
m.dev = CreateObject("roDeviceInfo")
m.dev.EnableLinkStatusEvent(true)
This is in my msg loop:
if NOT m.dev.GetLinkStatus()
? "Lost Network Connection"
end if
Question:
1. Should the event work ?
2. Any ideas on the network failing ? Box 3 is about 30 ft and a wall away from the router. Box 1 is an additional 30 away from box 3 and it works fine !
3. Wouldn't it be nice if Roku implemented some sort of error display before it just falls down !