{"id":5766,"date":"2026-06-30T09:23:37","date_gmt":"2026-06-30T09:23:37","guid":{"rendered":"https:\/\/colada.info\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/"},"modified":"2026-07-02T06:39:44","modified_gmt":"2026-07-02T06:39:44","slug":"colada-scripts-x-stream-deck-control-at-the-touch-of-a-button","status":"publish","type":"production","link":"https:\/\/colada.info\/en\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/","title":{"rendered":"colada.scripts x Stream Deck \u2013 Control at the Touch of a Button"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">The player from <a href=\"https:\/\/colada.info\/en\/production\/how-colada-scripts-is-revolutionizing-the-way-you-work-with-directors-schedules\/\"><strong>colada.scripts<\/strong> <\/a>now runs on Stream Deck. Start the show, trigger cues, control the stage\u2014with the press of a button instead of a mouse. A studio-like experience for every event production.  <\/p>\n\n<p class=\"wp-block-paragraph\">Live broadcasts don&#8217;t tolerate delays. When a speaker steps off the stage, the video must start, and the next cue must be spot-on\u2014the director can&#8217;t be the one chasing the mouse pointer across the screen. Half a second of searching, one click in the wrong window\u2014and the moment is gone.  <\/p>\n\n<p class=\"wp-block-paragraph\">This is exactly where <strong>colada.scripts&#8217;<\/strong> new Stream Deck integration comes in. Control shifts from the screen to a backlit keypad. One button, one action\u2014no searching.    <\/p>\n\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h3 class=\"wp-block-heading\">colada.scripts in a nutshell<\/h3>\n\n<p class=\"wp-block-paragraph\">colada.scripts is the tool for workflow and production schedules in colada. It consists of two parts that work together seamlessly. <\/p>\n\n<p class=\"wp-block-paragraph\">The show is set up in<em> Director<\/em>: program elements, cues, sub-cues, timing, and stage presets. The entire sequence is created in a structured manner and can be modified right up until the last minute. <\/p>\n\n<p class=\"wp-block-paragraph\">The <em>player<\/em> streams the event live\u2014and serves as the shared reference on show day. The director, technical crew, host, and stage crew all see the same status, the same active cue, and the same next step. Starting now, you can control this very player using Stream Deck.  <\/p>\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h3 class=\"wp-block-heading\">Why this works so well<\/h3>\n\n<p class=\"wp-block-paragraph\">Stream Deck is a widely used keypad with backlit displays\u2014a standard feature in broadcast control rooms, studios, and among streamers. Each key is fully customizable and displays the exact icon of the function it triggers. <\/p>\n\n<p class=\"wp-block-paragraph\">With the colada plugin, these two worlds come together exactly as they should in a professional studio: the hardware triggers actions in the player, and the player sets the tempo. For event productions, this reliability is worth its weight in gold. <\/p>\n\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h3 class=\"wp-block-heading\">Mapping\u2014Full Control at Your Fingertips<\/h3>\n\n<p class=\"wp-block-paragraph\">There are nine actions available in the plugin. Hover your mouse over a button to see what it does. <\/p>\n\n\n\n\n<meta charset=\"utf-8\"\/><style>@import url('https:\/\/fonts.googleapis.com\/css2?family=Yaldevi:wght@400;500;600;700&display=swap');\n\n  #colada-streamdeck{\n    --cream:#F2EEE7;\n    --paper:#FBF9F5;\n    --ink:#1C1B19;\n    --red:#E1241C;\n    --line:#E6E1D8;\n\n    all:initial;\n    display:block;\n    box-sizing:border-box;\n    font-family:'Yaldevi',sans-serif;\n    color:var(--ink);\n    max-width:760px;\n    margin:0 auto;\n  }\n  #colada-streamdeck *{\n    box-sizing:border-box;\n    font-family:'Yaldevi',sans-serif;\n  }\n\n  #colada-streamdeck .stage{\n    display:flex;\n    flex-direction:column;\n    align-items:center;\n    gap:22px;\n  }\n\n  #colada-streamdeck .deck{\n    background:var(--ink);\n    border-radius:20px;\n    padding:22px 22px 24px;\n    box-shadow:0 12px 28px -10px rgba(28,27,25,0.35) !important;\n    width:100%;\n    max-width:320px;\n  }\n  #colada-streamdeck .deck-brand{\n    font-weight:600;font-size:10px;letter-spacing:.18em;\n    color:#7a766d;text-transform:uppercase;text-align:center;margin-bottom:16px;\n  }\n  #colada-streamdeck .deck-grid{\n    display:grid;\n    grid-template-columns:repeat(3,1fr);\n    gap:10px;\n  }\n  #colada-streamdeck .deck-key{\n    all:unset;\n    box-sizing:border-box;\n    aspect-ratio:1\/1;\n    border-radius:9px !important;\n    display:flex;flex-direction:column;align-items:center;justify-content:center;\n    font-weight:600;font-size:18px;\n    color:#fff !important;\n    position:relative;\n    box-shadow:inset 0 0 0 1px rgba(255,255,255,0.08), 0 2px 0 rgba(0,0,0,0.35) !important;\n    cursor:pointer;\n    transition:transform .14s ease, box-shadow .14s ease, filter .14s ease;\n    text-align:center;\n  }\n  #colada-streamdeck .deck-key .lbl{\n    font-size:7.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;\n    margin-top:4px;opacity:.85;max-width:90%;text-align:center;line-height:1.2;\n    color:#fff;\n  }\n  #colada-streamdeck .deck-key:hover,\n  #colada-streamdeck .deck-key:focus-visible,\n  #colada-streamdeck .deck-key.active{\n    transform:translateY(-2px);\n    box-shadow:inset 0 0 0 1px rgba(255,255,255,0.18), 0 6px 14px -4px rgba(0,0,0,0.5) !important;\n    filter:brightness(1.12);\n    outline:none;\n  }\n  #colada-streamdeck .deck-key.active{\n    box-shadow:inset 0 0 0 2px #fff, 0 6px 14px -4px rgba(0,0,0,0.5) !important;\n  }\n\n  #colada-streamdeck .dk1{background:#1f7a52 !important;}\n  #colada-streamdeck .dk2{background:var(--red) !important;}\n  #colada-streamdeck .dk3{background:#b8841f !important;}\n  #colada-streamdeck .dk4{background:#3c4350 !important;}\n  #colada-streamdeck .dk5{background:#a4501c !important;}\n  #colada-streamdeck .dk6{background:#2563a8 !important;}\n  #colada-streamdeck .dk7{background:#c2334d !important;}\n  #colada-streamdeck .dk8{background:#5b4d8a !important;}\n  #colada-streamdeck .dk9{background:#454039 !important;}\n\n  #colada-streamdeck .deck-foot{margin-top:16px;display:flex;justify-content:center;gap:6px;}\n  #colada-streamdeck .deck-foot span{width:5px;height:5px;border-radius:50%;background:#3a3833;}\n\n  #colada-streamdeck .panel{\n    width:100%;\n    max-width:480px;\n    background:var(--paper);\n    border:1px solid var(--line);\n    border-radius:16px;\n    padding:22px 24px;\n    min-height:92px;\n    display:flex;\n    align-items:center;\n    gap:16px;\n  }\n  #colada-streamdeck .panel .dot{\n    width:10px;height:10px;border-radius:50%;\n    flex:0 0 10px;\n    background:var(--accent, var(--red));\n  }\n  #colada-streamdeck .panel .text h3{\n    font-weight:600;font-size:16px;margin:0 0 5px;\n    color:var(--ink);\n  }\n  #colada-streamdeck .panel .text p{\n    font-size:14px;color:#5a564d;line-height:1.55;margin:0;\n  }\n\n  @media (max-width:520px){\n    #colada-streamdeck .deck{max-width:300px;}\n  }\n<\/style><div id=\"colada-streamdeck\"><div class=\"stage\"><div class=\"deck\"><div class=\"deck-brand\">Stream Deck<\/div><div class=\"deck-grid\" id=\"deckGrid\"><button class=\"deck-key dk1\" type=\"button\" data-title=\"Start show\" data-color=\"#1f7a52\" data-desc=\"Startet die Show im Player. Der Event geht live, alle Beteiligten steigen synchron ein.\">\u25b6<span class=\"lbl\">Start show<\/span><\/button><button class=\"deck-key dk4\" type=\"button\" data-title=\"Previous cue\" data-color=\"#3c4350\" data-desc=\"Eine Cue zur\u00fcck \u2013 f\u00fcr Korrekturen, Proben und den souver\u00e4nen Umgang mit dem Unerwarteten.\">\u2190<span class=\"lbl\">Previous cue<\/span><\/button><button class=\"deck-key dk3\" type=\"button\" data-title=\"Advance cue\" data-color=\"#b8841f\" data-desc=\"Springt zur n\u00e4chsten Cue. Der wichtigste Handgriff der Live-Regie \u2013 jetzt blind erreichbar.\">\u2192<span class=\"lbl\">Advance cue<\/span><\/button><button class=\"deck-key dk2\" type=\"button\" data-title=\"Stop show\" data-color=\"#E1241C\" data-desc=\"Beendet die laufende Show sauber \u2013 ein klarer, beschrifteter Stopp ohne Fehlklick.\">\u25a0<span class=\"lbl\">Stop show<\/span><\/button><button class=\"deck-key dk5\" type=\"button\" data-title=\"Reset session\" data-color=\"#a4501c\" data-desc=\"Setzt die Session zur\u00fcck auf Start \u2013 ideal zwischen Durchl\u00e4ufen und f\u00fcr die Generalprobe.\">\u21ba<span class=\"lbl\">Reset session<\/span><\/button><button class=\"deck-key dk8\" type=\"button\" data-title=\"Advance subcue\" data-color=\"#5b4d8a\" data-desc=\"Geht einen Subcue vor \u2013 f\u00fcr feines, schrittweises Ausl\u00f6sen innerhalb eines Programmpunkts.\">\u21e2<span class=\"lbl\">Advance subcue<\/span><\/button><button class=\"deck-key dk6\" type=\"button\" data-title=\"Push stage preset\" data-color=\"#2563a8\" data-desc=\"Schickt ein vordefiniertes B\u00fchnenpreset auf die Stage-Displays \u2013 ein Druck, alle sehen es.\">\u21ea<span class=\"lbl\">Push preset<\/span><\/button><button class=\"deck-key dk7\" type=\"button\" data-title=\"Clear stage display\" data-color=\"#c2334d\" data-desc=\"R\u00e4umt die Stage-Displays sofort frei \u2013 perfekt f\u00fcr \u00dcberg\u00e4nge und Blackmoments.\">\u2715<span class=\"lbl\">Clear display<\/span><\/button><button class=\"deck-key dk9\" type=\"button\" data-title=\"Previous subcue\" data-color=\"#454039\" data-desc=\"Einen Subcue zur\u00fcck \u2013 volle Kontrolle bis ins kleinste Detail des Ablaufs.\">\u21e0<span class=\"lbl\">Previous subcue<\/span><\/button><\/div><div class=\"deck-foot\"><span><\/span><span><\/span><span><\/span><\/div><\/div><div class=\"panel\" id=\"panel\" style=\"--accent:#1f7a52;\"><div class=\"dot\" id=\"panelDot\"><\/div><div class=\"text\" id=\"panelText\"><h3 id=\"panelTitle\">Start show<\/h3><p id=\"panelDesc\">Startet die Show im Player. Der Event geht live, alle Beteiligten steigen synchron ein.<\/p><\/div><\/div><\/div><\/div><script>(function(){\n    const root = document.getElementById('colada-streamdeck');\n    const keys = root.querySelectorAll('.deck-key');\n    const panel = root.querySelector('#panel');\n    const dot = root.querySelector('#panelDot');\n    const title = root.querySelector('#panelTitle');\n    const desc = root.querySelector('#panelDesc');\n\n    function setActive(key){\n      keys.forEach(k => k.classList.remove('active'));\n      key.classList.add('active');\n      title.textContent = key.dataset.title;\n      desc.textContent = key.dataset.desc;\n      const color = key.dataset.color;\n      dot.style.background = color;\n      panel.style.setProperty('--accent', color);\n    }\n\n    keys.forEach(key => {\n      key.addEventListener('mouseenter', () => setActive(key));\n      key.addEventListener('focus', () => setActive(key));\n      key.addEventListener('click', () => setActive(key));\n    });\n\n    setActive(keys[0]);\n  })();\n<\/script>\n\n<div style=\"height:26px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"920\" src=\"https:\/\/colada.info\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-26-at-09.27.00-1-1024x920.jpg\" alt=\"\" class=\"wp-image-5763\" style=\"width:366px;height:auto\" srcset=\"https:\/\/colada.info\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-26-at-09.27.00-1-1024x920.jpg 1024w, https:\/\/colada.info\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-26-at-09.27.00-1-300x269.jpg 300w, https:\/\/colada.info\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-26-at-09.27.00-1-768x690.jpg 768w, https:\/\/colada.info\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-26-at-09.27.00-1-1536x1379.jpg 1536w, https:\/\/colada.info\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-26-at-09.27.00-1.jpg 1706w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" \/><figcaption class=\"wp-element-caption\">The colada-Scripts plugin in the Stream Deck software: Select an action, enter your API credentials, and you&#8217;re done.<\/figcaption><\/figure>\n\n<h3 class=\"wp-block-heading\">Why this changes the direction<\/h3>\n\n<p class=\"wp-block-paragraph\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">01<\/mark> Speed Instead of Mouse Chaos:<\/strong> A single keystroke triggers what used to require searching, aiming, and clicking. The next cue is ready the moment you need it. <\/p>\n\n<p class=\"wp-block-paragraph\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">02<\/mark> Ergonomics for long shows:<\/strong> The gaze remains on the stage, the hand rests on the deck. No switching between mouse, keyboard and program item. <\/p>\n\n<p class=\"wp-block-paragraph\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">03<\/mark> Clearly labeled, no accidental clicks:<\/strong> Each key displays its icon and color. No mix-ups, especially when things get hectic. <\/p>\n\n<p class=\"wp-block-paragraph\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">04<\/mark> Studio standard that everyone knows:<\/strong> The same operating logic as in broadcast and streaming.<\/p>\n\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<h2 class=\"wp-block-heading\">Ready to Go in Four Steps<\/h2>\n\n<ul class=\"wp-block-list\">\n<li><strong>Install the plugin:<\/strong> Add &#8220;colada.scripts&#8221; to the Stream Deck software\u2014directly from the Keys actions.  <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li><strong>Connect: <\/strong>Enter <strong>the API URL <\/strong>and API key from <strong>colada.scripts<\/strong> <\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li><strong>Select an event: <\/strong>Choose <strong>the <\/strong>appropriate event from the list\u2014the buttons will now control that specific production.<\/li>\n<\/ul>\n\n<ul class=\"wp-block-list\">\n<li><strong>Assign buttons:<\/strong> Drag and drop actions onto the buttons. Done\u2014the show can begin. <\/li>\n<\/ul>\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n<p class=\"wp-block-paragraph\"><strong><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Curious about colada.scripts? <\/mark><\/strong>Schedule a <a href=\"https:\/\/calendly.com\/colada\/30min\">free demo<\/a> and check out the player\u2014with or without Stream Deck\u2014live.<\/p>\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"featured_media":0,"template":"","meta":{"_acf_changed":false},"tags":[306],"production-category":[126],"class_list":["post-5766","production","type-production","status-publish","hentry","tag-stream-deck","production-category-scripts-and-rundowns"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.1 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>colada.scripts x Stream Deck \u2013 Control at the Touch of a Button - colada<\/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:\/\/colada.info\/en\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"colada.scripts x Stream Deck \u2013 Control at the Touch of a Button - colada\" \/>\n<meta property=\"og:description\" content=\"The player from colada.scripts now runs on Stream Deck. Start the show, trigger cues, control the stage\u2014with the press of a button instead of a mouse. A studio-like experience for every event production. Live broadcasts don&#8217;t tolerate delays. When a speaker steps off the stage, the video must start, and the next cue must be [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/colada.info\/en\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/\" \/>\n<meta property=\"og:site_name\" content=\"colada\" \/>\n<meta property=\"article:modified_time\" content=\"2026-07-02T06:39:44+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/colada.info\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-26-at-09.27.00-1.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1706\" \/>\n\t<meta property=\"og:image:height\" content=\"1532\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/colada.info\\\/en\\\/production\\\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\\\/\",\"url\":\"https:\\\/\\\/colada.info\\\/en\\\/production\\\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\\\/\",\"name\":\"colada.scripts x Stream Deck \u2013 Control at the Touch of a Button - colada\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/colada.info\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/colada.info\\\/en\\\/production\\\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/colada.info\\\/en\\\/production\\\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/colada.info\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Screenshot-2026-06-26-at-09.27.00-1-1024x920.jpg\",\"datePublished\":\"2026-06-30T09:23:37+00:00\",\"dateModified\":\"2026-07-02T06:39:44+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/colada.info\\\/en\\\/production\\\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/colada.info\\\/en\\\/production\\\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/colada.info\\\/en\\\/production\\\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\\\/#primaryimage\",\"url\":\"https:\\\/\\\/colada.info\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Screenshot-2026-06-26-at-09.27.00-1-1024x920.jpg\",\"contentUrl\":\"https:\\\/\\\/colada.info\\\/wp-content\\\/uploads\\\/2026\\\/06\\\/Screenshot-2026-06-26-at-09.27.00-1-1024x920.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/colada.info\\\/en\\\/production\\\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/colada.info\\\/en\\\/home-new\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Scripts\\\/Rundowns\",\"item\":\"https:\\\/\\\/colada.info\\\/en\\\/production-category\\\/scripts-and-rundowns\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"colada.scripts x Stream Deck \u2013 Control at the Touch of a Button\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/colada.info\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/colada.info\\\/en\\\/\",\"name\":\"colada\",\"description\":\"Event and marketing platform\",\"publisher\":{\"@id\":\"https:\\\/\\\/colada.info\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/colada.info\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/colada.info\\\/en\\\/#organization\",\"name\":\"colada\",\"url\":\"https:\\\/\\\/colada.info\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/colada.info\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/colada.info\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/colada-long-logo.svg\",\"contentUrl\":\"https:\\\/\\\/colada.info\\\/wp-content\\\/uploads\\\/2024\\\/08\\\/colada-long-logo.svg\",\"width\":92,\"height\":24,\"caption\":\"colada\"},\"image\":{\"@id\":\"https:\\\/\\\/colada.info\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"colada.scripts x Stream Deck \u2013 Control at the Touch of a Button - colada","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:\/\/colada.info\/en\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/","og_locale":"en_US","og_type":"article","og_title":"colada.scripts x Stream Deck \u2013 Control at the Touch of a Button - colada","og_description":"The player from colada.scripts now runs on Stream Deck. Start the show, trigger cues, control the stage\u2014with the press of a button instead of a mouse. A studio-like experience for every event production. Live broadcasts don&#8217;t tolerate delays. When a speaker steps off the stage, the video must start, and the next cue must be [&hellip;]","og_url":"https:\/\/colada.info\/en\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/","og_site_name":"colada","article_modified_time":"2026-07-02T06:39:44+00:00","og_image":[{"width":1706,"height":1532,"url":"https:\/\/colada.info\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-26-at-09.27.00-1.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/colada.info\/en\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/","url":"https:\/\/colada.info\/en\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/","name":"colada.scripts x Stream Deck \u2013 Control at the Touch of a Button - colada","isPartOf":{"@id":"https:\/\/colada.info\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/colada.info\/en\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/#primaryimage"},"image":{"@id":"https:\/\/colada.info\/en\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/#primaryimage"},"thumbnailUrl":"https:\/\/colada.info\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-26-at-09.27.00-1-1024x920.jpg","datePublished":"2026-06-30T09:23:37+00:00","dateModified":"2026-07-02T06:39:44+00:00","breadcrumb":{"@id":"https:\/\/colada.info\/en\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/colada.info\/en\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/colada.info\/en\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/#primaryimage","url":"https:\/\/colada.info\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-26-at-09.27.00-1-1024x920.jpg","contentUrl":"https:\/\/colada.info\/wp-content\/uploads\/2026\/06\/Screenshot-2026-06-26-at-09.27.00-1-1024x920.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/colada.info\/en\/production\/colada-scripts-x-stream-deck-control-at-the-touch-of-a-button\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/colada.info\/en\/home-new\/"},{"@type":"ListItem","position":2,"name":"Scripts\/Rundowns","item":"https:\/\/colada.info\/en\/production-category\/scripts-and-rundowns\/"},{"@type":"ListItem","position":3,"name":"colada.scripts x Stream Deck \u2013 Control at the Touch of a Button"}]},{"@type":"WebSite","@id":"https:\/\/colada.info\/en\/#website","url":"https:\/\/colada.info\/en\/","name":"colada","description":"Event and marketing platform","publisher":{"@id":"https:\/\/colada.info\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/colada.info\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/colada.info\/en\/#organization","name":"colada","url":"https:\/\/colada.info\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/colada.info\/en\/#\/schema\/logo\/image\/","url":"https:\/\/colada.info\/wp-content\/uploads\/2024\/08\/colada-long-logo.svg","contentUrl":"https:\/\/colada.info\/wp-content\/uploads\/2024\/08\/colada-long-logo.svg","width":92,"height":24,"caption":"colada"},"image":{"@id":"https:\/\/colada.info\/en\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/colada.info\/en\/wp-json\/wp\/v2\/production\/5766","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/colada.info\/en\/wp-json\/wp\/v2\/production"}],"about":[{"href":"https:\/\/colada.info\/en\/wp-json\/wp\/v2\/types\/production"}],"wp:attachment":[{"href":"https:\/\/colada.info\/en\/wp-json\/wp\/v2\/media?parent=5766"}],"wp:term":[{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/colada.info\/en\/wp-json\/wp\/v2\/tags?post=5766"},{"taxonomy":"production-category","embeddable":true,"href":"https:\/\/colada.info\/en\/wp-json\/wp\/v2\/production-category?post=5766"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}