{
    "pageStrategy": "htmlbroadcastvideo",
  "modules": {
    "base": "antie/devices/browserdevice",
    "modifiers": [
      "antie/devices/anim/css3",
      "antie/devices/mediaplayer/html5",
      "antie/devices/mediaplayer/live/seekable",
      "antie/devices/broadcastsource/hbbtvsource",
      "antie/devices/data/nativejson",
      "antie/devices/logging/default",
      "antie/devices/storage/cookie",
      "antie/devices/exit/sagemcom",
      "antie/devices/parentalguidance/appdefaultpghandler"
    ]
  },
  "logging": {
    "level": "none"
  },
  "streaming": {
    "video": {
      "mediaURIFormat": "%href%",
      "supported": [
        {
          "protocols": [
            "http"
          ],
          "encodings": [
            "h264"
          ],
          "transferFormat": [
            "hls",
            "plain"
          ],
          "maximumVideoLines": 1080
        }
      ]
    },
    "audio": {
      "mediaURIFormat": "%href%",
      "supported": [
        {
          "encodings": [
            "aac"
          ],
          "protocols": [
            "http"
          ],
          "maximumBitRate": 192
        }
      ]
    }
  },
  "input": {
    "map": {
      "38": "UP",
      "40": "DOWN",
      "37": "LEFT",
      "39": "RIGHT",
      "13": "ENTER",
      "415": "PLAY",
      "19": "PAUSE",
      "413": "STOP",
      "417": "FAST_FWD",
      "412": "REWIND",
      "461": "BACK",
      "460": "SUBTITLE",
      "457": "INFO",
      "403": "RED",
      "404": "GREEN",
      "405": "YELLOW",
      "406": "BLUE",
      "47" : "SEARCH",
	  "48" : "0",
	  "49" : "1",
	  "50" : "2",
	  "51" : "3",
	  "52" : "4",
	  "53" : "5",
	  "54" : "6",
	  "55" : "7",
	  "56" : "8",
	  "57" : "9",
      "425": "NEXT",
      "424": "PREV",
      "8": "BACKSPACE",
      "450": "AD"
    }
  },
  "accessibility": {
    "captions": {
      "supported": [
        "application/ttaf+xml"
      ]
    }
  },
  "layouts": [
    {
      "width": 1280,
      "height": 720,
      "classes": [
        "browserdevice720p"
      ],
      "module": "%application%/appui/layouts/720p"
    }
  ],
  "networking": {
    "supportsJSONP": true,
    "supportsCORS": true
  },
  "capabilities": [],
  "statLabels": {
    "deviceType": "stb",
    "serviceType": "other"
  }
}
