CINXE.COM
Town hall live streaming: How to host a virtual town hall | Livestream
<!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/ebooks/how-to-streaming-town-hall-meeting","20211215190927","https://web.archive.org/","web","/_static/", "1639595367"); </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/20211215190927/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/20211215190927im_/https://livestream.com/assets/images/shared/favicon.ico?v=3"> <link rel="icon" type="image/ico" href="/web/20211215190927im_/https://livestream.com/assets/images/shared/favicon.ico?v=3"> <title>Town hall live streaming: How to host a virtual town hall | Livestream</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/20211215190927js_/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/20211215190927js_/https://livestream.com/blog/wp-content/themes/livestreamblog/static/main.js?818327258"></script> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20211215190927cs_/https://livestream.com/blog/wp-content/themes/livestreamblog/style.css?1681720645"> <link rel="stylesheet" type="text/css" href="https://web.archive.org/web/20211215190927cs_/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/20211215190927/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/20211215190927/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/20211215190927cs_/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/20211215190927js_/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="Streaming your town hall meetings, company-wide events, and announcements is an easy, cost-effective way to reach every employee at the same time."/> <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/20211215190927/https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting"/> <meta property="og:locale" content="en_US"/> <meta property="og:type" content="article"/> <meta property="og:title" content="Town hall live streaming: How to host a virtual town hall | Livestream"/> <meta property="og:description" content="Streaming your town hall meetings, company-wide events, and announcements is an easy, cost-effective way to reach every employee at the same time."/> <meta property="og:url" content="https://web.archive.org/web/20211215190927/https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting"/> <meta property="og:site_name" content="Blog"/> <meta property="article:publisher" content="https://www.facebook.com/livestream/"/> <meta property="article:modified_time" content="2021-04-21T16:24:54+00:00"/> <meta property="og:image" content="https://web.archive.org/web/20211215190927im_/https://livestream.com/blog/wp-content/uploads/2017/01/Screen-Shot-2017-01-26-at-9.15.12-AM-e1485531601730.png"/> <meta property="og:image:width" content="2479"/> <meta property="og:image:height" content="1389"/> <meta name="twitter:card" content="summary"/> <meta name="twitter:site" content="@Livestream"/> <meta name="twitter:label1" content="Est. reading time"> <meta name="twitter:data1" content="9 minutes"> <script type="application/ld+json" class="yoast-schema-graph">{"@context":"https://web.archive.org/web/20211215190927/https://schema.org","@graph":[{"@type":"Organization","@id":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/#organization","name":"Livestream","url":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/","sameAs":["https://web.archive.org/web/20211215190927/https://www.facebook.com/livestream/","https://web.archive.org/web/20211215190927/https://www.instagram.com/livestream/","https://web.archive.org/web/20211215190927/https://www.linkedin.com/company/livestream_2","https://web.archive.org/web/20211215190927/https://www.youtube.com/user/Livestreamcom","https://web.archive.org/web/20211215190927/https://www.pinterest.com/livestream/","https://web.archive.org/web/20211215190927/https://twitter.com/Livestream"],"logo":{"@type":"ImageObject","@id":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/#logo","inLanguage":"en-US","url":"https://web.archive.org/web/20211215190927/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/20211215190927/https://livestream.com/blog/#logo"}},{"@type":"WebSite","@id":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/#website","url":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/","name":"Blog","description":"Livestream","publisher":{"@id":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/#organization"},"potentialAction":[{"@type":"SearchAction","target":"https://web.archive.org/web/20211215190927/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/20211215190927/https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting#primaryimage","inLanguage":"en-US","url":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/wp-content/uploads/2017/01/Screen-Shot-2017-01-26-at-9.15.12-AM-e1485531601730.png","width":2479,"height":1389,"caption":"streaming town hall"},{"@type":"WebPage","@id":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting#webpage","url":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting","name":"Town hall live streaming: How to host a virtual town hall | Livestream","isPartOf":{"@id":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/#website"},"primaryImageOfPage":{"@id":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting#primaryimage"},"datePublished":"2021-04-21T15:50:41+00:00","dateModified":"2021-04-21T16:24:54+00:00","description":"Streaming your town hall meetings, company-wide events, and announcements is an easy, cost-effective way to reach every employee at the same time.","breadcrumb":{"@id":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https://web.archive.org/web/20211215190927/https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting"]}]},{"@type":"BreadcrumbList","@id":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"item":{"@type":"WebPage","@id":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/","url":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/","name":"Home"}},{"@type":"ListItem","position":2,"item":{"@type":"WebPage","@id":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/ebooks","url":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/ebooks","name":"Ebooks"}},{"@type":"ListItem","position":3,"item":{"@type":"WebPage","@id":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting","url":"https://web.archive.org/web/20211215190927/https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting","name":"Town hall live streaming: How to host a town hall"}}]}]}</script> <!-- / Yoast SEO Premium plugin. --> <link rel="dns-prefetch" href="//web.archive.org/web/20211215190927/https://s.w.org/"/> <script type="text/javascript"> window._wpemojiSettings = {"baseUrl":"https:\/\/web.archive.org\/web\/20211215190927\/https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/72x72\/","ext":".png","svgUrl":"https:\/\/web.archive.org\/web\/20211215190927\/https:\/\/s.w.org\/images\/core\/emoji\/13.1.0\/svg\/","svgExt":".svg","source":{"concatemoji":"https:\/\/web.archive.org\/web\/20211215190927\/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/20211215190927cs_/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="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/20211215190927/https://livestream.com/blog/?p=852"/> <link rel="alternate" type="application/json+oembed" href="https://web.archive.org/web/20211215190927/https://livestream.com/blog/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flivestreamblog.wpengine.com%2Febooks%2Fhow-to-streaming-town-hall-meeting"/> <link rel="alternate" type="text/xml+oembed" href="https://web.archive.org/web/20211215190927/https://livestream.com/blog/wp-json/oembed/1.0/embed?url=https%3A%2F%2Flivestreamblog.wpengine.com%2Febooks%2Fhow-to-streaming-town-hall-meeting&format=xml"/> </head> <body class="ebook-template-default single single-ebook postid-852"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://web.archive.org/web/20211215190927if_/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/20211215190927/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/20211215190927/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/20211215190927/https://livestream.com/blog">The Stream</a></li> <li><a class="normalized-link" href="/web/20211215190927/https://livestream.com/blog/category/marketing">Marketing</a></li> <li><a class="normalized-link" href="/web/20211215190927/https://livestream.com/blog/category/tech">Tech</a></li> <li><a class="normalized-link" href="/web/20211215190927/https://livestream.com/blog/category/product">Product</a></li> <li><a class="normalized-link" href="/web/20211215190927/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/20211215190927/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/20211215190927/https://livestream.com/"><div class="logo"></div></a> <ul class="categories"> <li class="active"><a class="white-link" href="/web/20211215190927/https://livestream.com/blog">The Stream</a></li> <li><a class="white-link" href="/web/20211215190927/https://livestream.com/blog/category/marketing">Marketing</a></li> <li><a class="white-link" href="/web/20211215190927/https://livestream.com/blog/category/tech">Tech</a></li> <li><a class="white-link" href="/web/20211215190927/https://livestream.com/blog/category/product">Product</a></li> <li><a class="white-link" href="/web/20211215190927/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/20211215190927/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/20211215190927/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-852" class="sidescroll"> <div class="scroll-container"> <a class="article-share" id="sideshare-email" href="https://web.archive.org/web/20211215190927/mailto:/?subject=Town hall live streaming: How to host a town hall&body=https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting"> <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/20211215190927/https://twitter.com/home?status=Town hall live streaming: How to host a town hall https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting 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/20211215190927/https://www.facebook.com/sharer/sharer.php?u=https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting"> <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/20211215190927/https://www.linkedin.com/shareArticle?mini=true&url=https://livestream.com/blog/ebooks/how-to-streaming-town-hall-meeting"> <div class="linkedin"> <div class="share-logo"></div> </div> </a> </div> </div><div class="full-article-container casestudy" id="full-article-852"> <div class="featured-image-container"> <div class="featured-image" style="background-image: url(https://web.archive.org/web/20211215190927im_/https://livestream.com/blog/wp-content/uploads/2017/01/Screen-Shot-2017-01-26-at-9.15.12-AM-e1485531601730.png); background-size:cover; background-position:top; background-repeat:no-repeat;"></div> </div> <div class="whitespace-container"> <div class="whitespace"> <div class="category"> <p>CASE STUDY</p> </div> </div> </div> <article class="article-container"> <div class="article-text"> <h1 class="article-title">Town hall live streaming: How to host a town hall</h1> <div class="article-content"> <p>Not too long ago, town hall meetings involved physical event planning and carefully organized messages, with the goal of rallying employees and leaving them with a firm understanding of the company’s goals.</p> <p>But with more and more companies making the permanent transition to a hybrid or a remote work environment, it’s more crucial than ever to engage employees wherever they are across continents and timezones.</p> <p>Enter the virtual town hall. These live streamed meetings foster a sense of community and alignment for employees without requiring anyone to step foot in a physical conference room.</p> <p>And these trends aren’t about to go away. <a href="https://web.archive.org/web/20211215190927/https://vimeo.com/features/livestreaming">Live streaming</a> is quickly becoming the norm for many businesses — the <a href="https://web.archive.org/web/20211215190927/https://www.brand.live/assets/documents/2018-Live-Video-Benchmark-Report.pdf">2018 Live Video Streaming Benchmark Report</a> found that 53% of respondents were planning on increasing their live video budgets, and 23% were planning on increasing their budgets significantly. Additionally, town hall meetings rely on video and tech to bring staff together.</p> <p>So what does this mean for your company’s internal communications strategy? In this article, we’ll dive into everything you need to know from what a town hall to leveraging video to live stream your next one.</p> <h2><span style="font-weight: 400;">What is a town hall?</span></h2> <p>A town hall, or <a href="https://web.archive.org/web/20211215190927/https://vimeo.com/blog/post/vimeo-virtual-all-hands/">all-hands meeting</a>, is a company-wide meeting that helps leadership connect with employees, share business updates and results, review issues, spotlight successful employees, and align teams to the company’s goals.</p> <p>Town hall meetings look very different than they did just a few years ago. Rather than communing in one central space, workplaces are increasingly distributed with employees collaborating on different digital platforms around the globe.</p> <p>So how do distributed teams stay connected and informed? One of the best ways to maintain employee relationships and keep teams unified is through video. Live streaming a town hall allows employees to watch executive or team updates anywhere they’re located, ask questions and share feedback in real-time, all while maintaining a high level of personalization and interaction at every step.</p> <h2><span style="font-weight: 400;">How to host a virtual town hall meeting in 7 steps</span></h2> <p>Just like their in-person cousin, virtual town halls require lots of planning and organization. After all, a virtual town hall will likely help you reach a wider audience. While it’s easy enough to hit go live and start your live streaming video, you’ll want to make a great impression and engage your employees.</p> <p>With some careful preparation, a few handy tech tools and some strategies to maximize engagement, anyone can create a virtual town hall (and a recurring live event) that’s set up for success. Here’s how to get started.</p> <h3><span style="font-weight: 400;">1. Plan your content with a clear message in mind</span></h3> <p>First thing’s first: align on the key message and purpose before organizing your town hall.</p> <p>Start by asking a few basic questions. Are you communicating goals and priorities for the next quarter? Announcing new leadership hires? Or simply fielding questions after a major company-wide change through a Q&A period? The purpose behind your meeting will determine the content of your presentations.</p> <p>Here are some additional questions to consider when crafting your messaging:</p> <ul> <li style="font-weight: 400;" aria-level="1">By the end of your meeting, what impression or information will you expect your participants to walk away with?</li> <li style="font-weight: 400;" aria-level="1">How will this message support your team’s immediate work objectives and roles?</li> <li style="font-weight: 400;" aria-level="1">What type of feedback, if any, do you require from your viewers?</li> </ul> <p>By knowing the answers to these questions, you’ll be in a better position to guide the agenda, speakers, and message of your company’s next town hall.</p> <h3><span style="font-weight: 400;">2. Build a concise and engaging presentation</span></h3> <p>Once you nail the central message of your town hall, the next step is building a presentation that communicates your purpose while keeping the audience engaged.</p> <p>While taking meetings online means that you can reach every member of your organization at their homes, the drawback is that you can lose out on the focus and energy from a physical setting. You’ll need a clear and concise delivery, a creative approach to presenting yourself authentically, and build trust through engagement tools to nail your message on video.</p> <p>To start, design your presentation materials to retain your audience’s attention. There are two simple ways any presenter can deliver a more engaging and authentic talk.</p> <p>First, keep it short. When formatting text for slides, keep font sizes large and readable and try not to feature too much text in your slides. A handy rule of thumb is the 5-5-5 rule: Aim for five words per line, five lines per slide, and no more than five text-heavy slides in consecutive order.</p> <p>Second, lean into improv. When it comes to a virtual or in-person presentation, it helps to skew on the side of human spontaneity rather than come off overly rehearsed. Sadly, that means that reading your presentation notes off a monitor isn’t going to cut it.</p> <p><a href="https://web.archive.org/web/20211215190927/https://vimeo.com/enterprise/workplace-communication-workshop-typ">In a recent panel hosted by Vimeo</a> on the topic of workplace communications, Vimeo CEO Anjali Sud noted the challenges of fostering organic interaction on virtual communications platforms.</p> <p>“When you’re reading from notes, it comes off even harder for people to feel like you’re having a conversation and they’re hearing from you,” Anjali said. “You can’t be too real. The biggest mistake is not being real or unscripted enough.”</p> <h3><span style="font-weight: 400;">3. Encourage engagement</span></h3> <p>No matter how comfortable you are in front of the camera, addressing a large group of people virtually can be unnerving. Without the physical presence of people in front of you, it’s hard to know if the audience is fired up or distracted by their dog at home.</p> <p>To help bridge the gap, add audience engagement tools to boost the energy of your live stream. Q&As, polls, and built-in chat all help turn attendees into active participants, allowing people to interact with leadership organically without detracting from your central message.</p> <p>For example, the drugstore company <a href="https://web.archive.org/web/20211215190927/https://vimeo.com/blog/post/rite-aid/">Rite Aid made internal communications easy with video</a>. The brand connected with almost 3,000 corporate and field employees in their homes for a town hall – almost sixfold the number of people they previously managed to reach with their annual in-person meetings.</p> <p>This successful town hall experience was the springboard they needed to make the permanent shift to live virtual events to support their teams, share content and strengthen relationships between leadership and employees.</p> <p>“There is strong demand for video and live broadcasts across every department at Rite Aid, and Vimeo will allow us to help meet this demand in a re-imagined workplace that relies more on virtual communications,” says Peter Strella, Rite Aid’s Director of Communications & Creative Media Services.</p> <h3><span style="font-weight: 400;">4. Collect feedback</span></h3> <p>After your town hall or internal meeting, follow up with a quick feedback survey — a simple SurveyMonkey or Google form will easily allow you to gather useful feedback and input from your participants.</p> <p>You can also gather feedback by sending out anonymous Q&As or by posting a poll immediately at the end of the all-hands meeting for feedback.</p> <p>To yield the most helpful responses, questions should encourage honesty, highlight transparency and identify areas of improvement. The <a href="https://web.archive.org/web/20211215190927/https://vimeo.com/blog/post/vimeo-virtual-all-hands/">goal of a successful meeting</a> should be to leave attendees with a clearer understanding of the company’s performance and goals, and the overall feeling that their time was well spent.</p> <p>Beyond soliciting direct feedback from participants, analytics from your video can provide more granular insights in real-time. Built-in analytics dashboard offers stats, including total live viewers, viewer watch time (to help you gauge how engaging your content was), and geographic data to help you pinpoint where your viewers are logging in from.</p> <p>Between the instant real time data at your fingertips and the survey results from attendees, you’ll have a wealth of information to glean from and apply to each upcoming town hall for continuous improvement.</p> <h3><span style="font-weight: 400;">5. Choose your equipment</span></h3> <p>So now you’ve sorted out your key message and you’ve booked a great lineup of speakers. You’ve got your survey ready to send or you’ve fielded the teams for question during the Q&A. Here’s where things might start looking dicey, especially if you don’t have the support of a production team.</p> <p>No matter the live streaming or web conferencing platform you choose, remember to consider your additional live streaming equipment</p> <p>You’ll need a camera as well as the necessary cables if you opt for a higher grade camera.</p> <p>Audio quality is a <a href="https://web.archive.org/web/20211215190927/https://vtrep.com/audio-is-more-important-than-video-picture-quality/">make-or-break factor</a> for the virtual audience. Make it easier for your meeting participants to stay with you by investing in high quality microphones to ensure the best audio quality for your stream.</p> <p>To add to the production quality, consider adding a lighting rig or lighting setup that works for your space.</p> <p>And to put all your video and audio elements together, make sure you have an encoder and switcher. These two components will support your production elements and convert a live feed into a format that can be viewable on computers and mobile devices.</p> <p>For more information on how to put together the best encoding kit for you, check out <a href="https://web.archive.org/web/20211215190927/https://vimeo.com/blog/post/live-streaming-equipment-setup/">essential live streaming equipment guide</a> from Vimeo’s Live Production team lead, Tom Gott. We also have an beginner’s guide on <a href="https://web.archive.org/web/20211215190927/https://livestream.com/blog/how-to-live-stream">how to live stream</a> to ensure a smooth stream.</p> <h3><span style="font-weight: 400;">6. Choose your live streaming software</span></h3> <p>The technological fun doesn’t stop at live streaming equipment. Once you’ve got everything plugged in, you’ll still need a live streaming platform to bring your presentation to life.</p> <p>For a successful town hall live stream, look for a feature-rich platform. Tools like white-labeling or corporate branded options, SSO, and password protection guarantee your content stays secure. Analytics provide insight into who is watching, from where, and on which device.</p> <h3><span style="font-weight: 400;">7. Test everything</span></h3> <p>Before you’re ready to go live with your town hall, you’ll need to test your tech to make sure that everything is in working order. Pay close attention to these elements:</p> <p><strong>Stream quality</strong></p> <p>To ensure your video and audio stream quality are exactly as you want them and plan to test your stream on your smartphone, web cam, or external camera before your go live date. You’ll also want to optimize your internet bandwidth by connecting directly to the router, if possible, and maxing out your upload speed and bandwidth.</p> <p><strong>Break out the circuits</strong></p> <p>The last thing you want after undergoing all the work to pull together a professional quality virtual town hall meeting is a short circuit. Lights, cameras, audio – all of those require sufficient power to run successfully, and that’s only attainable by making sure each has their own circuit. And that means <i>everything</i> — your encoders should each be on their own circuits too.</p> <p><strong>It takes a video village – so make room for one!</strong></p> <p>Even though your town hall meeting is taking place virtually, you’ll still want to clear some physical space for your video production team. Make sure you have adequate room and seating so that your production team can comfortably coordinate, set up their bulky equipment and produce your meeting to the best of their ability.</p> <h2><span style="font-weight: 400;">Wrap up: Launch your next town hall meeting</span></h2> <p>Hopefully you have a clearer idea of how to live stream your next town hall meeting. If this is your first time planning a virtual town hall or all-hands, it can be seriously daunting.</p> <p>While virtual town halls may not have the intimate atmosphere of in-person meetings, there are a lot of benefits in a hybrid work world. Virtual town halls allow companies to reach more of their employees, foster a stronger team, and future-proof any internal communications strategies.</p> <p>No matter the medium, town halls are not just a useful means of aligning team members on company values and objectives. They’re a necessary organizational investment as the workforce makes its permanent shift online.</p> <p>To fast track your team into the future and unlock the unlimited potential of virtual communications, <a href="https://web.archive.org/web/20211215190927/https://vimeo.com/solutions/communications">make internal comms easier with video</a>.</p> <hr/> <h3><a href="https://web.archive.org/web/20211215190927/https://vimeo.com/enterprise/how-to-stream-your-town-hall-meeting">DOWNLOAD THE “HOW TO STREAM YOUR TOWN HALL” GUIDE</a></h3> <p>Streaming your town hall meetings, company-wide events, and announcements is an easy, cost-effective way to reach every employee at the same time. Streaming globally helps your employees feel connected and engaged. With Vimeo’s enterprise-grade live streaming solutions, you have complete control over who sees your live event.</p> <p><em>Originally published on January 26, 2017 by Caroline Golum. Updated on April 21, 2021 by Jessica Wei.</em></p> </div> </div> <div class="content-divider"></div> <a target="_top" href="//web.archive.org/web/20211215190927/https://vimeo.com/enterprise/how-to-stream-your-town-hall-meeting"> <div class="download-pdf"> <p>DOWNLOAD PDF</p> </div> </a> </article> </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 id="casestudy-box" class="modal-window"> <div class="close-subscribe close-modal"></div> <div class="subscription-container"> <h4 class="subscribe-title">Submit to Read On</h4> <form id="casestudy-subscription" class="subscribe-table ui form"> <input type="hidden" name="postID" value="852"></input> <div class="field"> <label name="first-name">First Name*</label> <div class="field"> <input type="text" name="first-name"> </div> </div> <div class="field"> <label name="last-name">Last Name*</label> <div class="field"> <input type="text" name="last-name"> </div> </div> <div class="field"> <label name="cs-email">Email*</label> <div class="field"> <input type="text" name="cs-email"> </div> </div> <div class="field"> <label name="phone">Phone*</label> <div class="field"> <input type="text" name="phone"> </div> </div> <div class="field"> <label name="company">Company*</label> <div class="field"> <input type="text" name="company"> </div> </div> <div class="inline field"> <div class="ui checkbox"> <input type="checkbox"> <label>Subscribe to updates</label> </div> </div> <div class="ui primary button" tabindex="0">SUBMIT</div> </form> </div> </div> </div> <div class="footer-container"> <div class="footer_wrapper"> <footer id="footer" class="footer"> <section class="footer_info_wrapper"> <ul class="footer_info"> <li class="footer_info_column about"> <h3>About</h3> <ul class="footer_list"> <li><a href="/web/20211215190927/https://livestream.com/about" alt="What is Livestream?" title="Livestream | What is Livestream?">What is Livestream?</a></li> <li><a href="https://web.archive.org/web/20211215190927/https://vimeo.com/jobs" alt="Careers" title="Livestream | Careers at Livestream">Careers</a></li> <li><a href="https://web.archive.org/web/20211215190927/http://livestream.com/blog" alt="Blog" title="Livestream | Product and Producers Blog">Blog</a></li> <li><a href="/web/20211215190927/https://livestream.com/contact" alt="Contact" title="Livestream | Contact Us">Contact</a></li> </ul> </li> <li class="footer_info_column products"> <h3>Products</h3> <ul class="footer_list"> <li><a href="https://web.archive.org/web/20211215190927/https://vimeo.com/enterprise" title="Vimeo Enterprise">Vimeo Enterprise</a></li> <li><a href="https://web.archive.org/web/20211215190927/https://livestream.com/studio" alt="Studio" title="Livestream Studio™ | Live Production Hardware and Software">Studio</a></li> </ul> </li> <li class="footer_info_column resellers"> <h3>Services</h3> <ul class="footer_list"> <li><a href="https://web.archive.org/web/20211215190927/http://productions.livestream.com/" alt="Production" title="Livestream | Production Services">Production</a></li> </ul> </li> <li class="footer_info_column services"> <h3>Discover</h3> <ul class="footer_list"> <li><a href="/web/20211215190927/https://livestream.com/watch" title="Livestream | Discover Live Events">Watch</a></li> </ul> </li> <li class="footer_info_column venues"> </li> <li class="footer_info_column sales_support"> <h3>Sales & Support </h3> <ul class="footer_list"> <li><a href="https://web.archive.org/web/20211215190927/https://help.livestream.com/" title="Livestream | Help" alt="Help">Get Help - 7 days a week</a></li> <li><a href="/web/20211215190927/https://livestream.com/contact" title="Livestream | Contact Us" alt="Contact Us">Contact Us</a></li> <li><span class="gray">United States :</span> <a href="tel:8779778732">877 977 8732</a></li> <li><span class="gray">International :</span> <a href="https://web.archive.org/web/20211215190927/tel:+16464901679">+1 646 490 1679</a></li> </ul> </li> </ul> </section> <section class="footer_links_wrapper"> <div class="footer_links"> <ul> <li>© Livestream 2016</li> <li><a href="/web/20211215190927/https://livestream.com/terms" alt="Terms & Privacy" title="Livestream | Terms of Use and Privacy Policy">Terms & Privacy</a></li> <li><a href="https://web.archive.org/web/20211215190927/http://status.livestream.com/" alt="Service Status" title="Livestream | Service Status" class="service_status">Service Status</a></li> </ul> </div> <div class="made_in_ny_logo">Made in NY</div> <div class="original_livestream"></div> </section> </footer> </div> <div class="mobile_footer_wrapper"> <ul class="footer_left_part"> <li class="mobile_footer_contact"><a href="/web/20211215190927/https://livestream.com/contact" title="Livestream | Contact Us" alt="Contact Us">Contact Us</a></li> <li class="mobile_footer_help"><a href="https://web.archive.org/web/20211215190927/https://help.livestream.com/" title="Livestream | Help" alt="Help">Help</a></li> </ul> <ul class="footer_right_part"> <li>© Livestream</li> </ul> </div> </div> <!-- This site is converting visitors into subscribers and customers with OptinMonster - https://optinmonster.com--> <script type="text/javascript" src="https://web.archive.org/web/20211215190927js_/https://a.opmnstr.com/app/js/api.min.js" data-account="5770" data-user="24069" async></script> <!-- / OptinMonster --> </body> </html><!-- FILE ARCHIVED ON 19:09:27 Dec 15, 2021 AND RETRIEVED FROM THE INTERNET ARCHIVE ON 07:21:21 Dec 04, 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.571 exclusion.robots: 0.027 exclusion.robots.policy: 0.017 esindex: 0.01 cdx.remote: 53.939 LoadShardBlock: 333.054 (3) PetaboxLoader3.datanode: 205.438 (4) PetaboxLoader3.resolve: 258.385 (2) load_resource: 221.608 -->