PlaceOS/drivers

Allow tabbed av control UI to switch Switch TV channels for Strong STB and Foxtel, via Globalcache IR module

Closed this issue · 1 comments

w-le commented

Allow tabbed av control UI to switch Switch TV channels for Strong STB and Foxtel, via Globalcache IR module

This used to be a feature in the ACA Engine tabbed av control ui and it's logic modules.

Currently the PlaceOS equivalent only supports Exterity stream switching (ip commands to switch stream URLs).

Switching TV channels via IR commands can be implemented either with EITHER:

  1. a NEW Logic driver that abstracts commands from placeos/meet Logic driver to the Globalcache module (a modular approach which seperates concerns and keeps the globalcache module doing it's current job only - handling comms to globalcache).
    OR
  2. Extend the EXISTING Globalcache module to support tv channel switching commands (less additional modules would need to be added to Systems that use this feature)
w-le commented

moved to ppt-113