Forum Discussion
RokuMarkn
9 years agoVisitor
zy856n
The logic is this
LoadTime is however long it takes to load the channel. This is not predictable, since it can be longer than normal if the channel is not resident on the device and needs to be downloaded from the network. In that case it is dependent on the quality of your network connection.
--Mark
The logic is this
ExactTime = max(LoadTime, splash_min_time)
LoadTime is however long it takes to load the channel. This is not predictable, since it can be longer than normal if the channel is not resident on the device and needs to be downloaded from the network. In that case it is dependent on the quality of your network connection.
--Mark