CINXE.COM
A guide to live streaming conferences | Livestream Blog
<!DOCTYPE html> <html> <head><script type="text/javascript" src="/_static/js/bundle-playback.js?v=HxkREWBo" charset="utf-8"></script> <script type="text/javascript" src="/_static/js/wombat.js?v=txqj7nKC" charset="utf-8"></script> <script>window.RufflePlayer=window.RufflePlayer||{};window.RufflePlayer.config={"autoplay":"on","unmuteOverlay":"hidden"};</script> <script type="text/javascript" src="/_static/js/ruffle/ruffle.js"></script> <script type="text/javascript"> __wm.init("https://web.archive.org/web"); __wm.wombat("https://livestream.com/blog/live-streaming-a-conference","20211215190907","https://web.archive.org/","web","/_static/", "1639595347"); </script> <link rel="stylesheet" type="text/css" href="/_static/css/banner-styles.css?v=S1zqJCYt" /> <link rel="stylesheet" type="text/css" href="/_static/css/iconochive.css?v=3PDvdIFv" /> <!-- End Wayback Rewrite JS Include --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://web.archive.org/web/20211215190907/https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-KNG43F');</script> <!-- End Google Tag Manager --> <link rel="shortcut icon" type="image/x-icon" href="/web/20211215190907im_/https://livestream.com/assets/images/shared/favicon.ico?v=3"> <link rel="icon" type="image/ico" href="/web/20211215190907im_/https://livestream.com/assets/images/shared/favicon.ico?v=3"> <title>A guide to live streaming conferences | Livestream Blog</title> <script type="text/javascript"> var wpAjaxUrl = '/blog/wp-admin/admin-ajax.php'; function isValidEmailAddress(emailAddress) { var pattern = new RegExp(/^(("[\w-+\s]+")|([\w-+]+(?:\.[\w-+]+)*)|("[\w-+\s]+")([\w-+]+(?:\.[\w-+]+)*))(@((?:[\w-+]+\.)*\w[\w-+]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-4][\d]\.|1[\d]{2}\.|[\d]{1,2}\.))((25[0-5]|2[0-4][\d]|1[\d]{2}|[\d]{1,2})\.){2}(25[0-5]|2[0-4][\d]|1[\d]{2}|[\d]{1,2})\]?$)/i); return pattern.test(emailAddress); }; </script> <meta name="viewport" content="width=device-width"/> <script type="text/javascript" src="https://web.archive.org/web/20211215190907js_/https://livestream.com/blog/wp-content/themes/livestreamblog/static/jquery-3.5.1.min.js"></script> <script type="text/javascript" src="https://web.archive.org/web/20211215190907js_/https://livestream.com/blog/wp-content/themes/livestreamblog/static/main.js?1685037053"></script> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20211215190907cs_/https://livestream.com/blog/wp-content/themes/livestreamblog/style.css?1363560844"> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20211215190907cs_/https://livestream.com/blog/wp-content/themes/livestreamblog/static/footer.css"> <script type="text/javascript"> if (!window.jQuery) { (function() { var didInit = false; function initMunchkin() { if(didInit === false) { didInit = true; Munchkin.init('582-GOU-684', { "cookieAnon": true }); } } var s = document.createElement('script'); s.type = 'text/javascript'; s.async = true; s.src = '//web.archive.org/web/20211215190907/https://munchkin.marketo.net/munchkin.js'; s.onreadystatechange = function() { if (this.readyState == 'complete' || this.readyState == 'loaded') { initMunchkin(); } }; s.onload = initMunchkin; document.getElementsByTagName('head')[0].appendChild(s); })(); } else { $.ajax({ url: '//web.archive.org/web/20211215190907/https://munchkin.marketo.net/munchkin.js', dataType: 'script', cache: true, success: function() { Munchkin.init('582-GOU-684', { "cookieAnon": true }); } }); }; </script> <script> (function(w) { var vuid, parts; function _getrandmax() { return 2147483647; } function _rand(max, min) { if (arguments.length === 0) { min = 0; max = _getrandmax(); } return Math.floor(Math.random() * (max - min + 1)) + min; } function _microtime(get_as_float) { var now = new Date().getTime() / 1000, s = parseInt(now, 10); return (get_as_float) ? now : (Math.round((now - s) * 1000) / 1000) + ' ' + s; } function _round(value, precision, mode) { var m, f, isHalf, sgn; precision |= 0; m = Math.pow(10, precision); value *= m; sgn = (value > 0) | -(value < 0); isHalf = value % 1 === 0.5 * sgn; f = Math.floor(value); if (isHalf) { value = f + (sgn > 0); } return (isHalf ? value : Math.round(value)) / m; } function _ord(string) { var str = string + '', code = str.charCodeAt(0), hi, low; if (0xD800 <= code && code <= 0xDBFF) { hi = code; if (str.length === 1) { return code; } low = str.charCodeAt(1); return ((hi - 0xD800) * 0x400) + (low - 0xDC00) + 0x10000; } if (0xDC00 <= code && code <= 0xDFFF) { return code; } return code; } function _generate32bitRandom() { return _round((_rand() / _getrandmax()) * 0x7fffffff); } function _generateHash(string_arg) { var string = string_arg.toString(), hash = 1, pos, current, leftMost7; if (typeof string !== 'undefined' && string !== '') { hash = 0; pos = string.length - 1; for (pos; pos >= 0; pos--) { current = _ord(string.charAt(pos)); hash = ((hash << 6) & 0xfffffff) + current + (current << 14); leftMost7 = hash & 0xfe00000; if (leftMost7) { hash ^= leftMost7 >> 21; } } } return hash; } function sameSiteIncompatibleBrowser() { var ua = window.navigator.userAgent; return ua.includes('iPhone OS 12_') || ua.includes('iPad; CPU OS 12_') || //iOS 12 (ua.includes('UCBrowser/') ? isOlderUcBrowser(ua) //UC Browser < 12.13.2 : (ua.includes('Chrome/5') || ua.includes('Chrome/6'))) || ua.includes('Chromium/5') || ua.includes('Chromium/6') || (ua.includes(' OS X 10_14_') && ((ua.includes('Version/') && ua.includes('Safari')) || //Safari on MacOS 10.14 ua.endsWith('(KHTML, like Gecko)'))); //Web view on MacOS 10.14 } function isOlderUcBrowser(ua) { var match = ua.match(/UCBrowser\/(\d+)\.(\d+)\.(\d+)\./); if (!match) return false; var major = parseInt(match[1]); var minor = parseInt(match[2]); var build = parseInt(match[3]); if (major != 12) return major < 12; if (minor != 13) return minor < 13; return build < 2; } function _cookie(name, value, ttl, path, domain) { var future_date, cookie; if (arguments.length > 1) { if (ttl) { future_date = new Date(); future_date.setDate(future_date.getDate() + ttl); } document.cookie = name + '=' + encodeURIComponent(value) + (future_date ? '; expires=' + future_date.toGMTString() : '') + (path ? '; path=' + path : '') + (domain ? '; domain=' + domain : '') + (sameSiteIncompatibleBrowser() ? '; secure' : '; SameSite=None; secure'); return true; } return decodeURIComponent((('; ' + document.cookie).split('; ' + name + '=')[1] || '').split(';')[0]); } vuid = { cookie: _cookie('vuid') }; if (!vuid.cookie) { vuid.cookie = 'pl' + ((_generate32bitRandom() ^ _generateHash(_microtime())) & 0x7fffffff).toString() + '.' + ((_generate32bitRandom() ^ _generateHash(w.navigator.userAgent)).toString() & 0x7fffffff); } parts = w.location.hostname.split('.'); if (parts.length > 2) { parts.shift(); } _cookie('vuid', vuid.cookie, 365 * 2, '/', '.' + parts.join('.')); // GTM data window.dataLayer ||= []; window.dataLayer.push({vuid: _cookie('vuid'), page: 'Blog Page'}); })(window); </script> <link href="https://web.archive.org/web/20211215190907cs_/https://livestream.com/blog/wp-content/themes/livestreamblog/static/lity-1.6.6/dist/lity.css" rel="stylesheet"> <script src="https://web.archive.org/web/20211215190907js_/https://livestream.com/blog/wp-content/themes/livestreamblog/static/lity-1.6.6/dist/lity.js"></script> <meta name="robots" content="max-image-preview:large"/> <!-- This site is optimized with the Yoast SEO Premium plugin v15.8 - https://yoast.com/wordpress/plugins/seo/ --> <meta name="description" content="Live streaming a conference can be a challenge for most. Discover our comprehensive guide to live streaming your next conference."/> <meta name="robots" content="index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1"/> <link rel="canonical" href="https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference"/> <meta property="og:locale" content="en_US"/> <meta property="og:type" content="article"/> <meta property="og:title" content="A guide to live streaming conferences | Livestream Blog"/> <meta property="og:description" content="Live streaming a conference can be a challenge for most. Discover our comprehensive guide to live streaming your next conference."/> <meta property="og:url" content="https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference"/> <meta property="og:site_name" content="Blog"/> <meta property="article:publisher" content="https://www.facebook.com/livestream/"/> <meta property="article:published_time" content="2021-03-02T14:59:40+00:00"/> <meta property="article:modified_time" content="2021-03-04T21:38:15+00:00"/> <meta property="og:image" content="https://web.archive.org/web/20211215190907im_/https://livestream.com/blog/wp-content/uploads/2021/03/live-stream-a-conference-guide_blog-header-scaled.jpg"/> <meta property="og:image:width" content="2560"/> <meta property="og:image:height" content="1707"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:creator" content="@Livestream"/> <meta name="twitter:site" content="@Livestream"/> <meta name="twitter:label1" content="Written by"> <meta name="twitter:data1" content="Alysha Parker"> <meta name="twitter:label2" content="Est. reading time"> <meta name="twitter:data2" content="13 minutes"> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://web.archive.org/web/20211215190907/https://schema.org","@graph":[{"@type":"Organization","@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/#organization","name":"Livestream","url":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/","sameAs":["https://web.archive.org/web/20211215190907/https://www.facebook.com/livestream/","https://web.archive.org/web/20211215190907/https://www.instagram.com/livestream/","https://web.archive.org/web/20211215190907/https://www.linkedin.com/company/livestream_2","https://web.archive.org/web/20211215190907/https://www.youtube.com/user/Livestreamcom","https://web.archive.org/web/20211215190907/https://www.pinterest.com/livestream/","https://web.archive.org/web/20211215190907/https://twitter.com/Livestream"],"logo":{"@type":"ImageObject","@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/#logo","inLanguage":"en-US","url":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/wp-content/uploads/2018/02/logo-livestream@2x.png","width":308,"height":104,"caption":"Livestream"},"image":{"@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/#logo"}},{"@type":"WebSite","@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/#website","url":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/","name":"Blog","description":"Livestream","publisher":{"@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/#organization"},"potentialAction":[{"@type":"SearchAction","target":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/?s={search_term_string}","query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"ImageObject","@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference#primaryimage","inLanguage":"en-US","url":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/wp-content/uploads/2021/03/live-stream-a-conference-guide_blog-header-scaled.jpg","width":2560,"height":1707,"caption":"A panel discussion with several speakers on stage"},{"@type":"WebPage","@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference#webpage","url":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference","name":"A guide to live streaming conferences | Livestream Blog","isPartOf":{"@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/#website"},"primaryImageOfPage":{"@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference#primaryimage"},"datePublished":"2021-03-02T14:59:40+00:00","dateModified":"2021-03-04T21:38:15+00:00","description":"Live streaming a conference can be a challenge for most. Discover our comprehensive guide to live streaming your next conference.","breadcrumb":{"@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference"]}]},{"@type":"BreadcrumbList","@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/","url":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@type":"WebPage","@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference","url":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference","name":"A guide to live streaming a conference"}}]},{"@type":"Article","@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference#article","isPartOf":{"@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference#webpage"},"author":{"@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/#/schema/person/0e986d2493391aaa620157d7a2c7b18d"},"headline":"A guide to live streaming a conference","datePublished":"2021-03-02T14:59:40+00:00","dateModified":"2021-03-04T21:38:15+00:00","mainEntityOfPage":{"@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference#webpage"},"commentCount":0,"publisher":{"@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/#organization"},"image":{"@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference#primaryimage"},"keywords":"live streaming","articleSection":"Marketing","inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference#respond"]}]},{"@type":"Person","@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/#/schema/person/0e986d2493391aaa620157d7a2c7b18d","name":"Alysha Parker","image":{"@type":"ImageObject","@id":"https://web.archive.org/web/20211215190907/https://livestream.com/blog/#personlogo","inLanguage":"en-US","url":"https://web.archive.org/web/20211215190907/https://secure.gravatar.com/avatar/69625151562384b233bb89d500ed2e1b?s=96&d=mm&r=g","caption":"Alysha Parker"}}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel="dns-prefetch" href="//web.archive.org/web/20211215190907/https://s.w.org/"/> <link rel="alternate" type="application/rss+xml" title="Blog » A guide to live streaming a conference Comments Feed" href="https://web.archive.org/web/20211215190907/https://livestream.com/blog/live-streaming-a-conference/feed"/> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/web.archive.org\/web\/20211215190907\/https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20211215190907\/https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20211215190907\/https:\/\/livestreamblog.wpengine.com\/wp-includes\/js\/wp-emoji-release.min.js?ver=5.8.2"}}; !function(e,a,t){var n,r,o,i=a.createElement("canvas"),p=i.getContext&&i.getContext("2d");function s(e,t){var a=String.fromCharCode;p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,e),0,0);e=i.toDataURL();return p.clearRect(0,0,i.width,i.height),p.fillText(a.apply(this,t),0,0),e===i.toDataURL()}function c(e){var t=a.createElement("script");t.src=e,t.defer=t.type="text/javascript",a.getElementsByTagName("head")[0].appendChild(t)}for(o=Array("flag","emoji"),t.supports={everything:!0,everythingExceptFlag:!0},r=0;r<o.length;r++)t.supports[o[r]]=function(e){if(!p||!p.fillText)return!1;switch(p.textBaseline="top",p.font="600 32px Arial",e){case"flag":return s([127987,65039,8205,9895,65039],[127987,65039,8203,9895,65039])?!1:!s([55356,56826,55356,56819],[55356,56826,8203,55356,56819])&&!s([55356,57332,56128,56423,56128,56418,56128,56421,56128,56430,56128,56423,56128,56447],[55356,57332,8203,56128,56423,8203,56128,56418,8203,56128,56421,8203,56128,56430,8203,56128,56423,8203,56128,56447]);case"emoji":return!s([10084,65039,8205,55357,56613],[10084,65039,8203,55357,56613])}return!1}(o[r]),t.supports.everything=t.supports.everything&&t.supports[o[r]],"flag"!==o[r]&&(t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&t.supports[o[r]]);t.supports.everythingExceptFlag=t.supports.everythingExceptFlag&&!t.supports.flag,t.DOMReady=!1,t.readyCallback=function(){t.DOMReady=!0},t.supports.everything||(n=function(){t.readyCallback()},a.addEventListener?(a.addEventListener("DOMContentLoaded",n,!1),e.addEventListener("load",n,!1)):(e.attachEvent("onload",n),a.attachEvent("onreadystatechange",function(){"complete"===a.readyState&&t.readyCallback()})),(n=t.source||{}).concatemoji?c(n.concatemoji):n.wpemoji&&n.twemoji&&(c(n.twemoji),c(n.wpemoji)))}(window,document,window._wpemojiSettings); </script> <style type="text/css"> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 .07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel="stylesheet" id="wp-block-library-css" href="https://web.archive.org/web/20211215190907cs_/https://livestream.com/blog/wp-includes/css/dist/block-library/style.min.css?ver=5.8.2" type="text/css" media="all"/> <link rel="https://api.w.org/" href="https://livestream.com/blog/wp-json/"/><link rel="alternate" type="application/json" href="https://web.archive.org/web/20211215190907/https://livestream.com/blog/wp-json/wp/v2/posts/2204"/><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://livestream.com/blog/xmlrpc.php?rsd"/> <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://livestream.com/blog/wp-includes/wlwmanifest.xml"/> <link rel="shortlink" href="https://web.archive.org/web/20211215190907/https://livestream.com/blog/?p=2204"/> <link rel="alternate" type="application/json+oembed" href="https://web.archive.org/web/20211215190907/https://livestream.com/blog/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flivestreamblog.wpengine.com%2Flive-streaming-a-conference"/> <link rel="alternate" type="text/xml+oembed" href="https://web.archive.org/web/20211215190907/https://livestream.com/blog/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flivestreamblog.wpengine.com%2Flive-streaming-a-conference&format=xml"/> </head> <body class="post-template-default single single-post postid-2204 single-format-standard"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://web.archive.org/web/20211215190907if_/https://www.googletagmanager.com/ns.html?id=GTM-KNG43F" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div class="head"> <div id="desktop-searchbar" class="desktop"> <div class="bottombar"> <div class="search-icon"></div> <form action="https://web.archive.org/web/20211215190907/https://livestream.com/blog" method="get"> <input id="search-input" type="text" placeholder="Search..." name="s" tabindex="1"> </form> </div> </div> <div id="mobile-thanks" style="display: none;"> <div class="thank-container"> <div class="thank-check"></div> <div class="thank-text">Thanks for subscribing to Livestream! Get ready to master live video.</div> </div> </div> <div id="mobile-searchbar"> <div class="topbar"> <div class="left"> <a href="/web/20211215190907/https://livestream.com/blog"><div class="logo"></div></a> </div> <div class="right"> <div class="exit"></div> </div> </div> <div class="search-category-container"> <ul class="mobile-categories"> <li class="active"><a class="normalized-link" href="/web/20211215190907/https://livestream.com/blog">The Stream</a></li> <li><a class="normalized-link" href="/web/20211215190907/https://livestream.com/blog/category/marketing">Marketing</a></li> <li><a class="normalized-link" href="/web/20211215190907/https://livestream.com/blog/category/tech">Tech</a></li> <li><a class="normalized-link" href="/web/20211215190907/https://livestream.com/blog/category/product">Product</a></li> <li><a class="normalized-link" href="/web/20211215190907/https://livestream.com/blog/category/research">Research</a></li> <div class="content-divider"></div> <form id="mobile-subscribe-container" class="email-bar clearfix"> <input type="text" name="mobile-email" placeholder="Email Address"> <div class="right-container"> <div id="mobile-subscribe-submit"> <p>SUBSCRIBE</p> </div> </div> <p class="clearfix error-message">Please Enter a Valid Email Address</p> </form> </ul> </div> <div class="bottombar-container"> <div class="bottombar"> <div class="search-icon"></div> <form action="https://web.archive.org/web/20211215190907/https://livestream.com/blog" method="get"> <input type="text" placeholder="Search..." name="s"> </form> </div> </div> </div> <div id="mobile-subscribebar"> <div class="subscribebar-container"> <div class="subscribe-top clearfix"> <div class="left"> <div class="title">Subscribe</div> </div> <div class="right"> <div class="close-bar exit"></div> </div> </div> <div class="email-bar clearfix"> <input type="text"> <div class="right-container"> <div class="right-carot"></div> </div> </div> <div class="after-links clearfix"> <a id="sign-in" class="left blue-link" href="#">I've already signed up</a> <a class="left blue-link close-bar" href="#">No Thanks!</a> </div> </div> </div> <div id="desktop-header" class="desktop"> <div class="topbar"> <div class="left"> <a href="/web/20211215190907/https://livestream.com/"><div class="logo"></div></a> <ul class="categories"> <li class="active"><a class="white-link" href="/web/20211215190907/https://livestream.com/blog">The Stream</a></li> <li><a class="white-link" href="/web/20211215190907/https://livestream.com/blog/category/marketing">Marketing</a></li> <li><a class="white-link" href="/web/20211215190907/https://livestream.com/blog/category/tech">Tech</a></li> <li><a class="white-link" href="/web/20211215190907/https://livestream.com/blog/category/product">Product</a></li> <li><a class="white-link" href="/web/20211215190907/https://livestream.com/blog/category/research">Research</a></li> </ul> </div> <div class="right"> <div id="search-expander" class="search-icon" onclick="setTimeout(function() { $('#search-input')[0].focus() }, 100);"></div> <ul class="subscribe"> <li>SUBSCRIBE</li> </ul> </div> </div> <div class="searchbg-container"> <div class="topbar-search"> <div id="desktop-searchbg" class="desktop"></div> </div> </div> </div> <div class="tablet mobile-head"> <div class="topbar"> <div class="left"> <a href="/web/20211215190907/https://livestream.com/blog"><div class="logo"></div></a> </div> <div class="right"> <div class="hamburger"></div> </div> </div> </div> <div class="mobile mobile-head"> <div class="topbar"> <div class="left"> <a href="/web/20211215190907/https://livestream.com/blog"><div class="logo"></div></a> </div> <div class="right"> <div class="hamburger"></div> </div> </div> </div> </div> <!-- End Topbar --><div id="sidescroll-2204" class="sidescroll"> <div class="scroll-container"> <a class="article-share" id="sideshare-email" href="https://web.archive.org/web/20211215190907/mailto:/?subject=A guide to live streaming a conference&body=https://livestream.com/blog/live-streaming-a-conference"> <div class="email"> <div class="share-logo"></div> </div> </a> <a class="article-share" id="sideshare-twitter" target="_blank" href="https://web.archive.org/web/20211215190907/https://twitter.com/home?status=A guide to live streaming a conference https://livestream.com/blog/live-streaming-a-conference via @Livestream"> <div class="twitter"> <div class="share-logo"></div> </div> </a> <a class="article-share" id="sideshare-fb" target="_blank" href="https://web.archive.org/web/20211215190907/https://www.facebook.com/sharer/sharer.php?u=https://livestream.com/blog/live-streaming-a-conference"> <div class="facebook"> <div class="share-logo"></div> </div> </a> <a class="article-share" id="sideshare-linkedin" target="_blank" href="https://web.archive.org/web/20211215190907/https://www.linkedin.com/shareArticle?mini=true&url=https://livestream.com/blog/live-streaming-a-conference"> <div class="linkedin"> <div class="share-logo"></div> </div> </a> </div> </div> <div class="full-article-container" id="full-article-2204" data-backgroundurl="https://livestream.com/blog/wp-content/uploads/2021/03/live-stream-a-conference-guide_blog-header-scaled.jpg" data-articleid="2204" data-articletitle="A guide to live streaming a conference" data-articleurl="https://livestream.com/blog/live-streaming-a-conference"> <div class="featured-image" style="background-image: url(https://web.archive.org/web/20211215190907im_/https://livestream.com/blog/wp-content/uploads/2021/03/live-stream-a-conference-guide_blog-header-scaled.jpg); background-size:cover; background-position:center; background-repeat:no-repeat;"></div> <article class="article-container"> <div class="article-text"> <h1 class="article-title">A guide to live streaming a conference</h1> <div class="article-author-block clearfix"> <div class="author-image" style="background-image: url(https://web.archive.org/web/20211215190907im_/https://livestream.com/blog/wp-content/uploads/users/28/profile.jpg);"></div> <div class="author-text"> <p class="name">Alysha Parker</p> <a href="/web/20211215190907/https://livestream.com/blog/category/marketing"> <p class="category">Marketing</p> </a> </div> </div> <div class="article-content"> <p>Live streaming a conference for the first time can be a challenge. Even the most seasoned event organizers can crumble under the pressure of going live.</p> <p>But don’t fret. Live streaming a virtual conference can provide a positive impact on your business. From expanding your brand’s global footprint to delivering a quality live experience for attendees – there’s a lot of value in learning how to live stream.</p> <p>In this guide, we’ll share why event organizers should consider video to grow their business. We’ll also walk you through all the ins and outs of how to stream a conference or live webinar.</p> <h2>What is a live webinar and live stream conference?</h2> <p>First, let’s cover the basics on live webinars and conferences.</p> <p>A live webinar is an online presentation or discussion broadcast in real-time. Typically, it includes a single presenter or panel of presenters discussing a topic. A slide deck, multimedia, and video clips are often used to enhance the webinar presentation.</p> <p>Today, online events and webinars have expanded. More brands are live streaming for the first time to conduct meetings, presentations, and events in the era of distributed work.</p> <p>For event organizers, this poses a new challenge. How do you bring the in-person conference to the online space?</p> <p>That’s where live streaming a conference comes in. It takes the in-person event experience online.</p> <p>This includes broadcasting conference sessions and offering tools like live Q&A and polling to keep conference attendees engaged. The production requirements are more complex than a webinar given the number of sessions, speakers, and multimedia needed to put off a full scale conference, but the results are well worth the effort.</p> <p>Now that we have a grasp of the two types of live events, let’s talk about the value of streaming a conference.</p> <h2>9 reasons to live stream a conference</h2> <p>There’s a lot to consider before you dive into live streaming. However, we’ve learned there’s a lot to gain by jumping in.</p> <p>When it comes to business initiatives, KPI’s, and general goal setting, live streaming a conference can impact important areas of growth. From revenue increases to global reach, there’s never been an easier, more effective way to <a href="https://web.archive.org/web/20211215190907/https://vimeo.com/blog/post/live-streaming-for-small-businesses/">expand your business</a>.</p> <p>Check out some of the ways your business can benefit from live streaming a conference.</p> <h3>1. Drive brand awareness</h3> <p>Without a physical venue or catering costs to worry about, conference budgets can shift to bigger marketing campaigns with a global target in mind. Event organizers who previously worked with physical constraints can market to areas of the world without worrying about attendee travel costs and other physical limitations that may have previously deterred you. With virtual and hybrid events, there’s no longer a regional limit applied to your marketing spend.</p> <h3>2. Reach a global audience</h3> <p>By ramping up your marketing efforts, you’ll likely see an uptick in new audiences. This is a big win. Aside from having new contacts to add to your database, you’ll discover new audiences coming in from regions around the globe. Your once limited business territory will grow tremendously. And don’t worry! There’s always plenty of room in a virtual conference.</p> <h3>3. Optimize resources</h3> <p>By shifting to a live conference, there’s an opportunity to invest in virtual needs while saving on overall costs. This includes: a platform that reflects your conference goals, high quality production assets, and a team to make your live stream an all around immersive experience for your audience. With live streaming, you’ll even save on costs and time typically used towards travel to venue site visits.</p> <h3> 4. Nurture customers</h3> <p>Sometimes we forget to give back to those that make the wheels of our business turn. Take the time to feature your existing customers in your live stream conference. Ask them to be a speaker, keynote, or moderator. Giving customers a spotlight in a virtual conference is a way to thank them for their loyalty and nurture your ongoing relationship.</p> <h3>5. Hit attendance goals</h3> <p>Live stream conferences are a <a href="https://web.archive.org/web/20211215190907/https://vimeo.com/enterprise/budget-live-video">budget-friendly event</a> to attend for both attendees and speakers.The ability to tune in from the comfort of home is the icing on the cake to guarantee high conversion rates.</p> <h3>6. Expand the target audience</h3> <p>Live stream conferences attract audiences from around the globe and it’s likely that event marketers and producers will see an increase in attendees from their target audience. For marketers who practice ABM (account-based marketing), the size of your target audience may expand beyond the limitations of a physical space.</p> <h3>7. Evergreen content</h3> <p>Live stream conferences live well past the launch date. With the right video hosting platform, you can record your conference automatically without additional equipment. Repurpose your live recordings in post-event marketing campaigns including next year’s highlight reel, sales enablement materials, or for an upcoming webinar.</p> <h3> 8. Increase business revenue</h3> <p>Picture this: you’ve strategically spent your live stream budget, reported on your attendance rate, and started your post-conference marketing initiatives. It’s time to sit back and watch results come in. Whether you are saving from skipping physical vendor costs, increased ticket revenue or gained new business, all signs point to an increase in overall business revenue.</p> <h3>9. Nothing beats a live stream</h3> <p>While it’s “safe” to go the pre-recorded route, nothing beats live interaction with your audience. Launch polls, live Q&A, and word clouds to get real time data to understand the engagement level of your live stream conference. Aim to create engaging in-frame content that immerses your audience into your virtual experience. Provide networking opportunities for all to connect socially through various chat functionalities or meeting scheduling tools.</p> <h2>How to live stream a conference</h2> <p>Now that you understand the value of live streaming, let’s walk through how to stream a conference.</p> <p>We’ve whittled it down to five easy steps. Before wrapping your head around the technical aspect of a live conference or webinar, focus on your conference goals. Too often planners skip this important step to dive into production. But once you have your goals narrowed down, you’ll be able to prioritize what’s really important for a seamless experience.</p> <h3>Set conference goals.</h3> <p>Consider some of the common event goals including:</p> <ul> <li style="font-weight: 400;" aria-level="1">Increase in audience attendance</li> <li style="font-weight: 400;" aria-level="1">Increase in ticket revenue</li> <li style="font-weight: 400;" aria-level="1">Reach or surpass a certain sponsorship goal</li> <li style="font-weight: 400;" aria-level="1">General brand awareness for your business</li> </ul> <p>Once you have goals and a working agenda is in place, you can better assess your event’s <a href="https://web.archive.org/web/20211215190907/https://vimeo.com/blog/post/live-streaming-equipment-setup/">technical needs</a>. It’s okay to not know all the specifics, but having an idea of what you need when speaking with production professionals will be a tremendous help and learning experience.</p> <h3>Check your internet bandwidth.</h3> <p>Ensure you have enough, if not slightly more, bandwidth for streaming your live conference. As a rule of thumb, aim to have 1.5x your stream’s bitrate available to account for potential network fluctuations. (<i>a bitrate is the amount of data encoded for a unit of time. It’s referenced in megabits per second when streaming.</i>)</p> <h3>Ensure you have an audio mixer, switcher, and encoder.</h3> <p>You’ll need an audio mixer that will convert your audio sources from a microphone into quality sound for your live streamed event.</p> <p>Along with a webcam or camera to record content, you’ll also need an encoding device that will convert your video into digital format for live streaming to the internet. In the case when you want to alternate different shots, you’ll also need a video switcher.</p> <h3>Find the right live streaming platform.</h3> <p>There are a ton out there, but take into account their niche. Some are metrics driven and deliver amazing data. Others cater to networking and gamification. Do your homework and watch demos before making a final decision.</p> <h3>Invest in a production team.</h3> <p>First impressions count. If this is your first go at a live stream conference, it’s highly recommended that you <a href="https://web.archive.org/web/20211215190907/https://vimeo.com/enterprise/live-production?mkc=36896">hire a professional production team</a>. For your event investments to make an impact, your live stream conference needs to deliver a great experience. A professional production team will guarantee seamless execution and support. You present the vision, while your production team works on bringing your vision to life.</p> <h2>Choosing your streaming platform</h2> <p>When <a href="https://web.archive.org/web/20211215190907/https://vimeo.com/ott/why-vimeo">evaluating streaming platforms</a>, consider the purpose of your conference. Why are you running this event? Is it to educate your audience, network, interact, or simply share content? Also, think about what kind of data you’ll need post-event. Take into account the entire event lifecycle, from conference registration to on-demand access.</p> <p>Distinguish between your “must have” features and your “nice to have” features when researching all the various types of platforms. With the rise in live streaming, there are so many types of platforms. Work to clearly outline your needs to expedite the evaluation process. To get you started, here are a few different types of platforms for live streaming content.</p> <p><strong>Social platforms.</strong> Chances are, you may already be using social platforms like LinkedIn, Twitter, and Instagram. They allow your brand to tell a story while connecting with other like minded users. Platforms like Facebook and Youtube enable you to reach a wide range audience from all over the world. With so many existing users, these platforms are easy to access and navigate for most audiences.</p> <p><strong>Webinar platforms.</strong> These platforms have an educational focus, great for live webinars and/or masterclasses. A few popular ones include ON24, and GoToWebinar as they allow for audience Q&A, presentations, and more.</p> <p><strong>Gaming platforms.</strong> If you are all about the visuals, tech, and gaming, platforms like Picarto, Twitch, and Smashcast are perfect for immersive engagement.</p> <p><strong>Video Conferencing platforms.</strong> Conferencing platforms like Zoom and Microsoft teams allow 1:1 communications for internal meetings and real-time collaboration.</p> <p><strong>All-in-one platforms.</strong> Live streaming platforms like Vimeo Enterprise allow you to create, host, and distribute your video content while also casting your content to other destinations.</p> <p><em>Pro tip:</em> Once you have your streaming platform set, <a href="https://web.archive.org/web/20211215190907/https://vimeo.com/blog/post/what-is-a-simulcast/">consider simulcasting</a> to social media channels. Simulcasting can help you reach audiences wherever they are including Linkedin, Twitter, Facebook, Youtube, Twitch or a specific destination via RTMP.</p> <h2>3 production tips</h2> <p>Managing a live stream conference can be scary for first time streamers. Here are three easy production tips to help you put on a great conference.</p> <h3>1. Work with a professional production team.</h3> <p>Regardless of your event budget, here are a couple of roles to consider to help you put on a great production.</p> <p><strong>Producer:</strong> This is you! As the producer, you create the vision for the event. From the agenda, speakers, and content, you are logistically in charge. In the case of a very small team, you may also act as a show caller ensuring the run of the show plays out just as it should minute by minute.</p> <p><strong>Director:</strong> They work very closely with the producer. They are responsible for recording the live stream from the technical aspect. They will cut to different shots taking direction from the producer and even provide their own professional input.</p> <p><strong>Sound operator:</strong> They operate and maintain the audio mixer that is used to record, enhance, or mix sound.</p> <p><strong>Teleprompter operator:</strong> They are responsible for transcribing scripts or recordings into a readable format on specific screens that are used to prompt speakers to begin speaking or at least remember what to say.</p> <p><strong>Broadcast engineer:</strong> They make sure that the live stream is on time, has the appropriate bandwidth, and is streaming in high quality. They are also the go-to person for any stream troubleshooting needs.</p> <h3>2. Check your equipment needs.</h3> <p>Aside from the basic technical needs and your streaming platform, there are a few other <a href="https://web.archive.org/web/20211215190907/https://vimeo.com/blog/post/best-live-streaming-equipment-for-every-budget/">equipment needs</a> to check off your list before going live.</p> <p><strong>Camera:</strong> The camera is essential for recording and will connect to the encoding device that converts your video in a format for live streaming. If you also plan to take multiple shots from different angles, determine how many cameras you will need.</p> <p><strong>Tripods:</strong> For a steady capture camera tripods are highly recommended. When using multiple cameras, pre-set them on tripods positioned for your desired shots.</p> <p><strong>Microphones:</strong> Although handheld microphones are typically on the more affordable side, lavalier microphones are more appropriate ( and common) for streaming as they are clipped on clothing and allow for a free hand option. If you must use a handheld aim for a condenser microphone or a headset microphone.</p> <p><strong>Laptop:</strong> If you aren’t using a laptop provided by the production team, you’ll need to use your own. Make sure you have all the correct cords and adapters along with it. You may even save on production costs by supplying your own laptop(s).</p> <h3>3. Always be prepared.</h3> <p>Seasoned event organizers know that anything can happen onsite. The same goes for live stream conferences. Prepare for the unexpected as best as you can.</p> <p><strong>Extra cables:</strong> In the case when you are filming outside of a studio, pack extra cables for any set changes or camera adjustments. It’s also good to have on hand if a cable stops working!</p> <p><strong>Power strips:</strong> Need to charge that laptop or your cell phone? Bring an extra power strip for all miscellaneous electronic items because chances are all outlets will be used for the production.</p> <p><strong>Batteries:</strong> For equipment that is wireless, pack an extra set of batteries. Make sure you’re prepared. Sometimes shoots go longer than expected or equipment is accidentally left behind.</p> <h2>Run of show: the bible of virtual events</h2> <p>You have the equipment and the team to support your <a href="https://web.archive.org/web/20211215190907/https://vimeo.com/enterprise/virtual-events">virtual event</a> or live stream conference. Now, you need to know when certain aspects of your event are to take place like certain camera shots, cutting from one speaker to another, and interstitials.</p> <p>This is when your run of show (ROS) comes into play. It’s the one document that lists all the content of the live stream conference minute by minute. This document is shared with the majority of the team so they know what video to display on screen, what audio should be playing, and when everything should happen.</p> <h3>Test your live stream</h3> <p>Just because your conference is a live stream does not mean you cannot (and should not) rehearse. Rehearsals are critical to bring to light any red flags, bumps, or hiccups in the program. You will learn so much from your rehearsal that it will almost guarantee a <a href="https://web.archive.org/web/20211215190907/https://vimeo.com/blog/post/what-it-takes-to-live-stream-a-global-event/">successful live stream</a>.</p> <p><strong>Aim to run through the entire cycle of the event.</strong> Play all your content as if it were the live date including video, graphics, interstitials, transitions and even the sessions themselves. Have your speaker participate in rehearsals so they’re familiar with both the flow and logistics of the event.</p> <p><strong>Allow for enough time.</strong> Slot out time between the rehearsal date and live date to make any changes or adjustments to your programing. A general rule of thumb is 2-3 days before the live stream conference day. However, keep in mind that his depends on the duration of your conference.</p> <p><strong>Run through the event on your streaming platform.</strong> Set your platform to private or create a test account if your streaming platform permits. Watch from the attendee’s point of view to ensure their experience is line with your expectations.</p> <h3>Live troubleshooting tips</h3> <p>Every event organizer knows the best laid plans often go awry. Here are a few easy tips to help you get through any technical hiccups.</p> <p>Sometimes troubleshooting is simpler than it seems. Simply maintaining clear communication with your audience before and during the live stream conference helps set expectations while also ensuring a seamless experience. When sending reminder emails to attendees before the start of the event, include information on how to contact support or include troubleshooting guidelines recommended by your streaming platform.</p> <p>During the event, note troubleshooting details within your conference housekeeping rules. The event host can typically provide those troubleshooting details live throughout the conference. You can also display this information in a short video, holding slide, slate, or interstitial. When using a robust streaming platform, you can even explore an option to include a chatbot that can connect your audience to a support directly.</p> <p>In terms of troubleshooting the live stream itself, this is where your <a href="https://web.archive.org/web/20211215190907/https://livestream.com/production">production team</a> will save the day. They will take the necessary technical actions to ensure the stream is stable for the duration of your conference.</p> <h2>Wrap up: live streaming a conference</h2> <p>Live streaming a conference can have real business impact for your brand. If you’re looking to broadcast a single webinar or are gearing up to go live with a multi-day, streaming conference, now is the time. Here are our final tips before showtime.</p> <ul> <li style="font-weight: 400;" aria-level="1">When planning a virtual conference, have the entire conference life cycle in mind as you consider your conference goals and desired business outcomes.</li> <li style="font-weight: 400;" aria-level="1">Narrowing down on your goals will help in your platform decision making. Once you know what features and metrics you need, you’ll have a proper checklist handy as you research your streaming platform of choice.</li> <li style="font-weight: 400;" aria-level="1">Equip yourself with the right production gear and team. Leave the technical aspects to the professionals and keep your focus on the in-frame content.</li> <li style="font-weight: 400;" aria-level="1">Plan ahead and allow for ample time to rehearse your event, ensuring an amazing virtual experience for your audience.</li> </ul> <h2><a href="https://web.archive.org/web/20211215190907/https://vimeo.com/features/livestreaming">Go live with your next conference</a></h2> </div> </div> <div class="share-container"> <div class="content-divider"></div> <div class="shareblock"> <a class="article-share article-share-fb" target="_blank" href="https://web.archive.org/web/20211215190907/https://www.facebook.com/sharer/sharer.php?u=https://livestream.com/blog/live-streaming-a-conference"> <div class="facebook"> <div class="share-logo"></div> <p>FACEBOOK</p> </div> </a> <a class="article-share article-share-twitter" target="_blank" href="https://web.archive.org/web/20211215190907/https://twitter.com/home?status=A guide to live streaming a conference https://livestream.com/blog/live-streaming-a-conference via @Livestream"> <div class="twitter"> <div class="share-logo"></div> <p>TWITTER</p> </div> </a> <a class="article-share article-share-linkedin" target="_blank" href="https://web.archive.org/web/20211215190907/https://www.linkedin.com/shareArticle?mini=true&url=https://livestream.com/blog/live-streaming-a-conference"> <div class="linkedin"> <div class="share-logo"></div> <p>LINKEDIN</p> </div> </a> <a class="article-share article-share-email" href="https://web.archive.org/web/20211215190907/mailto:/?subject=A guide to live streaming a conference&body=https://livestream.com/blog/live-streaming-a-conference"> <div class="email"> <div class="share-logo"></div> <p>EMAIL</p> </div> </a> </div> </div> <div class="mobile"> <div class="mobile shareblock"> <a class="article-share-fb" target="_blank" href="https://web.archive.org/web/20211215190907/https://www.facebook.com/sharer/sharer.php?u=https://livestream.com/blog/live-streaming-a-conference"> <div class="facebook"> <div class="share-logo"></div> </div> </a> <a class="article-share-twitter" target="_blank" href="https://web.archive.org/web/20211215190907/https://twitter.com/home?status=A guide to live streaming a conference https://livestream.com/blog/live-streaming-a-conference via @Livestream"> <div class="twitter"> <div class="share-logo"></div> </div> </a> <a class="article-share-linkedin" target="_blank" href="https://web.archive.org/web/20211215190907/https://www.linkedin.com/shareArticle?mini=true&url=https://livestream.com/blog/live-streaming-a-conference"> <div class="linkedin"> <div class="share-logo"></div> </div> </a> <a class="article-share-email" href="https://web.archive.org/web/20211215190907/mailto:/?subject=A guide to live streaming a conference&body=https://livestream.com/blog/live-streaming-a-conference"> <div class="email"> <div class="share-logo"></div> </div> </a> </div> </div> </article> </div><div id="marker-2204" class="loadmore-marker"></div> <div id="dimmer-container"> <div id="dimmer" class="close-modal"></div> <div id="subscribe-box" class="modal-window"> <div class="close-modal close-subscribe"></div> <div class="subscription-container"> <h4 class="subscribe-title">Are you ready to go live?</h4> <p class="subscribe-subtitle">Sign up for news, product announcements, and best practices in Livestream's newsletter.</p> <form class="subscribe-table"> <div class="subscribe-row"> <input type="text" placeholder="First Name*" name="name"> </div> <div class="subscribe-row email-row"> <input type="text" placeholder="Email Address*" name="email"> <p class="clearfix error-message">Please Enter a Valid Email Address</p> </div> <div class="subscribe-row"> <input id="submitEmail" class="submit" type="button" value="SUBMIT"> </div> </form> </div> </div> </div> </body> </html><!-- FILE ARCHIVED ON 19:09:07 Dec 15, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 20:48:29 Nov 30, 2024. JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE. ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C. SECTION 108(a)(3)). --> <!-- playback timings (ms): captures_list: 0.838 exclusion.robots: 0.057 exclusion.robots.policy: 0.04 esindex: 0.014 cdx.remote: 16.078 LoadShardBlock: 282.645 (3) PetaboxLoader3.datanode: 184.226 (4) PetaboxLoader3.resolve: 142.588 (2) load_resource: 167.793 -->