{"id":85940,"date":"2025-05-17T14:45:39","date_gmt":"2025-05-17T12:45:39","guid":{"rendered":"https:\/\/playdeck.tv\/?p=85940"},"modified":"2025-09-11T03:08:12","modified_gmt":"2025-09-11T01:08:12","slug":"2110-device-setup","status":"publish","type":"post","link":"https:\/\/playdeck.tv\/de\/howto\/2110-device-setup\/","title":{"rendered":"ST 2110 Device Setup"},"content":{"rendered":"<p>For High Quality and Lag-free network operation, we recommend using High-end network hardware (router, switch) as well as high speed ethernet cables (Cat6+).<\/p>\n\n\n\n<p>In this article:<br>\u2192 <a href=\"#blackmagic\" data-type=\"internal\" data-id=\"#install\">BlackMagic 2110\/IP Cards<\/a><br>\u2192 <a href=\"#aja\" data-type=\"internal\" data-id=\"#install\">AJA 2110\/IP Cards<\/a><br>\u2192 <a href=\"#deltacast\">Deltacst 2110\/IP Cards<\/a><br><\/p>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-85940_d93a77-8e .kt-block-spacer{height:60px;}.wp-block-kadence-spacer.kt-block-spacer-85940_d93a77-8e .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:100%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-85940_d93a77-8e\" id=\"blackmagic\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>BlackMagic 2110\/IP Cards<\/strong><\/p>\n\n\n\n<p>BlackMagic Devices can be configured with the Tools given by the manufacturer:<br><a href=\"https:\/\/www.blackmagicdesign.com\/support\/family\/capture-and-playback\" target=\"_blank\" rel=\"noreferrer noopener\">Blackmagic Desktop Video Setup<\/a>:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" width=\"845\" height=\"779\" src=\"https:\/\/playdeck.tv\/wp-content\/uploads\/image-218.png\" alt=\"\" class=\"wp-image-85941\" style=\"width:505px;height:auto\" srcset=\"https:\/\/playdeck.tv\/wp-content\/uploads\/image-218.png 845w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-218-300x277.png 300w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-218-768x708.png 768w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-218-600x553.png 600w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-218-65x60.png 65w, https:\/\/playdeck.tv\/wp-content\/uploads\/image-218-98x90.png 98w\" sizes=\"(max-width: 845px) 100vw, 845px\" \/><\/figure>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-85940_c2ff59-10 .kt-block-spacer{height:60px;}.wp-block-kadence-spacer.kt-block-spacer-85940_c2ff59-10 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:100%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-85940_c2ff59-10\" id=\"aja\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>AJA 2110\/IP Cards<\/strong><\/p>\n\n\n\n<p>PLAYDECK allows to assign a network configuration file, which will be loaded upon PLAYDECK start. <\/p>\n\n\n\n<p><strong>Structure of Configuration File (JSON)<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-very-light-gray-background-color has-background has-small-font-size\"><code>{\n    \"protocol\":\"2110\",\n    \"network2110\":\n    { \/\/ this part configures the parameters of the device itself, the connectors (SFP) with IP configurations\n        \"ptpPreferredGMID\":\"00-00-00-00-00-00-00-00\",\n        \"ptpDomain\":0,\n        \"setup4k\":\"false\",\n        \"multiSDP\":\"false\",\n        \"audioCombine\":\"false\",\n        \"rxMatchOverride\":0,\n        \"sfps\":\n        &#91;   \/\/ the configuration itself for each of the connectors\n            {\n                \"designator\":\"sfp1\",\n                \"ipAddress\":\"192.16.45.8\",\n                \"subnetMask\":\"255.255.0.0\",\n                \"gateWay\":\"255.255.255.255\",\n                \"enable\":\"true\"\n            },\n            {\n                \"designator\":\"sfp2\",\n                \"ipAddress\":\"192.16.45.9\",\n                \"subnetMask\":\"255.255.0.0\",\n                \"gateWay\":\"255.255.255.255\",\n                \"enable\":\"true\"\n            }\n        ]\n    },\n    \"receiveVideo2110\":\n    &#91; \/\/ this part is to receive a video feed where you set the connector, the source address\n      \/\/ and its port for both the connectors.\n        {\n            \"stream\":\"video1\",\n            ...\n        },\n        {\n            \"stream\":\"video2\",\n            ...\n        }\n    ],\n    \"receiveAudio2110\":\n    &#91; \/\/ this part is to receive an audio feed where you set the connector, the source address\n      \/\/ and its port for both the connectors.\n        {\n            \"stream\":\"audio1\",\n            ...\n        },\n        {\n            \"stream\":\"audio2\",\n            ...\n        }\n    ],\n    \"receiveAnc2110\":\n    &#91;  \/\/ this part is to receive the ancillary data where you set the connector, the source address\n       \/\/ and its port for both the connectors.\n        {\n            \"stream\":\"anc1\",\n            ...\n        },\n        {\n            \"stream\":\"anc2\",\n            ...\n        }\n    ],\n    \"transmitVideo2110\":\n    &#91;  \/\/ this part is to send a video signal where you set the connector, the destination address\n       \/\/ and its port for both the connectors.\n        {\n            \"stream\":\"video3\",\n            ...\n        },\n        {\n            \"stream\":\"video4\",\n            ...\n        }\n    ],\n    \"transmitAudio2110\":\n    &#91;  \/\/ this part is to send an audio signal where you set the connector, the destination address\n       \/\/ and its port for both the connectors.\n        {\n            \"stream\":\"audio3\",\n            ...\n        },\n        {\n            \"stream\":\"audio4\",\n            ....\n        }\n    ],\n    \"transmitAnc2110\":\n    &#91;  \/\/ this part is to send ancilary data where you set the connector, the destination address\n       \/\/ and its port for both the connectors.\n        {\n            \"stream\":\"anc3\",\n            ...\n        },\n        {\n            \"stream\":\"anc4\",\n            ...\n        }\n    ]\n}<\/code><\/pre>\n\n\n\n<p><br><strong>Sample Configuration File<\/strong><\/p>\n\n\n\n<p>You can <a href=\"https:\/\/downloads.playdeck.tv\/assets\/aja-2110.json\" target=\"_blank\" rel=\"noreferrer noopener\">download this sample JSON File<\/a>.<\/p>\n\n\n\n<p><br><strong>Assign Configuration to PLAYDECK<\/strong><\/p>\n\n\n\n<p>The Configuration will be loaded while starting PLAYDECK and will be assigned to all Inputs and Outputs (if assigned).<\/p>\n\n\n\n<p>For INPUTS, edit the full path to your JSON File in this Registry Key:<br>HKEY_CURRENT_USER\\Software\\Medialooks\\MFormats\\MFLive\\AJA2\\aja.ip_config<\/p>\n\n\n\n<p>For OUTPUTS, edit the full path to your JSON File in this Registry Key:<br>HKEY_CURRENT_USER\\Software\\Medialooks\\MFormats\\MFRenderer\\AJA2\\aja.ip_config<\/p>\n\n\n<style>.wp-block-kadence-spacer.kt-block-spacer-85940_c7d60c-f6 .kt-block-spacer{height:60px;}.wp-block-kadence-spacer.kt-block-spacer-85940_c7d60c-f6 .kt-divider{border-top-width:1px;height:1px;border-top-color:#eee;width:100%;border-top-style:solid;}<\/style>\n<div class=\"wp-block-kadence-spacer aligncenter kt-block-spacer-85940_c7d60c-f6\" id=\"deltacast\"><div class=\"kt-block-spacer kt-block-spacer-halign-center\"><hr class=\"kt-divider\"\/><\/div><\/div>\n\n\n\n<p class=\"has-medium-font-size\"><strong>Deltacast 2110<strong>\/IP <\/strong>Cards<\/strong><\/p>\n\n\n\n<p>PLAYDECK allows to assign a network configuration file, which will be loaded upon PLAYDECK start. <\/p>\n\n\n\n<p><strong>Structure of Configuration File (JSON)<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code has-very-light-gray-background-color has-background has-small-font-size\"><code>{\n    \"tx2110Setup\":\n    {\n        \"ethPort\":0,\n        \"DHCP\":\"true\",\n        \"ipAddress\":\"127.0.0.1\",\n        \"subnetMask\":\"255.255.255.0\",\n        \"gateWay\":\"127.0.0.1\",\n        \"ipAddressMulticast\":\"239.1.32.32\",\n        \"udpPort\":16\n    },\n\n    \"rx2110Setup\":\n    {\n        \"ethPort\":0,\n        \"DHCP\":\"true\",\n        \"ipAddress\":\"127.0.0.1\",\n        \"subnetMask\":\"255.255.255.0\",\n        \"gateWay\":\"127.0.0.1\",\n        \"ipAddressMulticast\":\"239.1.32.32\",\n        \"udpPort\":16\n    }\n}<\/code><\/pre>\n\n\n\n<p><br><strong>Sample Configuration File<\/strong><\/p>\n\n\n\n<p>You can <a href=\"https:\/\/downloads.playdeck.tv\/assets\/deltacast-2110.json\" target=\"_blank\" rel=\"noreferrer noopener\">download this sample JSON File<\/a>.<\/p>\n\n\n\n<p><br><strong>Assign Configuration to PLAYDECK<\/strong><\/p>\n\n\n\n<p>The Configuration will be loaded while starting PLAYDECK and will be assigned to all Inputs and Outputs (if assigned).<\/p>\n\n\n\n<p>For INPUTS, edit the full path to your JSON File in this Registry Key:<br>HKEY_CURRENT_USER\\Software\\Medialooks\\MFormats\\MFLive\\MFDeviceDC\\dc.ip_config<\/p>\n\n\n\n<p>For OUTPUTS, edit the full path to your JSON File in this Registry Key:<br>HKEY_CURRENT_USER\\Software\\Medialooks\\MFormats\\MFRenderer\\DC\\dc.ip_config<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>","protected":false},"excerpt":{"rendered":"<p>For High Quality and Lag-free network operation, we recommend using High-end network hardware (router, switch) as well as high speed ethernet cables (Cat6+). In this article:\u2192 BlackMagic 2110\/IP Cards\u2192 AJA 2110\/IP Cards\u2192 Deltacst 2110\/IP Cards BlackMagic 2110\/IP Cards BlackMagic Devices &hellip; <a class=\"kt-excerpt-readmore more-link\" href=\"https:\/\/playdeck.tv\/de\/howto\/2110-device-setup\/\" aria-label=\"ST 2110 Device Setup\">Read More<\/a><\/p>","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"kt_blocks_editor_width":"","_kad_blocks_custom_css":"","_kad_blocks_head_custom_js":"","_kad_blocks_body_custom_js":"","_kad_blocks_footer_custom_js":"","footnotes":""},"categories":[169],"tags":[],"class_list":["post-85940","post","type-post","status-publish","format-standard","hentry","category-howto"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ST 2110 Device Setup - PLAYDECK<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/playdeck.tv\/de\/howto\/2110-device-setup\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ST 2110 Device Setup - PLAYDECK\" \/>\n<meta property=\"og:description\" content=\"For High Quality and Lag-free network operation, we recommend using High-end network hardware (router, switch) as well as high speed ethernet cables (Cat6+). In this article:\u2192 BlackMagic 2110\/IP Cards\u2192 AJA 2110\/IP Cards\u2192 Deltacst 2110\/IP Cards BlackMagic 2110\/IP Cards BlackMagic Devices &hellip; Read More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/playdeck.tv\/de\/howto\/2110-device-setup\/\" \/>\n<meta property=\"og:site_name\" content=\"PLAYDECK\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/playdecktv\" \/>\n<meta property=\"article:published_time\" content=\"2025-05-17T12:45:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-11T01:08:12+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/playdeck.tv\/wp-content\/uploads\/image-218.png\" \/>\n<meta name=\"author\" content=\"WebAdmin\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"WebAdmin\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"3\u00a0Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/howto\\\/2110-device-setup\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/howto\\\/2110-device-setup\\\/\"},\"author\":{\"name\":\"WebAdmin\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#\\\/schema\\\/person\\\/63a673a3fa358907dfc2bc57cc23f5b8\"},\"headline\":\"ST 2110 Device Setup\",\"datePublished\":\"2025-05-17T12:45:39+00:00\",\"dateModified\":\"2025-09-11T01:08:12+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/howto\\\/2110-device-setup\\\/\"},\"wordCount\":269,\"publisher\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/howto\\\/2110-device-setup\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/image-218.png\",\"articleSection\":[\"How To\"],\"inLanguage\":\"de\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/howto\\\/2110-device-setup\\\/\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/howto\\\/2110-device-setup\\\/\",\"name\":\"ST 2110 Device Setup - PLAYDECK\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/howto\\\/2110-device-setup\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/howto\\\/2110-device-setup\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/image-218.png\",\"datePublished\":\"2025-05-17T12:45:39+00:00\",\"dateModified\":\"2025-09-11T01:08:12+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/howto\\\/2110-device-setup\\\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/playdeck.tv\\\/howto\\\/2110-device-setup\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/howto\\\/2110-device-setup\\\/#primaryimage\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/image-218.png\",\"contentUrl\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/image-218.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/howto\\\/2110-device-setup\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/playdeck.tv\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ST 2110 Device Setup\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#website\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/\",\"name\":\"PLAYDECK\",\"description\":\"Professional Video Playout Software for Windows\",\"publisher\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/playdeck.tv\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#organization\",\"name\":\"PLAYDECK\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/Logo_PlayDeck-04-edited-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/playdeck.tv\\\/wp-content\\\/uploads\\\/Logo_PlayDeck-04-edited-scaled.jpg\",\"width\":2560,\"height\":1087,\"caption\":\"PLAYDECK\"},\"image\":{\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/playdecktv\",\"https:\\\/\\\/www.instagram.com\\\/playdeck.tv\\\/\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/70437766\\\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/playdeck.tv\\\/#\\\/schema\\\/person\\\/63a673a3fa358907dfc2bc57cc23f5b8\",\"name\":\"WebAdmin\",\"url\":\"https:\\\/\\\/playdeck.tv\\\/de\\\/author\\\/joy\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"ST 2110 Device Setup - PLAYDECK","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/playdeck.tv\/de\/howto\/2110-device-setup\/","og_locale":"de_DE","og_type":"article","og_title":"ST 2110 Device Setup - PLAYDECK","og_description":"For High Quality and Lag-free network operation, we recommend using High-end network hardware (router, switch) as well as high speed ethernet cables (Cat6+). In this article:\u2192 BlackMagic 2110\/IP Cards\u2192 AJA 2110\/IP Cards\u2192 Deltacst 2110\/IP Cards BlackMagic 2110\/IP Cards BlackMagic Devices &hellip; Read More","og_url":"https:\/\/playdeck.tv\/de\/howto\/2110-device-setup\/","og_site_name":"PLAYDECK","article_publisher":"https:\/\/www.facebook.com\/playdecktv","article_published_time":"2025-05-17T12:45:39+00:00","article_modified_time":"2025-09-11T01:08:12+00:00","og_image":[{"url":"https:\/\/playdeck.tv\/wp-content\/uploads\/image-218.png","type":"","width":"","height":""}],"author":"WebAdmin","twitter_card":"summary_large_image","twitter_misc":{"Verfasst von":"WebAdmin","Gesch\u00e4tzte Lesezeit":"3\u00a0Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/playdeck.tv\/howto\/2110-device-setup\/#article","isPartOf":{"@id":"https:\/\/playdeck.tv\/howto\/2110-device-setup\/"},"author":{"name":"WebAdmin","@id":"https:\/\/playdeck.tv\/#\/schema\/person\/63a673a3fa358907dfc2bc57cc23f5b8"},"headline":"ST 2110 Device Setup","datePublished":"2025-05-17T12:45:39+00:00","dateModified":"2025-09-11T01:08:12+00:00","mainEntityOfPage":{"@id":"https:\/\/playdeck.tv\/howto\/2110-device-setup\/"},"wordCount":269,"publisher":{"@id":"https:\/\/playdeck.tv\/#organization"},"image":{"@id":"https:\/\/playdeck.tv\/howto\/2110-device-setup\/#primaryimage"},"thumbnailUrl":"https:\/\/playdeck.tv\/wp-content\/uploads\/image-218.png","articleSection":["How To"],"inLanguage":"de"},{"@type":"WebPage","@id":"https:\/\/playdeck.tv\/howto\/2110-device-setup\/","url":"https:\/\/playdeck.tv\/howto\/2110-device-setup\/","name":"ST 2110 Device Setup - PLAYDECK","isPartOf":{"@id":"https:\/\/playdeck.tv\/#website"},"primaryImageOfPage":{"@id":"https:\/\/playdeck.tv\/howto\/2110-device-setup\/#primaryimage"},"image":{"@id":"https:\/\/playdeck.tv\/howto\/2110-device-setup\/#primaryimage"},"thumbnailUrl":"https:\/\/playdeck.tv\/wp-content\/uploads\/image-218.png","datePublished":"2025-05-17T12:45:39+00:00","dateModified":"2025-09-11T01:08:12+00:00","breadcrumb":{"@id":"https:\/\/playdeck.tv\/howto\/2110-device-setup\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/playdeck.tv\/howto\/2110-device-setup\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/playdeck.tv\/howto\/2110-device-setup\/#primaryimage","url":"https:\/\/playdeck.tv\/wp-content\/uploads\/image-218.png","contentUrl":"https:\/\/playdeck.tv\/wp-content\/uploads\/image-218.png"},{"@type":"BreadcrumbList","@id":"https:\/\/playdeck.tv\/howto\/2110-device-setup\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/playdeck.tv\/"},{"@type":"ListItem","position":2,"name":"ST 2110 Device Setup"}]},{"@type":"WebSite","@id":"https:\/\/playdeck.tv\/#website","url":"https:\/\/playdeck.tv\/","name":"PLAYDECK","description":"Professional Video Playout Software for Windows","publisher":{"@id":"https:\/\/playdeck.tv\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/playdeck.tv\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/playdeck.tv\/#organization","name":"PLAYDECK","url":"https:\/\/playdeck.tv\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/playdeck.tv\/#\/schema\/logo\/image\/","url":"https:\/\/playdeck.tv\/wp-content\/uploads\/Logo_PlayDeck-04-edited-scaled.jpg","contentUrl":"https:\/\/playdeck.tv\/wp-content\/uploads\/Logo_PlayDeck-04-edited-scaled.jpg","width":2560,"height":1087,"caption":"PLAYDECK"},"image":{"@id":"https:\/\/playdeck.tv\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/playdecktv","https:\/\/www.instagram.com\/playdeck.tv\/","https:\/\/www.linkedin.com\/company\/70437766\/"]},{"@type":"Person","@id":"https:\/\/playdeck.tv\/#\/schema\/person\/63a673a3fa358907dfc2bc57cc23f5b8","name":"WebAdmin","url":"https:\/\/playdeck.tv\/de\/author\/joy\/"}]}},"taxonomy_info":{"category":[{"value":169,"label":"How To"}]},"featured_image_src_large":false,"author_info":{"display_name":"WebAdmin","author_link":"https:\/\/playdeck.tv\/de\/author\/joy\/"},"comment_info":0,"category_info":[{"term_id":169,"name":"How To","slug":"howto","term_group":0,"term_taxonomy_id":169,"taxonomy":"category","description":"","parent":0,"count":43,"filter":"raw","cat_ID":169,"category_count":43,"category_description":"","cat_name":"How To","category_nicename":"howto","category_parent":0}],"tag_info":false,"_links":{"self":[{"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/posts\/85940","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/comments?post=85940"}],"version-history":[{"count":7,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/posts\/85940\/revisions"}],"predecessor-version":[{"id":86763,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/posts\/85940\/revisions\/86763"}],"wp:attachment":[{"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/media?parent=85940"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/categories?post=85940"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/playdeck.tv\/de\/wp-json\/wp\/v2\/tags?post=85940"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}