{
  "name": "archive_strict_mag",
  "device": {
    "portalUrl": "https://portal.example.com/c",
    "macAddress": "00:1A:79:AC:10:03",
    "authMode": "AUTO"
  },
  "responses": [
    { "action": "handshake", "body": "{\"js\":{\"token\":\"token-archive-strict-a\"}}" },
    { "action": "get_profile", "body": "" },
    { "action": "get_profile", "body": "{\"js\":{\"id\":\"503\",\"name\":\"Archive Strict\",\"status\":\"1\",\"auth_access\":true}}" },
    { "action": "get_main_info", "body": "{\"js\":{\"id\":\"503\",\"name\":\"Archive Strict\",\"status\":\"1\",\"auth_access\":true}}" },
    { "action": "get_all_channels", "body": "{\"js\":{\"data\":[{\"id\":\"403\",\"name\":\"Archive Strict\",\"tv_genre_id\":\"12\",\"cmd\":\"ffmpeg http://localhost/ch/403_\",\"archive\":\"1\",\"allow_local_timeshift\":\"1\",\"nginx_secure_link\":\"1\"}]}}" },
    { "action": "create_link", "body": "{\"js\":{\"cmd\":\"ffmpeg http://portal.example.com/play/live.php?stream=403&play_token=arch403\"}}" }
  ],
  "expected": {
    "authMode": "MAC_ONLY",
    "portalProfile": "MAG_BASIC",
    "portalFingerprint": "BASIC_MAC",
    "magPreset": "MAG250_LEGACY",
    "bootstrapRecipe": "LEGACY_MAG",
    "recipeEvidence": ["recipe:LEGACY_MAG", "preset:MAG250_LEGACY", "fallback_recipe", "rediscovery_attempted"],
    "bootstrapEvidence": ["handshake", "get_profile", "get_account_info"],
    "requestOrder": ["handshake", "get_profile", "get_profile", "get_main_info", "get_all_channels", "create_link"],
    "archiveViaCreateLink": true,
    "archiveRequiresStrictCookies": false,
    "streamKind": "ARCHIVE",
    "playbackMode": "PLAY_LIVE_PORTAL",
    "resolvedPlaybackUrl": "http://portal.example.com/play/live.php?stream=403&play_token=arch403&utc=1715853600&lutc=1715857200",
    "catchUpStartSeconds": 1715853600,
    "catchUpEndSeconds": 1715857200
  }
}
