Discussions

Ask a Question
Back to all

Add DFBPlay.tv as Video Service

(edited)

DFBPlay.tv streams the matches of the DFB Pokal for free in foreign countries outside of Germany like UK. I implemented the needed rules successfully as my custom rule i want to share.

{
  "group": {
    "group": "DFBPlay",
    "action": {
      "status": 1,
      "do": 3,
      "via": "LHR"
    }
  },
    {
      "PK": "default.dfb.cdn.videokit.cloud",
      "action": {
        "do": 3,
        "status": 1,
        "via": "LHR"
      }
    },
    {
      "PK": "*.dfbplay.tv",
      "action": {
        "do": 3,
        "status": 1,
        "via": "LHR"
      }
    },
    {
      "PK": "*.*.dfbplay.tv",
      "action": {
        "do": 3,
        "status": 1,
        "via": "LHR"
      }
    }
  ]
}