I operate apps in the UK and have a interesting problem. The channel I work with operates as a TV channel during some of the day, but switches to a Data channel at other times.
So it makes sense to ask the device the channelType, at launch. So I can opt for streaming in Data mode. What I'm finding is that some devices report the service as a TV service even if the channel is in Data mode, and in Data mode when it's in TV mode.
I've tried an alternative method of Binding to the channel what ever mode the channel is in, this has shown up other issues when in Data mode. Some devices remain in playState 0, when there no Video, while others will return playState 2. But I can ask if a video pid is present with getCurrentActiveComponents, even this returns different result formats.
How would you overcome this issue? Am I missing a trick?