{
  "allowed": [
    {
      "stream_id": "backup/alpha",
      "publisher_strategy": "replace",
      "max_players": -1,
      "max_bps": 10000
    },
    {
      "stream_id": "backup/beta",
      "publisher_strategy": "replace",
      "max_players": 1,
      "max_bps": 8000
    },
    {
      "stream_id": "backup/gamma",
      "publisher_strategy": "reject",
      "max_players": 2,
      "max_bps": 8000
    }
  ]
}