<!DOCTYPE html><html id="phx-wrapper" lang="en-us"><head><style type="text/css">[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {display: none !important;}
</style><script>var appCacheBuster = "v=2018-11-21-215450-c2095d2-012080";</script><script>window.Promise||document.write('<script src="/.bootscripts/polyfills/promise.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>window.fetch||document.write('<script src="/.bootscripts/polyfills/fetch.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>Object.assign||document.write('<script src="/.bootscripts/polyfills/assign.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>(typeof window.Element.prototype.closest === 'function')||document.write('<script src="/.bootscripts/polyfills/element-closest.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>(window.customElements&&window.customElements.define&&window.customElements.get&&window.customElements.whenDefined)||document.write('<script src="/.bootscripts/polyfills/webcomponents.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>(String.prototype.endsWith||String.prototype.startsWith)||document.write('<script src="/.bootscripts/polyfills/string.min.js?' + appCacheBuster + '"></s'+'cript>');</script><script>"use strict";if(typeof IntersectionObserver==="undefined"||"IntersectionObserver"in window&&"IntersectionObserverEntry"in window&&!("isIntersecting"in window.IntersectionObserverEntry.prototype)){document.write("<script src=\"/.bootscripts/polyfills/intersectionobserver.min.js?"+appCacheBuster+"\"></s"+"cript>")}</script><script>"use strict";(function(){if(typeof window.CustomEvent==="function")return false;function CustomEvent(event,params){params=params||{bubbles:false,cancelable:false,detail:undefined};var evt=document.createEvent("CustomEvent");evt.initCustomEvent(event,params.bubbles,params.cancelable,params.detail);return evt}CustomEvent.prototype=window.Event.prototype;window.CustomEvent=CustomEvent})();</script><script>(function(siteProductionDomain, useCMP) {"use strict";function _toConsumableArray(arr){return _arrayWithoutHoles(arr)||_iterableToArray(arr)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance")}function _iterableToArray(iter){if(Symbol.iterator in Object(iter)||Object.prototype.toString.call(iter)==="[object Arguments]")return Array.from(iter)}function _arrayWithoutHoles(arr){if(Array.isArray(arr)){for(var i=0,arr2=new Array(arr.length);i<arr.length;i++){arr2[i]=arr[i]}return arr2}}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor)}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);return Constructor}var VENDOR_CONSENT_COOKIE_NAME="euconsent";var RANGE_ENCODING=1;var CONSENT_STRING_VERSION=1;var SHARED_FIELD_MAP=[{name:"cookieVersion",type:"int",numBits:6},{name:"created",type:"date",numBits:36},{name:"lastUpdated",type:"date",numBits:36},{name:"cmpId",type:"int",numBits:12},{name:"cmpVersion",type:"int",numBits:12},{name:"consentScreen",type:"int",numBits:6},{name:"consentLanguage",type:"6bitchar",numBits:12},{name:"vendorListVersion",type:"int",numBits:12}];var VENDOR_FIELD_MAP={fields:SHARED_FIELD_MAP.concat([{name:"purposeIdBitString",type:"bits",numBits:24},{name:"maxVendorId",type:"int",numBits:16},{name:"encodingType",type:"int",numBits:1},{name:"defaultConsent",type:"bool",numBits:1},{name:"numEntries",type:"int",numBits:12},{name:"vendorRangeList",type:"list",listCount:function listCount(decodedObject){return decodedObject.numEntries},validator:function validator(decodedObject){return decodedObject.encodingType===RANGE_ENCODING},fields:[{name:"isRange",type:"bool",numBits:1},{name:"startVendorId",type:"int",numBits:16},{name:"endVendorId",type:"int",numBits:16,validator:function validator(decodedObject){return decodedObject.isRange}}]}])};var PUBLISHER_CONSENT_COOKIE_NAME="eupubconsent";var PUBLISHER_FIELD_MAP={fields:SHARED_FIELD_MAP.concat([{name:"publisherPurposeVersion",type:"int",numBits:12},{name:"standardPurposeIdBitString",type:"bits",numBits:24},{name:"numCustomPurposes",type:"int",numBits:6},{name:"customPurposeIdBitString",type:"bits",numBits:function numBits(decodedObject){return decodedObject.numCustomPurposes}}])};var SIX_BIT_ASCII_OFFSET=65;var GdprStatus=function(){_createClass(GdprStatus,[{key:"VENDOR_IDS",get:function get(){return{indexexchange:10,sovrn:13,oath:25,appnexus:32,rhythmone:36,skimbit:46,rubicon:52,"33across":58,sift:69,pubmatic:76,comscore:77,criteo:91,teads:132,spotx:165,revcontent:203,adobe:264,nielsen:373,clicksco:493}}},{key:"PURPOSE_IDS",get:function get(){return{storage:1,personalization:2,advertising:3,content:4,measurement:5}}}]);function GdprStatus(){var _this=this;_classCallCheck(this,GdprStatus);this.decoder=new CmpCookieDecoder;this.applicablePromise=new Promise(function(resolve,reject){var detectionTimeout=setTimeout(function(){reject("Timeout")},1000);_this.setApplicable=function(result){clearTimeout(detectionTimeout);resolve(result)}})}_createClass(GdprStatus,[{key:"isApplicable",value:function isApplicable(){if(window.location.hash&&window.location.hash==="#assumeGdprApplicable"&&window.location.hostname!==this._siteProductionDomain){return Promise.resolve(true)}return this.applicablePromise}},{key:"isConsentSet",value:function isConsentSet(){if(!this._useCMP){return false}return!!this.decoder.readCookie(VENDOR_CONSENT_COOKIE_NAME)||!!this.decoder.readCookie(PUBLISHER_CONSENT_COOKIE_NAME)}},{key:"waitForConsentValue",value:function waitForConsentValue(){var _this2=this;if(!this._useCMP){return Promise.resolve()}if(!this._consentSetPromise){this._consentSetPromise=new Promise(function(resolve,reject){if(_this2.isConsentSet()){resolve(true);return}function setCallback(){if(window.phxConsentManagement){window.phxConsentManagement.setConsentUiCallback(function(){resolve(true)});return true}return false}if(!setCallback()){window.setTimeout(function(){if(!setCallback()){reject("phxConsentManagement was not resolved in time.")}},1000)}})}return this._consentSetPromise}},{key:"isConsentGivenForPublisherPurpose",value:function isConsentGivenForPublisherPurpose(purposeId){if(!this._useCMP){return Promise.resolve(false)}return this.getPublisherConsentValues().then(function(publisherValues){return publisherValues&&(publisherValues.selectedPurposeIds.has(purposeId)||publisherValues.selectedCustomPurposeIds.has(purposeId))})}},{key:"isConsentGivenForVendorPurpose",value:function isConsentGivenForVendorPurpose(purposeId){if(!this._useCMP){return Promise.resolve(false)}return Promise.all([this.getVendorConsentValues(),this.getPublisherConsentValues()]).then(function(values){var vendorValues=values[0];var publisherValues=values[1];return vendorValues&&vendorValues.selectedPurposeIds.has(purposeId)&&publisherValues&&(publisherValues.selectedPurposeIds.has(purposeId)||publisherValues.selectedCustomPurposeIds.has(purposeId))})}},{key:"isConsentGivenForVendor",value:function isConsentGivenForVendor(vendorId){if(!this._useCMP){return Promise.resolve(false)}return this.getVendorConsentValues().then(function(consentValues){return consentValues&&consentValues.selectedVendorIds.has(vendorId)})}},{key:"getVendorConsentValues",value:function getVendorConsentValues(){var cookie=this.decoder.readCookie(VENDOR_CONSENT_COOKIE_NAME);return Promise.resolve(cookie&&this.decoder.decodeVendorConsentData(cookie))}},{key:"getPublisherConsentValues",value:function getPublisherConsentValues(){var cookie=this.decoder.readCookie(PUBLISHER_CONSENT_COOKIE_NAME);return Promise.resolve(cookie&&this.decoder.decodePublisherConsentData(cookie))}},{key:"siteProductionDomain",set:function set(siteProductionDomain){this._siteProductionDomain=siteProductionDomain}},{key:"useCMP",set:function set(state){this._useCMP=state}}]);return GdprStatus}();var CmpCookieDecoder=function(){function CmpCookieDecoder(){_classCallCheck(this,CmpCookieDecoder)}_createClass(CmpCookieDecoder,[{key:"_decodeBitsToInt",value:function _decodeBitsToInt(bitString,start,length){return parseInt(bitString.substr(start,length),2)}},{key:"_decodeBitsToDate",value:function _decodeBitsToDate(bitString,start,length){return new Date(this._decodeBitsToInt(bitString,start,length)*100)}},{key:"_decodeBitsToBool",value:function _decodeBitsToBool(bitString,start){return parseInt(bitString.substr(start,1),2)===1}},{key:"_decode6BitCharacters",value:function _decode6BitCharacters(bitString,start,length){var decoded="";var decodeStart=start;while(decodeStart<start+length){decoded+=String.fromCharCode(SIX_BIT_ASCII_OFFSET+this._decodeBitsToInt(bitString,decodeStart,6));decodeStart+=6}return decoded}},{key:"_decodeField",value:function _decodeField(_ref){var _this3=this;var input=_ref.input,output=_ref.output,startPosition=_ref.startPosition,field=_ref.field;var type=field.type,numBits=field.numBits,listCount=field.listCount,validator=field.validator;if(typeof validator==="function"){if(!validator(output)){return{newPosition:startPosition}}}var bitCount=typeof numBits==="function"?numBits(output):numBits;var listEntryCount=typeof listCount==="function"?listCount(output):typeof listCount==="number"?listCount:0;switch(type){case"int":return{fieldValue:this._decodeBitsToInt(input,startPosition,bitCount)};case"bool":return{fieldValue:this._decodeBitsToBool(input,startPosition)};case"date":return{fieldValue:this._decodeBitsToDate(input,startPosition,bitCount)};case"bits":return{fieldValue:input.substr(startPosition,bitCount)};case"6bitchar":return{fieldValue:this._decode6BitCharacters(input,startPosition,bitCount)};case"list":return new Array(listEntryCount).fill().reduce(function(acc){var _this3$_decodeFields=_this3._decodeFields({input:input,fields:field.fields,startPosition:acc.newPosition}),decodedObject=_this3$_decodeFields.decodedObject,newPosition=_this3$_decodeFields.newPosition;return{fieldValue:_toConsumableArray(acc.fieldValue).concat([decodedObject]),newPosition:newPosition}},{fieldValue:[],newPosition:startPosition});default:return{};}}},{key:"_decodeFields",value:function _decodeFields(_ref2){var _this4=this;var input=_ref2.input,fields=_ref2.fields,_ref2$startPosition=_ref2.startPosition,startPosition=_ref2$startPosition===void 0?0:_ref2$startPosition;var position=startPosition;var decodedObject=fields.reduce(function(acc,field){var name=field.name,numBits=field.numBits;var _this4$_decodeField=_this4._decodeField({input:input,output:acc,startPosition:position,field:field}),fieldValue=_this4$_decodeField.fieldValue,newPosition=_this4$_decodeField.newPosition;if(fieldValue!==undefined){acc[name]=fieldValue}if(newPosition!==undefined){position=newPosition}else if(typeof numBits==="number"){position+=numBits}return acc},{});return{decodedObject:decodedObject,newPosition:position}}},{key:"_decodeCookieValue",value:function _decodeCookieValue(cookieValue,definitionMap){var unsafe=cookieValue.replace(/-/g,"+").replace(/_/g,"/")+"==".substring(0,3*cookieValue.length%4);var bytes=window.atob(unsafe);var inputBits="";for(var i=0;i<bytes.length;i++){var bitString=bytes.charCodeAt(i).toString(2);inputBits+=bitString.padStart(8,"0")}var _this$_decodeFields=this._decodeFields({input:inputBits,fields:definitionMap.fields}),decodedObject=_this$_decodeFields.decodedObject;return decodedObject}},{key:"_decodePublisherCookieValue",value:function _decodePublisherCookieValue(cookieValue){return this._decodeCookieValue(cookieValue,PUBLISHER_FIELD_MAP)}},{key:"_decodeVendorCookieValue",value:function _decodeVendorCookieValue(cookieValue){return this._decodeCookieValue(cookieValue,VENDOR_FIELD_MAP)}},{key:"_decodeBitsToIds",value:function _decodeBitsToIds(bitString){return bitString.split("").reduce(function(acc,bit,index){if(bit==="1"){acc.add(index+1)}return acc},new Set)}},{key:"decodePublisherConsentData",value:function decodePublisherConsentData(cookieValue){var _this$_decodePublishe=this._decodePublisherCookieValue(cookieValue),cookieVersion=_this$_decodePublishe.cookieVersion,cmpId=_this$_decodePublishe.cmpId,vendorListVersion=_this$_decodePublishe.vendorListVersion,publisherPurposeVersion=_this$_decodePublishe.publisherPurposeVersion,created=_this$_decodePublishe.created,lastUpdated=_this$_decodePublishe.lastUpdated,standardPurposeIdBitString=_this$_decodePublishe.standardPurposeIdBitString,customPurposeIdBitString=_this$_decodePublishe.customPurposeIdBitString;if(cookieVersion!==CONSENT_STRING_VERSION){throw new Error("Unsupported cookie version detected")}return{cookieVersion:cookieVersion,cmpId:cmpId,vendorListVersion:vendorListVersion,publisherPurposeVersion:publisherPurposeVersion,created:created,lastUpdated:lastUpdated,selectedPurposeIds:this._decodeBitsToIds(standardPurposeIdBitString),selectedCustomPurposeIds:this._decodeBitsToIds(customPurposeIdBitString)}}},{key:"decodeVendorConsentData",value:function decodeVendorConsentData(cookieValue){var _this$_decodeVendorCo=this._decodeVendorCookieValue(cookieValue),cookieVersion=_this$_decodeVendorCo.cookieVersion,cmpId=_this$_decodeVendorCo.cmpId,cmpVersion=_this$_decodeVendorCo.cmpVersion,consentScreen=_this$_decodeVendorCo.consentScreen,consentLanguage=_this$_decodeVendorCo.consentLanguage,vendorListVersion=_this$_decodeVendorCo.vendorListVersion,purposeIdBitString=_this$_decodeVendorCo.purposeIdBitString,maxVendorId=_this$_decodeVendorCo.maxVendorId,created=_this$_decodeVendorCo.created,lastUpdated=_this$_decodeVendorCo.lastUpdated,defaultConsent=_this$_decodeVendorCo.defaultConsent,encodingType=_this$_decodeVendorCo.encodingType,numEntries=_this$_decodeVendorCo.numEntries,vendorRangeList=_this$_decodeVendorCo.vendorRangeList;if(cookieVersion!==CONSENT_STRING_VERSION){throw new Error("Unsupported cookie version detected")}var cookieData={cookieVersion:cookieVersion,cmpId:cmpId,cmpVersion:cmpVersion,consentScreen:consentScreen,consentLanguage:consentLanguage,vendorListVersion:vendorListVersion,encodingType:encodingType,numEntries:numEntries,selectedPurposeIds:this._decodeBitsToIds(purposeIdBitString),maxVendorId:maxVendorId,created:created,lastUpdated:lastUpdated};if(encodingType===RANGE_ENCODING){var idMap=vendorRangeList.reduce(function(acc,_ref3){var isRange=_ref3.isRange,startVendorId=_ref3.startVendorId,endVendorId=_ref3.endVendorId;var lastVendorId=isRange?endVendorId:startVendorId;for(var i=startVendorId;i<=lastVendorId;i++){acc[i]=true}return acc},{});cookieData.selectedVendorIds=new Set;for(var i=0;i<=maxVendorId;i++){if(defaultConsent&&!idMap[i]||!defaultConsent&&idMap[i]){cookieData.selectedVendorIds.add(i)}}}else{throw new Error("Unsupported vendor encoding")}return cookieData}},{key:"readCookie",value:function readCookie(name){var value="; ".concat(document.cookie);var parts=value.split("; ".concat(name,"="));if(parts.length===2){return parts.pop().split(";").shift()}}}]);return CmpCookieDecoder}();window.GdprStatus=new GdprStatus;window.GdprStatus.siteProductionDomain = siteProductionDomain;
window.GdprStatus.useCMP = useCMP;
})('www.svconline.com', false);</script><script async src="/.eea.js"></script><script>(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
</script><script>window.googleAnalyticsConfig = {"trackers":[{"name":"_tempestTracker","id":"UA-1778701-17","cookieDomain":"www.svconline.com","sendEvents":true,"customDimensionMap":{"pageType":1,"parentSectionName":2,"authorName":3,"publicationQuarter":4,"channelName":11,"subscriptionStatus":12,"sectionPath":13,"eeaStatus":14,"trackedRichTermNames":16}},{"name":"_siteTracker","id":"UA-2342357-47","cookieDomain":"www.svconline.com","sendEvents":true,"customDimensionMap":{"subscriptionStatus":null,"sectionPath":null,"publicationQuarter":null,"authorName":7,"pageType":null,"channelName":null,"parentSectionName":null,"trackedRichTermNames":null}}],"initialModel":{"title":"Blogcast","pageType":"Rich Term Page","path":"/tag/blogcast","subscriptionStatus":"Unsubscribed","channelName":"Web"},"experimentId":null} || {trackers: []};
window.GdprStatus.isApplicable().then(function(isApplicable) {
  (function (googleAnalyticsConfig) {"use strict";var experimentVariant=null;if(window.cxApi){experimentVariant=cxApi.chooseVariation(googleAnalyticsConfig.experimentid);window.phxExperimentVariant=experimentVariant}googleAnalyticsConfig.sendPageView=function(model){model.experimentVariant=experimentVariant;model.subscriptionStatus=window.TempestIdentity&&window.TempestIdentity.benefits.premiumExperience?"Premium":"Unsubscribed";for(var i=0;i<googleAnalyticsConfig.trackers.length;i++){var tracker=googleAnalyticsConfig.trackers[i];if(tracker.experimentOnly&&!experimentVariant){continue}var config={};var prefix="";if(tracker.name){config.name=tracker.name;prefix=tracker.name+"."}if(tracker.cookieDomain){config.cookieDomain=tracker.cookieDomain}if(tracker.sampleRate){config.sampleRate=tracker.sampleRate}model.eeaStatus=isApplicable?"1":"0";if(isApplicable){config.storage="none";config.storeGac=false}ga("create",tracker.id,config);if(isApplicable){ga(prefix+"set","displayFeaturesTask",null)}ga(prefix+"set","page",model.path);ga(prefix+"set","title",model.title);ga(prefix+"set","anonymizeIp",true);var cd=tracker.customDimensionMap;for(var k in cd){if(!cd[k]||!cd.hasOwnProperty(k)){continue}var val=model[k];if(val!==undefined&&val!==null){ga(prefix+"set","dimension"+cd[k],""+val)}}ga(prefix+"send","pageview",model.path)}};var model=googleAnalyticsConfig.initialModel;model.positionInSession="initial";googleAnalyticsConfig.sendPageView(model);window._gaSent=true;  })(window.googleAnalyticsConfig);
});</script><script>"use strict";(function(){var pageLoadPromises=[];window.getTimedOutPageLoadPromise=function(timeoutMs){if(document.readyState==="complete"){return Promise.resolve(true)}else{var pageLoadPromise=new Promise(function(resolve,reject){window.addEventListener("load",function(){resolve(true)});pageLoadPromises.push(setTimeout(function(){resolve(true)},timeoutMs||0))});return pageLoadPromise}};window.addEventListener("load",function(){for(var i in pageLoadPromises){window.clearTimeout(pageLoadPromises[i])}})})();</script><script>"use strict";function _typeof(obj){if(typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"){_typeof=function _typeof(obj){return typeof obj}}else{_typeof=function _typeof(obj){return obj&&typeof Symbol==="function"&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj}}return _typeof(obj)}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,descriptor.key,descriptor)}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);return Constructor}function _possibleConstructorReturn(self,call){if(call&&(_typeof(call)==="object"||typeof call==="function")){return call}return _assertThisInitialized(self)}function _assertThisInitialized(self){if(self===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return self}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function")}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:true,configurable:true}});if(superClass)_setPrototypeOf(subClass,superClass)}function _wrapNativeSuper(Class){var _cache=typeof Map==="function"?new Map:undefined;_wrapNativeSuper=function _wrapNativeSuper(Class){if(Class===null||!_isNativeFunction(Class))return Class;if(typeof Class!=="function"){throw new TypeError("Super expression must either be null or a function")}if(typeof _cache!=="undefined"){if(_cache.has(Class))return _cache.get(Class);_cache.set(Class,Wrapper)}function Wrapper(){return _construct(Class,arguments,_getPrototypeOf(this).constructor)}Wrapper.prototype=Object.create(Class.prototype,{constructor:{value:Wrapper,enumerable:false,writable:true,configurable:true}});return _setPrototypeOf(Wrapper,Class)};return _wrapNativeSuper(Class)}function isNativeReflectConstruct(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Date.prototype.toString.call(Reflect.construct(Date,[],function(){}));return true}catch(e){return false}}function _construct(Parent,args,Class){if(isNativeReflectConstruct()){_construct=Reflect.construct}else{_construct=function _construct(Parent,args,Class){var a=[null];a.push.apply(a,args);var Constructor=Function.bind.apply(Parent,a);var instance=new Constructor;if(Class)_setPrototypeOf(instance,Class.prototype);return instance}}return _construct.apply(null,arguments)}function _isNativeFunction(fn){return Function.toString.call(fn).indexOf("[native code]")!==-1}function _setPrototypeOf(o,p){_setPrototypeOf=Object.setPrototypeOf||function _setPrototypeOf(o,p){o.__proto__=p;return o};return _setPrototypeOf(o,p)}function _getPrototypeOf(o){_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf:function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o)};return _getPrototypeOf(o)}var DELAY_TIMEOUT=30000;var PhoenixScript=function(_HTMLElement){_inherits(PhoenixScript,_HTMLElement);function PhoenixScript(){_classCallCheck(this,PhoenixScript);return _possibleConstructorReturn(this,_getPrototypeOf(PhoenixScript).apply(this,arguments))}_createClass(PhoenixScript,[{key:"connectedCallback",value:function connectedCallback(){this.delayLoad=this.hasAttribute("delay-load");this.blockPremium=this.hasAttribute("block-premium");this.blockGdprApplicable=this.hasAttribute("block-on-gdpr-applicable");this.waitForApp=this.hasAttribute("wait-for-app");this.templateId=this.getAttribute("script-id");this.scriptSrc=this.getAttribute("src");if(!this.templateId&&!this.scriptSrc){throw new Error("script-id or src is required")}if(this.templateId&&this.scriptSrc){throw new Error("script-id and src are mutually exclusive")}this.consentVendorId=parseInt(this.getAttribute("block-on-gdpr-vendor-consent"),10);this.consentPurposeId=parseInt(this.getAttribute("block-on-gdpr-purpose-consent"),10);this.blockGdprConsent=this.consentVendorId||this.consentPurposeId;this._handleWaitForPromises()}},{key:"_whenPageLoaded",value:function _whenPageLoaded(timeoutMs){var _this=this;if(document.readyState==="complete"){return Promise.resolve()}else{if(!this.delayLoadTimeouts){this.delayLoadTimeouts=[]}window.addEventListener("load",function(){for(var i in _this.delayLoadTimeouts){window.clearTimeout(_this.delayLoadTimeouts[i])}});return new Promise(function(resolve,reject){window.addEventListener("load",resolve);_this.delayLoadTimeouts.push(setTimeout(resolve,timeoutMs||0))})}}},{key:"_whenAppLoaded",value:function _whenAppLoaded(){if(window._angularAppLoaded===true){return Promise.resolve()}else{return new Promise(function(resolve,reject){window.addEventListener("angularAppLoaded",resolve)})}}},{key:"_handleWaitForPromises",value:function _handleWaitForPromises(){var _this2=this;var promises=[];if(this.delayLoad){promises.push(this._whenPageLoaded(DELAY_TIMEOUT))}if(this.waitForApp){promises.push(this._whenAppLoaded())}if(this.blockPremium){if(!window.phxConfigQueue){throw new Error("config object is necessary to check premium")}promises.push(new Promise(function(resolve,reject){window.phxConfigQueue.push(function(){if(this.user.hasPremium()){reject()}else{resolve()}})}))}var gdpr=window.GdprStatus;if(this.blockGdprApplicable){if(!gdpr){throw new Error("window.GdprStatus is required")}promises.push(new Promise(function(resolve,reject){gdpr.isApplicable().then(function(isApplicable){if(!isApplicable){resolve()}else{reject()}})}))}if(this.blockGdprConsent){if(!gdpr){throw new Error("window.GdprStatus is required")}promises.push(new Promise(function(resolve,reject){return gdpr.isApplicable().then(function(isApplicable){if(isApplicable){gdpr.waitForConsentValue().then(function(){var promises=[];if(_this2.consentVendorId){promises.push(gdpr.isConsentGivenForVendorPurpose(_this2.consentPurposeId));promises.push(gdpr.isConsentGivenForVendor(_this2.consentVendorId))}else{promises.push(gdpr.isConsentGivenForPublisherPurpose(_this2.consentPurposeId));promises.push(Promise.resolve(true))}Promise.all(promises).then(function(values){if(values[0]&&values[1]){resolve()}else{reject()}})})}else{resolve()}})}))}Promise.all(promises).then(function(){_this2._inject()}).catch(function(){})}},{key:"_inject",value:function _inject(){var script=document.createElement("script");if(this.scriptSrc){script.src=this.scriptSrc}else if(this.templateId){var template=document.getElementById(this.templateId);if(!template){throw new Error("template not found for "+this.templateId)}script.innerHTML=template.innerHTML;template.parentElement.removeChild(template)}this.appendChild(script)}}]);return PhoenixScript}(_wrapNativeSuper(HTMLElement));window.customElements.define("phoenix-script",PhoenixScript);</script><script>(function(d) {
    var config = {
        kitId: "plr0hmd",
        scriptTimeout: 3000,
        async: true,
        active: function (){
            var fontLoaded = new Event('typekitFontLoaded');
            d.dispatchEvent(fontLoaded);
        }
    },
    h=d.documentElement,t=setTimeout(function(){h.className=h.className.replace(/\bwf-loading\b/g,'')+' wf-inactive';},config.scriptTimeout),tk=d.createElement('script'),f=false,s=d.getElementsByTagName('script')[0],a;h.className+=' wf-loading';tk.src='https://use.typekit.net/'+config.kitId+'.js';tk.async=true;tk.onload=tk.onreadystatechange=function(){a=this.readyState;if(f||a&&a!='complete'&&a!='loaded')return;f=true;clearTimeout(t);try{Typekit.load(config)}catch(e){}};s.parentNode.insertBefore(tk,s)
})(document);
</script><link rel="stylesheet" href="/components/filament-sticky/fixedsticky.css?v=2018-11-21-215450-c2095d2-012080"><link rel="stylesheet" href="/site/styles/main.min.css?config=published&amp;cv=f192e1e06f365b6bd6a384ba7f9c0144&amp;v=2018-11-21-215450-c2095d2-012080"><script>(function () {
    var givenQs = '&' + window.location.search.substr(1) + '&';
    var newQs = givenQs.replace(/&(bt_email|vero_id)=[^&]+&/, '&REDACTED=REDACTED&');
    if (newQs !== givenQs) {
        console.warn('We have redacted a personal information argument in the query string');
        var newUrl = window.location.pathname + '?' + newQs.substr(1, newQs.length - 2);
        window.history.replaceState({}, '', newUrl);
    }
})();
</script><script>var phxConfigQueue = window.phxConfigQueue || [];
</script><script async src="/.bootscripts/config.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script>phxConfigQueue.push(function () {
    this.features.init({"alt-demo-data":false,"quotes-revamp":true,"wide-content-well":true,"tempest-video":true,"atf-sidebar-enabled":true});
});</script><script>'use strict';
var phxBeaconQueue = window.phxBeaconQueue || [];
</script><script async src="/.bootscripts/beacon.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script>var pbjs = pbjs || {};
pbjs.que = pbjs.que || [];</script><script async src="/runtime/alpha.js?v=2018-11-21-215450-c2095d2-012080"></script><script>var phxPrebidQueue = window.phxPrebidQueue || [];
</script><script async src="/runtime/beta.js?v=2018-11-21-215450-c2095d2-012080"></script><script>(function(prebidConfig){"use strict";window.GdprStatus.isApplicable().then(function(isApplicable){prebidConfig.gdprIsApplicable=isApplicable;phxPrebidQueue.push(function(){this.startAuction(prebidConfig)})});})({"beacons":{"targetingParams":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/targetingparams","paramSeparators":{"ksg":":","terms":";"},"exclude":{"ag":true,"in":true,"pt":true,"et":true,"gd":true}},"demoUsage":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/demousage","paramSeparators":{"krux":","},"raw":{"krux":true}},"bannerShown":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/bannershown"},"prebidAuctionEnded":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/prebidauctionended"}},"siteProductionDomain":"www.svconline.com","slots":[{"sizes":[{"width":300,"height":600},{"width":300,"height":250},{"width":160,"height":600}],"screenSizes":["C"],"slotModel":{"zone":"sidebar","index":"0","isOutstream":false},"id":"ad-fa13fd7262e946d38f9d9a9c180d69e7"},{"sizes":[{"width":300,"height":250},{"name":"fluid"}],"screenSizes":["A"],"slotModel":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"id":"ad-9e770845a8744dcba3380dbc5646a26e"},{"sizes":[{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["B"],"slotModel":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"id":"ad-4631ce027d3743e7aaee20270143066d"},{"sizes":[{"width":970,"height":250},{"width":970,"height":90},{"width":728,"height":90},{"name":"fluid"}],"screenSizes":["C"],"slotModel":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"},"id":"ad-8f6da2e10f9a4e9d901e33333540b5d8"},{"sizes":[{"width":320,"height":50},{"width":320,"height":100},{"width":300,"height":250}],"screenSizes":["A"],"slotModel":{"zone":"header","index":0,"isOutstream":false},"id":"ad-b49ec3d92b324832abf66dbdedeabe63"},{"sizes":[{"width":728,"height":90}],"screenSizes":["B"],"slotModel":{"zone":"header","index":0,"isOutstream":false},"id":"ad-aaa11027366b4af9a7fbf36531ac0926"},{"sizes":[{"width":970,"height":250},{"width":970,"height":90},{"width":728,"height":90}],"screenSizes":["C","D"],"slotModel":{"zone":"header","index":0,"isOutstream":false},"id":"ad-d1cee1631c614e419b35a8b57a3bd015"},{"sizes":[{"name":"fixedBottomA"}],"screenSizes":["A"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-2c669a3ef363409795904282512ce133"},{"sizes":[{"name":"fixedBottomB"}],"screenSizes":["B"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-dd489805938f4b4eb6406414201b6444"},{"sizes":[{"name":"fixedBottomC"}],"screenSizes":["C"],"slotModel":{"zone":"fixed_bottom","index":0,"isOutstream":false},"id":"ad-0d8041d12e3e4cca921863451b51edd0"}],"units":{"A":[{"code":"ad-b49ec3d92b324832abf66dbdedeabe63","mediaTypes":{"banner":{"sizes":[[320,50]]}},"bids":[{"bidder":"ix","params":{"siteId":"188469","size":[320,50]}},{"bidder":"rhythmone","params":{"placementId":"73783"}},{"bidder":"aol","params":{"placement":"4126091","network":"9892.1"}}]},{"code":"ad-2c669a3ef363409795904282512ce133","mediaTypes":{"banner":{"sizes":[[320,50]]}},"bids":[{"bidder":"ix","params":{"siteId":"188954","size":[320,50]}},{"bidder":"rhythmone","params":{"placementId":"73783"}},{"bidder":"aol","params":{"placement":"4414905","network":"9892.1"}}]},{"code":"ad-9e770845a8744dcba3380dbc5646a26e","mediaTypes":{"banner":{"sizes":[[300,250]]}},"bids":[{"bidder":"ix","params":{"siteId":"188470","size":[300,250]}},{"bidder":"rhythmone","params":{"placementId":"73783"}},{"bidder":"aol","params":{"placement":"4126090","network":"9892.1"}}]}],"B":[{"code":"ad-aaa11027366b4af9a7fbf36531ac0926","mediaTypes":{"banner":{"sizes":[[728,90]]}},"bids":[{"bidder":"ix","params":{"siteId":"188466","size":[728,90]}},{"bidder":"rhythmone","params":{"placementId":"73782"}},{"bidder":"aol","params":{"placement":"4126088","network":"9892.1"}}]},{"code":"ad-dd489805938f4b4eb6406414201b6444","mediaTypes":{"banner":{"sizes":[[728,90]]}},"bids":[{"bidder":"ix","params":{"siteId":"188953","size":[728,90]}},{"bidder":"rhythmone","params":{"placementId":"73782"}},{"bidder":"aol","params":{"placement":"4414902","network":"9892.1"}}]}],"C":[{"code":"ad-d1cee1631c614e419b35a8b57a3bd015","mediaTypes":{"banner":{"sizes":[[728,90]]}},"bids":[{"bidder":"ix","params":{"siteId":"188466","size":[728,90]}},{"bidder":"rhythmone","params":{"placementId":"73782"}},{"bidder":"aol","params":{"placement":"4126088","network":"9892.1"}}]},{"code":"ad-0d8041d12e3e4cca921863451b51edd0","mediaTypes":{"banner":{"sizes":[[728,90]]}},"bids":[{"bidder":"ix","params":{"siteId":"188953","size":[728,90]}},{"bidder":"rhythmone","params":{"placementId":"73782"}},{"bidder":"aol","params":{"placement":"4414902","network":"9892.1"}}]},{"code":"ad-fa13fd7262e946d38f9d9a9c180d69e7","mediaTypes":{"banner":{"sizes":[[300,600]]}},"bids":[{"bidder":"ix","params":{"siteId":"188468","size":[300,600]}},{"bidder":"rhythmone","params":{"placementId":"73782"}},{"bidder":"aol","params":{"placement":"4126087","network":"9892.1"}}]}]},"unitVendorConfig":{},"timeout":1300});</script><script>window.phxPageTarget = {config: {"global":{"config":{"networkId":"88059007","adUnitPathTemplates":[{"type":"simple","key":"hostname"},{"type":"simple","key":"section"}],"beacons":{"targetingParams":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/targetingparams","paramSeparators":{"ksg":":","terms":";"},"exclude":{"ag":true,"in":true,"pt":true,"et":true,"gd":true}},"demoUsage":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/demousage","paramSeparators":{"krux":","},"raw":{"krux":true}},"bannerShown":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/bannershown"},"prebidAuctionEnded":{"beaconUrl":"https://beacon-streamer.saymedia.com/beacon/prebidauctionended"}},"customTargetingTemplates":{"adindex":{"type":"simple","key":"index"},"adzone":{"type":"simple","key":"zone"},"adzoneindex":{"type":"simple","key":"zoneIndex"},"hb_adid":{"type":"simple","key":"prebidAdId"},"hb_bidder":{"type":"simple","key":"prebidWinner"},"hb_pb":{"type":"simple","key":"prebidPriceBucket"},"hb_pbd":{"type":"simple","key":"prebidPriceBucketDollar"},"hb_size":{"type":"simple","key":"prebidAdSize"},"position":{"type":"simple","key":"positionTarget"},"rid":{"type":"simple","key":"rid"},"siteadzoneindex":{"type":"simple","key":"siteZoneIndex"},"sponlineitemid":{"type":"simple","key":"sponsorLineItemId"},"native_card_type":{"type":"simple","key":"nativeCardType"}},"customTargetingPageTemplates":{"ag":{"type":"simple","key":"ag"},"channel":{"type":"simple","key":"channelCode"},"env":{"type":"simple","key":"env"},"et":{"type":"simple","key":"et"},"gd":{"type":"simple","key":"gd"},"in":{"type":"simple","key":"in"},"ksg":{"type":"simple","key":"ksg"},"kuid":{"type":"simple","key":"kuid"},"lang":{"type":"simple","key":"languageCode"},"pagetype":{"type":"simple","key":"pageType"},"path":{"type":"simple","key":"path"},"pt":{"type":"simple","key":"pt"},"referrer":{"type":"simple","key":"referrer"},"terms":{"type":"simple","key":"terms"}},"specialSizes":{"0":"fluid","1":"fluid","2":"fluid","3":"fluid","4":"fluid","320x60":"fixedBottomA","320x50":"fixedBottomA","300x50":"fixedBottomA","768x66":"fixedBottomB","728x90":"fixedBottomC","900x65":"fixedBottomC","970x90":"fixedBottomC","1x2":"siteSkin","640x360":"outstream"}},"baseModel":{"hostname":"www.svconline.com","path":"/tag/blogcast","channelCode":"web","languageCode":"en","pageType":"richterm","section":[],"terms":["Blogcast"],"env":"prod"}},"sizedSlots":[{"id":"ad-b49ec3d92b324832abf66dbdedeabe63","config":{"sizes":[[320,50],[320,100],[300,250]]},"screenSizes":["A"],"model":{"zone":"header","index":0,"isOutstream":false}},{"id":"ad-aaa11027366b4af9a7fbf36531ac0926","config":{"sizes":[[728,90]]},"screenSizes":["B"],"model":{"zone":"header","index":0,"isOutstream":false}},{"id":"ad-d1cee1631c614e419b35a8b57a3bd015","config":{"sizes":[[970,250],[970,90],[728,90]]},"screenSizes":["C","D"],"model":{"zone":"header","index":0,"isOutstream":false}},{"id":"ad-2c669a3ef363409795904282512ce133","config":{"sizes":[[320,60],[320,50],[300,50]]},"screenSizes":["A"],"model":{"zone":"fixed_bottom","index":0,"isOutstream":false}},{"id":"ad-dd489805938f4b4eb6406414201b6444","config":{"sizes":[[768,66],[728,90]]},"screenSizes":["B"],"model":{"zone":"fixed_bottom","index":0,"isOutstream":false}},{"id":"ad-0d8041d12e3e4cca921863451b51edd0","config":{"sizes":[[900,65],[970,90],[728,90]]},"screenSizes":["C"],"model":{"zone":"fixed_bottom","index":0,"isOutstream":false}},{"id":"ad-fa13fd7262e946d38f9d9a9c180d69e7","config":{"sizes":[[300,600],[300,250],[160,600]]},"screenSizes":["C"],"model":{"zone":"sidebar","index":"0","isOutstream":false}},{"id":"ad-9e770845a8744dcba3380dbc5646a26e","config":{"sizes":[[300,250],"fluid"]},"screenSizes":["A"],"model":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"}},{"id":"ad-4631ce027d3743e7aaee20270143066d","config":{"sizes":[[728,90],"fluid"]},"screenSizes":["B"],"model":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"}},{"id":"ad-8f6da2e10f9a4e9d901e33333540b5d8","config":{"sizes":[[970,250],[970,90],[728,90],"fluid"]},"screenSizes":["C"],"model":{"zone":"in_content","index":"0","isOutstream":false,"nativeCardType":"list"}}],"outOfPageSlots":[{"id":"ad-4550398ed7b2480a8b7a5287b5b80344","config":{},"model":{"zone":"interstitial","index":0,"isOutstream":false}}]}};</script><script>var phxAdvertisingQueue = window.phxAdvertisingQueue || [];
var phxAdServerQueue = window.phxAdServerQueue || [];
var phxDemographicsQueue = window.phxDemographicsQueue || [];
</script><script async src="/runtime/gamma.js?v=2018-11-21-215450-c2095d2-012080"></script><script>var googletag = googletag || {};googletag.cmd = googletag.cmd || [];</script><script defer src="https://www.googletagservices.com/tag/js/gpt.js"></script><script defer src="/runtime/delta.js?v=2018-11-21-215450-c2095d2-012080"></script><script>phxDemographicsQueue.push(function () {
    this.init({"addressableDemographics":{"CA":{"55plus":false,"21plus":false,"45plus":false,"f":false,"21-49":false,"25-34":false,"55-64":false,"m":true,"18plus":false,"65plus":false,"18-24":false,"45-54":true,"25plus":false,"25-54":false,"25-44":false,"35plus":false,"35-54":false,"35-44":false,"18-34":false},"GB":{"55plus":false,"all":false,"45plus":false,"gbp50k":true,"18-24":false,"45-54":true,"25-44":false,"55-64":false,"25-54":false,"21plus":false,"35-44":false,"18plus":false,"65plus":false,"25plus":false,"gbp70k":true,"21-49":false,"25-34":false,"18-34":false,"35plus":false,"35-54":false,"f":false,"m":true},"US":{"55plus":false,"all":false,"45plus":false,"usd150k":true,"18-24":false,"45-54":true,"25-44":false,"55-64":false,"25-54":false,"21plus":false,"35-44":false,"18plus":false,"asia":false,"65plus":false,"hisp":false,"25plus":false,"usd75k":true,"usd100k":true,"21-49":false,"25-34":false,"18-34":false,"35plus":false,"35-54":false,"afam":false,"f":false,"m":true}}});
});
</script><script>if (window.phxPageTarget) {
    phxAdvertisingQueue.push(function () {
        this.beginPage(window.phxPageTarget.config);
    });
}</script><script>(function() {
    window._comscore = window._comscore || [];
    var comscoreTag = {
        c1: '2',
        c2: '27019031',
    };
    var campaignId = '';
    var siteUrl = '';
    if (campaignId || siteUrl) {
        comscoreTag.c3 = campaignId;
        comscoreTag.c4 = siteUrl ? encodeURIComponent(siteUrl) : '';
    }
    window._comscore.push(comscoreTag);
})();</script><script>(function() {
    var s = document.createElement("script"), el = document.getElementsByTagName("script")[0];
    s.async = true;
    s.src = "https://sb.scorecardresearch.com/beacon.js";
    el.parentNode.insertBefore(s, el);
})();</script><base href="/"><meta charset="utf-8"><meta name="referrer" content="unsafe-url"><meta http-equiv="cleartype" content="on"><meta name="HandheldFriendly" content="True"><meta name="MobileOptimized" content="320"><meta name="viewport" content="width=device-width, initial-scale=1"><meta name="apple-mobile-web-app-capable" content="no"><meta name="apple-mobile-web-app-status-bar-style" content="black"><link rel="apple-touch-icon" href="/site/images/apple-touch-icon.png?v=2018-11-21-215450-c2095d2-012080"><link rel="apple-touch-icon" sizes="57x57" href="/site/images/apple-touch-icon-57x57-precomposed.png?v=2018-11-21-215450-c2095d2-012080"><link rel="apple-touch-icon" sizes="72x72" href="/site/images/apple-touch-icon-72x72-precomposed.png?v=2018-11-21-215450-c2095d2-012080"><link rel="apple-touch-icon" sizes="114x114" href="/site/images/apple-touch-icon-114x114-precomposed.png?v=2018-11-21-215450-c2095d2-012080"><meta name="format-detection" content="telephone=no"><meta name="format-detection" content="address=no"><meta name="google-site-verification" content="dM_ora_2MwojMh0vgRQw7KTkd6VyTx2nLSsIuRF9aKU"><meta name="generator" content="Tempest - www.saymedia.com"><link rel="shortcut icon" href="/favicon.ico"><link rel="schema.dcterms" href="http://purl.org/dc/terms/"><meta name="pinterest" content="nohover"><link rel="alternate" type="application/rss+xml" title="Sound &amp; Video Contractor - Main - RSS feed" href="https://www.svconline.com/.rss/full/"><link rel="alternate" type="application/rss+xml" title="Sound &amp; Video Contractor - Blogcast - RSS feed" href="https://www.svconline.com/.rss/full/tag/blogcast"><title>Blogcast - Sound &amp; Video Contractor</title><link rel="canonical" href="https://www.svconline.com/tag/blogcast"><meta name="keywords" content="Blogcast"><meta name="pagetype" content="rich_term"><meta name="robots" content="noodp"><meta name="item-id" content="ci021fb6ddb0332407"><meta name="published" content="2018-01-24T16:16:27Z"><meta name="modified" content="2018-01-24T16:16:27Z"><meta name="dcterms.rightsHolder" content="Sound &amp; Video Contractor is part of Future plc, an international media group and leading digital publisher. Visit our corporate site."><meta name="dcterms.dateCopyrighted" content="2018"><meta name="twitter:card" content="summary_large_image"><meta name="twitter:url" content="https://www.svconline.com/tag/blogcast"><meta name="twitter:domain" content="www.svconline.com"><meta property="og:type" content="website"><meta property="og:url" content="https://www.svconline.com/tag/blogcast"><meta property="og:title" content="Blogcast"><meta property="og:site_name" content="Sound &amp; Video Contractor"><meta name="pinterest-rich-pin" content="true"><meta name="apple-mobile-web-app-title" content="Sound &amp; Video Contractor"><meta name="parsely-title" content="Blogcast - Sound &amp; Video Contractor"><meta name="parsely-link" content="https://www.svconline.com/tag/blogcast"><meta name="parsely-post-id" content="ci021fb6ddb0332407"><meta name="parsely-pub-date" content="2018-01-24T16:16:27Z"><meta name="parsely-tags" content="Blogcast"><meta name="phx:content-item-id" content="ci021fb6ddb0332407"><meta name="phx:content-object-type" content="ContentRichTerm"></head><body class="mm-alt-demo-data-enabled mm-quotes-revamp-enabled mm-wide-content-well-enabled mm-tempest-video-enabled mm-atf-sidebar-enabled-enabled" phx-page-manager><phoenix-page><phoenix-style href="/site/styles/print.min.css?v=2018-11-21-215450-c2095d2-012080" media="print" delay-load></phoenix-style><div id="lyra-wrapper"><div class="m-off-canvas" phx-off-canvas-nav is-off-canvas-open="isOffCanvasOpen"></div><phx-smart-nav></phx-smart-nav><div class="m-page-wrapper"><div><div class="m-header-ad not-size-b not-size-c not-size-d" data-class-rules="[]" data-ad-group="header-0" data-max-ad-reloads="5"><div class="m-header-ad--slot is-placeholder not-size-b not-size-c not-size-d"><div id="ad-b49ec3d92b324832abf66dbdedeabe63"></div></div></div><div class="m-header-ad not-size-a not-size-c not-size-d" data-class-rules="[]" data-ad-group="header-0" data-max-ad-reloads="5"><div class="m-header-ad--slot is-placeholder not-size-a not-size-c not-size-d"><div id="ad-aaa11027366b4af9a7fbf36531ac0926"></div></div></div><div class="m-header-ad not-size-a not-size-b" data-class-rules="[]" data-ad-group="header-0" data-max-ad-reloads="5"><div class="m-header-ad--slot is-placeholder not-size-a not-size-b"><div id="ad-d1cee1631c614e419b35a8b57a3bd015"></div><span class="bt-uid-tg" uid="5ae8a99794-168" style="display: none !important"></span></div></div></div><nav class="l-sticky-navbar" phx-nav-sticky><phx-off-canvas-toggler class="m-header--menu"></phx-off-canvas-toggler><ul class="m-header--main-nav"><li><a class="m-header--navbar-logo" phx-track-event phx-track-id="logo" href="/"><img src="https://www.svconline.com/.image/cs_srgb%2Cq_auto:good/MTUyNjc2NDEwMjc0NjIwOTY2/navbar.svg" alt="Logo"></a></li><li class="m-header--main-link " phx-track-id="section"><a href="/products" ng-click="clickHandler($event)" target="" phx-track-event>Products</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/markets" ng-click="clickHandler($event)" target="" phx-track-event>Markets</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/staging" ng-click="clickHandler($event)" target="" phx-track-event>Staging</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/the-wire" ng-click="clickHandler($event)" target="" phx-track-event>The Wire</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/resources" ng-click="clickHandler($event)" target="" phx-track-event>Resources</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/blog/svc-podcasts" ng-click="clickHandler($event)" target="" phx-track-event>Podcasts</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/needtoknow" ng-click="clickHandler($event)" target="" phx-track-event>Need to Know</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/svc-event" ng-click="clickHandler($event)" target="" phx-track-event>Events</a></li><li class="m-header--main-link m-navbar--menu-link-external " phx-track-id="section"><a href="https://www.b2bmediaportal.com/dynamicregister/register.aspx?fid=SVMF&amp;status=NEW&amp;key=J15WEB" ng-click="clickHandler($event)" target="" phx-track-event>Subscribe</a></li><li class="m-header--main-link m-navbar--menu-link-external mm-special-button mm-special-inverted " phx-track-id="section"><a href="http://www.av-iq.com/" ng-click="clickHandler($event)" target="_blank" phx-track-event>AV-iQ</a></li></ul><div class="m-header--search-group"><div class="m-header--search"><a class="m-icon-button" aria-label="Search" href="/search" title="Search" phx-track-event phx-track-id="search"><svg class="m-svg m-icon-button--icon"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_search" phx-svg-fallback></use></svg></a></div><div class="m-header--user" ng-cloak ng-if="user" phx-nav><a href="#" ng-click="toggleUserMenu()"><span class="m-user--subscribe" ng-if="!user.isAuthenticated">Join</span><img class="m-user--image" ng-if="user.isAuthenticated" ng-src="{{user.profile.avatar}}" alt=""></a></div></div></nav><div class="m-advertisement-off-canvas--pusher"><header class="m-header mm-header-standard  mm-header-left m-content-detail" phx-track-id="header"><section><ul class="m-header--social-nav"><li class="m-header--link m-header--social-facebook" phx-track-id="social"><a aria-label="facebook" href="https://www.facebook.com/svconline" target="_blank" phx-track-event phx-track-id="facebook-follow"><svg class="m-svg"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_facebook" phx-svg-fallback></use></svg></a></li><li class="m-header--link m-header--social-twitter" phx-track-id="social"><a aria-label="twitter" href="https://twitter.com/SVC_Online" target="_blank" phx-track-event phx-track-id="twitter-follow"><svg class="m-svg"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_twitter" phx-svg-fallback></use></svg></a></li></ul><ul class="m-header--tertiary-nav"></ul><div class="m-header--main"><a class="m-header--logo mm-has-svg" style="background-image: url(https://www.svconline.com/.image/cs_srgb%2Cq_auto:good/MTUyNjc2NDA0MTAwNjA1NDc4/small.svg)" href="/" aria-label="Sound &amp; Video Contractor" phx-track-id="logo" phx-track-event></a><phoenix-import class="m-header--coverlines-container" src="/.api/coverlines" phx-track-id="coverline"></phoenix-import></div></section><nav class="m-header--navbar mm-protected-nav"><phx-off-canvas-toggler class="m-header--menu"></phx-off-canvas-toggler><ul class="m-header--main-nav"><li><a class="m-header--navbar-logo" phx-track-event phx-track-id="logo" href="/"><img src="https://www.svconline.com/.image/cs_srgb%2Cq_auto:good/MTUyNjc2NDEwMjc0NjIwOTY2/navbar.svg" alt="Logo"></a></li><li class="m-header--main-link " phx-track-id="section"><a href="/products" ng-click="clickHandler($event)" target="" phx-track-event>Products</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/markets" ng-click="clickHandler($event)" target="" phx-track-event>Markets</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/staging" ng-click="clickHandler($event)" target="" phx-track-event>Staging</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/the-wire" ng-click="clickHandler($event)" target="" phx-track-event>The Wire</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/resources" ng-click="clickHandler($event)" target="" phx-track-event>Resources</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/blog/svc-podcasts" ng-click="clickHandler($event)" target="" phx-track-event>Podcasts</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/needtoknow" ng-click="clickHandler($event)" target="" phx-track-event>Need to Know</a></li><li class="m-header--main-link " phx-track-id="section"><a href="/svc-event" ng-click="clickHandler($event)" target="" phx-track-event>Events</a></li><li class="m-header--main-link m-navbar--menu-link-external " phx-track-id="section"><a href="https://www.b2bmediaportal.com/dynamicregister/register.aspx?fid=SVMF&amp;status=NEW&amp;key=J15WEB" ng-click="clickHandler($event)" target="" phx-track-event>Subscribe</a></li><li class="m-header--main-link m-navbar--menu-link-external mm-special-button mm-special-inverted " phx-track-id="section"><a href="http://www.av-iq.com/" ng-click="clickHandler($event)" target="_blank" phx-track-event>AV-iQ</a></li></ul><div class="m-header--search-group"><div class="m-header--search"><a class="m-icon-button" aria-label="Search" href="/search" title="Search" phx-track-event phx-track-id="search"><svg class="m-svg m-icon-button--icon"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_search" phx-svg-fallback></use></svg></a></div><div class="m-header--user" ng-cloak ng-if="user" phx-nav><a href="#" ng-click="toggleUserMenu()"><span class="m-user--subscribe" ng-if="!user.isAuthenticated">Join</span><img class="m-user--image" ng-if="user.isAuthenticated" ng-src="{{user.profile.avatar}}" alt=""></a></div></div></nav></header><section class="m-page-container trackable click"><div class="m-advertisement--skin-container"></div><div class="m-page" ng-class="pageClasses"><script type="application/json" id="pageItemData">{"id":"ci021fb6ddb0332407","objectType":"ContentRichTerm","originalPublicationTimestamp":"2018-01-24T16:16:27Z","path":"/tag/blogcast","publicationTimestamp":"2018-01-24T16:16:27Z","title":"Blogcast","viewProperties":{"rss":{"collection":{"filter":{"term":"ci021fb6ddb0332407","type":"ContentArticle"}}},"analyticsModel":{"title":"Blogcast","pageType":"Rich Term Page"}},"affiliatesEnabled":true,"associatedRichTerms":[],"commentsEnabled":true,"disqusId":"ed3bb151-0121-11e8-81f9-025642975f98","isCanvas":true,"metaTitle":"Blogcast","slug":"blogcast","hasGallery":false}</script><section class="m-sub-navigation m-component-stack mm-component-stack--is-stacked"><div class="m-sub-navigation--container"><div class="m-sub-navigation--items m-breadcrumbs" phx-breadcrumbs ng-class="{ 'is-collapsed': isCollapsed &amp;&amp; isCollapsingEnabled }"><button class="m-breadcrumbs--expand-button m-icon-button mm-icon-button--small-icon" aria-label="{{isCollapsed ? 'Expand Breadcrumbs' : 'Collapse Breadcrumbs'}}" ng-class="{ 'is-collapsed': isCollapsed, 'is-collapsing-enabled': isCollapsingEnabled }" ng-show="isCollapsingEnabled" ng-click="toggleCollapsedState()" ng-cloak><svg class="m-svg m-icon-button--icon"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_angle_double_right" phx-svg-fallback></use></svg></button><div class="m-breadcrumbs--container"><ul class="m-breadcrumbs--items" phx-breadcrumb-container><li class="m-breadcrumbs--item" phx-breadcrumb-item><a class="m-breadcrumbs--link m-sub-navigation--link" phx-track-event href="/">Home</a><svg class="m-svg m-breadcrumbs--divider" aria-hidden="true"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_angle_right" phx-svg-fallback></use></svg></li><li class="m-breadcrumbs--item" phx-breadcrumb-item><span class="m-breadcrumbs--link is-inactive">Blogcast</span><svg class="m-svg m-breadcrumbs--divider" aria-hidden="true"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#ico_angle_right" phx-svg-fallback></use></svg></li></ul></div></div></div></section><section class="m-component-stack mm-component-stack--is-stacked"><div class="m-hub-header mm-hub-header--small mm-hub-header--is-center-aligned"><div class="m-hub-header--item m-hub-header--title"><h1 class="m-hub-header--title-heading" role="heading"><span>Blogcast</span></h1></div><div class="m-hub-header--item m-hub-header--body"><div class="m-hub-header--body-content"></div></div></div></section><section class="m-list-hub m-component-stack mm-component-stack--is-stacked mm-component-stack--has-footer"><section class="m-card-group-container" data-group-size="6" data-first-group-size="6"><section class="m-card-group mm-card-group--has-rightrail mm-card-group--has-row-dividers"><div class="m-card-group--content l-grid lm-grid--density-single-column lm-grid--has-row-dividers lm-grid--has-rightrail"><div class="l-grid--item"><phoenix-super-link href="/post-type/podcast-w-bennett-liles-new-bose-sound-system-hotel-roanoke-convention-center-402430"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/post-type/podcast-w-bennett-liles-new-bose-sound-system-hotel-roanoke-convention-center-402430" title="Podcast w/ Bennett Liles: New Bose Sound System for Hotel Roanoke &amp; Convention Center "><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMTA2MzQwMDkwODg3/roanoke357jpg.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMTA2MzQwMDkwODg3/roanoke357jpg.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMTA2MzQwMDkwODg3/roanoke357jpg.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMTA2MzQwMDkwODg3/roanoke357jpg.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMTA2MzQwMDkwODg3/roanoke357jpg.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMTA2MzQwMDkwODg3/roanoke357jpg.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMTA2MzQwMDkwODg3/roanoke357jpg.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMTA2MzQwMDkwODg3/roanoke357jpg.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMTA2MzQwMDkwODg3/roanoke357jpg.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMTA2MzQwMDkwODg3/roanoke357jpg.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMTA2MzQwMDkwODg3/roanoke357jpg.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMTA2MzQwMDkwODg3/roanoke357jpg.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTUzMDQyMTA2MzQwMDkwODg3/roanoke357jpg.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Roanoke357.jpg"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><div class="m-card--label"><a href="/post-type/post-type-news-article" phx-track-event phx-track-id="Label">Post Type news_article</a></div><a class="m-card--header" phx-track-event phx-track-id="Title" href="/post-type/podcast-w-bennett-liles-new-bose-sound-system-hotel-roanoke-convention-center-402430"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Podcast w/ Bennett Liles: New Bose Sound System for Hotel Roanoke &amp; Convention Center </h2></a><p class="m-card--body">When the historic Hotel Roanoke and Convention Center needed a complete sound system upgrade, they called in IES Communications for the job and project manager Jim Hogan is here to tell us how they pulled off this huge project with Bose speakers and Shure wireless mics. Coming <a href="/post-type/podcast-w-bennett-liles-new-bose-sound-system-hotel-roanoke-convention-center-402430"><i>...read more</i></a></p></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/markets/podcast-w-bennett-liles-serious-audio-video-kilroy-bar-402258"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/markets/podcast-w-bennett-liles-serious-audio-video-kilroy-bar-402258" title="Podcast w/ Bennett Liles: Serious Audio Video at Kilroy Bar"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQxOTcyNjU3OTIzMDc5/kilroybar-357jpg.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQxOTcyNjU3OTIzMDc5/kilroybar-357jpg.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQxOTcyNjU3OTIzMDc5/kilroybar-357jpg.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQxOTcyNjU3OTIzMDc5/kilroybar-357jpg.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQxOTcyNjU3OTIzMDc5/kilroybar-357jpg.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQxOTcyNjU3OTIzMDc5/kilroybar-357jpg.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQxOTcyNjU3OTIzMDc5/kilroybar-357jpg.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQxOTcyNjU3OTIzMDc5/kilroybar-357jpg.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQxOTcyNjU3OTIzMDc5/kilroybar-357jpg.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQxOTcyNjU3OTIzMDc5/kilroybar-357jpg.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQxOTcyNjU3OTIzMDc5/kilroybar-357jpg.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQxOTcyNjU3OTIzMDc5/kilroybar-357jpg.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTUzMDQxOTcyNjU3OTIzMDc5/kilroybar-357jpg.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="KilroyBar-357.jpg"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><div class="m-card--label"><a href="/markets/entertainment" phx-track-event phx-track-id="Label">Entertainment</a></div><a class="m-card--header" phx-track-event phx-track-id="Title" href="/markets/podcast-w-bennett-liles-serious-audio-video-kilroy-bar-402258"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Podcast w/ Bennett Liles: Serious Audio Video at Kilroy Bar</h2></a><p class="m-card--body">You’ve got to install 75 TV’s, 40 speakers and a lighting system in a sport bar where the Super Bowl is going to be happening just down the street. Kilroy’s called in Serious Audio Video to handle this job and Casey Johnston is going to give us the lowdown on how it all happened. <a href="/markets/podcast-w-bennett-liles-serious-audio-video-kilroy-bar-402258"><i>...read more</i></a></p></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/staging/podcast-w-bennett-liles-agt-upgrades-clarence-brown-conference-center-401927"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/staging/podcast-w-bennett-liles-agt-upgrades-clarence-brown-conference-center-401927" title="Podcast w/ Bennett Liles: AGT Upgrades Clarence Brown Conference Center"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDI2MzQ3Mzc0MjAw/clarencebrown_357jpg.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDI2MzQ3Mzc0MjAw/clarencebrown_357jpg.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDI2MzQ3Mzc0MjAw/clarencebrown_357jpg.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDI2MzQ3Mzc0MjAw/clarencebrown_357jpg.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDI2MzQ3Mzc0MjAw/clarencebrown_357jpg.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDI2MzQ3Mzc0MjAw/clarencebrown_357jpg.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDI2MzQ3Mzc0MjAw/clarencebrown_357jpg.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDI2MzQ3Mzc0MjAw/clarencebrown_357jpg.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDI2MzQ3Mzc0MjAw/clarencebrown_357jpg.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDI2MzQ3Mzc0MjAw/clarencebrown_357jpg.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDI2MzQ3Mzc0MjAw/clarencebrown_357jpg.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDI2MzQ3Mzc0MjAw/clarencebrown_357jpg.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTUzMDQyMDI2MzQ3Mzc0MjAw/clarencebrown_357jpg.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="ClarenceBrown_357.jpg"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><div class="m-card--label"><a href="/staging/corporate-0" phx-track-event phx-track-id="Label">Corporate</a></div><a class="m-card--header" phx-track-event phx-track-id="Title" href="/staging/podcast-w-bennett-liles-agt-upgrades-clarence-brown-conference-center-401927"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Podcast w/ Bennett Liles: AGT Upgrades Clarence Brown Conference Center</h2></a><p class="m-card--body">A major conference center with multiple venues had to upgrade its analog AV systems with new digital connectivity and they called in AGT to make the change. CEO Mark Cray is here to tell us what they needed and how AGT met the challenge with Crestron DigitalMedia and AirMedia. <a href="/staging/podcast-w-bennett-liles-agt-upgrades-clarence-brown-conference-center-401927"><i>...read more</i></a></p></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/post-type/podcast-w-bennett-liles-wireless-education-infocomm-401467"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/post-type/podcast-w-bennett-liles-wireless-education-infocomm-401467" title="Podcast w/ Bennett Liles: Wireless Education at InfoComm"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDM3ODg4Mzk0ODcy/ginosigismondi357jpg.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDM3ODg4Mzk0ODcy/ginosigismondi357jpg.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDM3ODg4Mzk0ODcy/ginosigismondi357jpg.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDM3ODg4Mzk0ODcy/ginosigismondi357jpg.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDM3ODg4Mzk0ODcy/ginosigismondi357jpg.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDM3ODg4Mzk0ODcy/ginosigismondi357jpg.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDM3ODg4Mzk0ODcy/ginosigismondi357jpg.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDM3ODg4Mzk0ODcy/ginosigismondi357jpg.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDM3ODg4Mzk0ODcy/ginosigismondi357jpg.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDM3ODg4Mzk0ODcy/ginosigismondi357jpg.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDM3ODg4Mzk0ODcy/ginosigismondi357jpg.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDM3ODg4Mzk0ODcy/ginosigismondi357jpg.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTUzMDQyMDM3ODg4Mzk0ODcy/ginosigismondi357jpg.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="GinoSigismondi357.jpg"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><div class="m-card--label"><a href="/post-type/post-type-news-article" phx-track-event phx-track-id="Label">Post Type news_article</a></div><a class="m-card--header" phx-track-event phx-track-id="Title" href="/post-type/podcast-w-bennett-liles-wireless-education-infocomm-401467"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Podcast w/ Bennett Liles: Wireless Education at InfoComm</h2></a><p class="m-card--body">The wireless microphone spectrum is changing again and one way to keep up with the latest developments is by taking a course at Infocomm. Gino Sigismondi from Shure is going to be teaching Wireless Mics: The New Spectrum Landscape and he’s here to give us a little preview of what <a href="/post-type/podcast-w-bennett-liles-wireless-education-infocomm-401467"><i>...read more</i></a></p></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/products/podcast-w-bennett-liles-lamp-less-projector-technology-part-1-401372"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/products/podcast-w-bennett-liles-lamp-less-projector-technology-part-1-401372" title="Podcast w/ Bennett Liles: Lamp-less Projector Technology, Part 1"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDM4NDI4NDc2NDIz/lightbrigade-130jpg.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDM4NDI4NDc2NDIz/lightbrigade-130jpg.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDM4NDI4NDc2NDIz/lightbrigade-130jpg.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDM4NDI4NDc2NDIz/lightbrigade-130jpg.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDM4NDI4NDc2NDIz/lightbrigade-130jpg.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDM4NDI4NDc2NDIz/lightbrigade-130jpg.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDM4NDI4NDc2NDIz/lightbrigade-130jpg.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDM4NDI4NDc2NDIz/lightbrigade-130jpg.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDM4NDI4NDc2NDIz/lightbrigade-130jpg.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDM4NDI4NDc2NDIz/lightbrigade-130jpg.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDM4NDI4NDc2NDIz/lightbrigade-130jpg.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDM4NDI4NDc2NDIz/lightbrigade-130jpg.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTUzMDQyMDM4NDI4NDc2NDIz/lightbrigade-130jpg.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Lightbrigade-130.jpg"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><div class="m-card--label"><a href="/products/video-display/projectors-screens" phx-track-event phx-track-id="Label">Projectors / Screens</a></div><a class="m-card--header" phx-track-event phx-track-id="Title" href="/products/podcast-w-bennett-liles-lamp-less-projector-technology-part-1-401372"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Podcast w/ Bennett Liles: Lamp-less Projector Technology, Part 1</h2></a><p class="m-card--body">From Sound & Video Contractor Magazine, this is the SVC Podcast with Richard McPherson of NEC Display Solutions. Show notes for the podcast are available on the web site of Sound & Video Contractor Magazine at svconline.com.In today’s AV market there’s not much that’s potentially <a href="/products/podcast-w-bennett-liles-lamp-less-projector-technology-part-1-401372"><i>...read more</i></a></p></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/industry/podcast-w-bennett-liles-fiber-optics-technology-latest-foa-part-1-400813"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/industry/podcast-w-bennett-liles-fiber-optics-technology-latest-foa-part-1-400813" title="Podcast w/ Bennett Liles: Fiber Optics Technology: The Latest from the FOA, Part 1"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDQ4MzYyMDMwMDg3/lightbrigade-130-hi-resjpg.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDQ4MzYyMDMwMDg3/lightbrigade-130-hi-resjpg.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDQ4MzYyMDMwMDg3/lightbrigade-130-hi-resjpg.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDQ4MzYyMDMwMDg3/lightbrigade-130-hi-resjpg.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDQ4MzYyMDMwMDg3/lightbrigade-130-hi-resjpg.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDQ4MzYyMDMwMDg3/lightbrigade-130-hi-resjpg.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDQ4MzYyMDMwMDg3/lightbrigade-130-hi-resjpg.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDQ4MzYyMDMwMDg3/lightbrigade-130-hi-resjpg.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDQ4MzYyMDMwMDg3/lightbrigade-130-hi-resjpg.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDQ4MzYyMDMwMDg3/lightbrigade-130-hi-resjpg.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDQ4MzYyMDMwMDg3/lightbrigade-130-hi-resjpg.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDQ4MzYyMDMwMDg3/lightbrigade-130-hi-resjpg.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTUzMDQyMDQ4MzYyMDMwMDg3/lightbrigade-130-hi-resjpg.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="Lightbrigade-130 Hi Res.jpg"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><div class="m-card--label"><a href="/industry" phx-track-event phx-track-id="Label">Industry</a></div><a class="m-card--header" phx-track-event phx-track-id="Title" href="/industry/podcast-w-bennett-liles-fiber-optics-technology-latest-foa-part-1-400813"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Podcast w/ Bennett Liles: Fiber Optics Technology: The Latest from the FOA, Part 1</h2></a><p class="m-card--body">Editor’s note: For your convenience, this transcription of the podcast includes timestamps. If you are listening to the podcast and reading its accompanying transcription, you can use the timestamps to jump to any part of the audio podcast by simply dragging the slider on the <a href="/industry/podcast-w-bennett-liles-fiber-optics-technology-latest-foa-part-1-400813"><i>...read more</i></a></p></div></article></phoenix-super-link></div></div><div class="m-card-group--rightrail-ad not-size-a not-size-b" data-class-rules="[{&quot;sizes&quot;:[&quot;300x600&quot;,&quot;300x250&quot;,&quot;160x600&quot;],&quot;classes&quot;:[&quot;m-sponsor--adjacency&quot;]}]" data-ad-group="sidebar-0" data-max-ad-reloads="5"><div class="m-card-group--rightrail-ad--slot is-placeholder not-size-a not-size-b"><div id="ad-fa13fd7262e946d38f9d9a9c180d69e7"></div><span class="bt-uid-tg" uid="5ae8a9b37c-168" style="display: none !important"></span></div></div></section><section class="m-adaptive-ad-component m-component-stack"><aside class="m-in-content-ad-row not-size-b not-size-c not-size-d" data-ad-group="in_content-0"><div class="m-in-content-ad not-size-b not-size-c not-size-d" data-class-rules="[{&quot;dimensions&quot;:[&quot;0x0&quot;],&quot;classes&quot;:[&quot;m-advertisement--fluid-card&quot;,&quot;m-advertisement--fluid-list-card&quot;]}]" data-ad-group="in_content-0" data-max-ad-reloads="5"><div class="m-in-content-ad--slot is-placeholder not-size-b not-size-c not-size-d"><div id="ad-9e770845a8744dcba3380dbc5646a26e"></div></div></div></aside><aside class="m-in-content-ad-row not-size-a not-size-c not-size-d" data-ad-group="in_content-0"><div class="m-in-content-ad not-size-a not-size-c not-size-d" data-class-rules="[{&quot;sizes&quot;:[&quot;728x90&quot;],&quot;classes&quot;:[&quot;is-728x90&quot;]},{&quot;dimensions&quot;:[&quot;0x0&quot;],&quot;classes&quot;:[&quot;m-advertisement--fluid-card&quot;,&quot;m-advertisement--fluid-list-card&quot;]}]" data-ad-group="in_content-0" data-max-ad-reloads="5"><div class="m-in-content-ad--slot is-placeholder not-size-a not-size-c not-size-d"><div id="ad-4631ce027d3743e7aaee20270143066d"></div></div></div></aside><aside class="m-in-content-ad-row not-size-a not-size-b" data-ad-group="in_content-0"><div class="m-in-content-ad not-size-a not-size-b" data-class-rules="[{&quot;sizes&quot;:[&quot;970x250&quot;],&quot;classes&quot;:[&quot;is-970x250&quot;]},{&quot;sizes&quot;:[&quot;728x90&quot;],&quot;classes&quot;:[&quot;is-728x90&quot;]},{&quot;dimensions&quot;:[&quot;0x0&quot;],&quot;classes&quot;:[&quot;m-advertisement--fluid-card&quot;,&quot;m-advertisement--fluid-list-card&quot;]}]" data-ad-group="in_content-0" data-max-ad-reloads="5"><div class="m-in-content-ad--slot is-placeholder not-size-a not-size-b"><div id="ad-8f6da2e10f9a4e9d901e33333540b5d8"></div></div></div></aside></section><section class="m-card-group mm-card-group--has-row-dividers"><div class="m-card-group--content l-grid lm-grid--density-single-column lm-grid--has-row-dividers"><div class="l-grid--item"><phoenix-super-link href="/industry/podcast-w-bennett-liles-complete-av-upgrade-dayton-dragons-home-field-part-2-400812"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/industry/podcast-w-bennett-liles-complete-av-upgrade-dayton-dragons-home-field-part-2-400812" title="Podcast w/ Bennett Liles: Complete AV Upgrade for Dayton Dragons Home Field, Part 2"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDQ4MzYxNjM2ODcx/in143206jpg.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDQ4MzYxNjM2ODcx/in143206jpg.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDQ4MzYxNjM2ODcx/in143206jpg.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDQ4MzYxNjM2ODcx/in143206jpg.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDQ4MzYxNjM2ODcx/in143206jpg.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDQ4MzYxNjM2ODcx/in143206jpg.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDQ4MzYxNjM2ODcx/in143206jpg.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDQ4MzYxNjM2ODcx/in143206jpg.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDQ4MzYxNjM2ODcx/in143206jpg.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDQ4MzYxNjM2ODcx/in143206jpg.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDQ4MzYxNjM2ODcx/in143206jpg.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDQ4MzYxNjM2ODcx/in143206jpg.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTUzMDQyMDQ4MzYxNjM2ODcx/in143206jpg.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="IN143206.jpg"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><div class="m-card--label"><a href="/industry" phx-track-event phx-track-id="Label">Industry</a></div><a class="m-card--header" phx-track-event phx-track-id="Title" href="/industry/podcast-w-bennett-liles-complete-av-upgrade-dayton-dragons-home-field-part-2-400812"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Podcast w/ Bennett Liles: Complete AV Upgrade for Dayton Dragons Home Field, Part 2</h2></a><p class="m-card--body">In this edition of the SVC Podcast, SVC Contributing Editor Bennett Liles continues his conversation with Scott Rohrer about the completely new sound and video system at Fifth Third Field in Dayton, Ohio, home of the Dayton Dragons baseball team. Scott lays out the technical <a href="/industry/podcast-w-bennett-liles-complete-av-upgrade-dayton-dragons-home-field-part-2-400812"><i>...read more</i></a></p></div></article></phoenix-super-link></div><div class="l-grid--item"><phoenix-super-link href="/industry/podcast-w-bennett-liles-complete-av-upgrade-dayton-dragons-home-field-part-1-400737"><article class="m-card mm-card--landscape-image mm-card--type-list" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/industry/podcast-w-bennett-liles-complete-av-upgrade-dayton-dragons-home-field-part-1-400737" title="Podcast w/ Bennett Liles: Complete AV Upgrade for Dayton Dragons Home Field, Part 1"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDQ4NjI1NjgxNDE1/in143295jpg.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDQ4NjI1NjgxNDE1/in143295jpg.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDQ4NjI1NjgxNDE1/in143295jpg.webp 960w" sizes="320px"><source media="(min-width: 675px)" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDQ4NjI1NjgxNDE1/in143295jpg.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDQ4NjI1NjgxNDE1/in143295jpg.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDQ4NjI1NjgxNDE1/in143295jpg.jpg 960w" sizes="320px"><source type="image/webp" media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDQ4NjI1NjgxNDE1/in143295jpg.webp 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDQ4NjI1NjgxNDE1/in143295jpg.webp 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDQ4NjI1NjgxNDE1/in143295jpg.webp 960w" sizes="320px"><source media="(min-width: 0px)" data-srcset="https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTUzMDQyMDQ4NjI1NjgxNDE1/in143295jpg.jpg 320w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTUzMDQyMDQ4NjI1NjgxNDE1/in143295jpg.jpg 640w, https://www.svconline.com/.image/ar_1:1%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTUzMDQyMDQ4NjI1NjgxNDE1/in143295jpg.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTUzMDQyMDQ4NjI1NjgxNDE1/in143295jpg.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="IN143295.jpg"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><div class="m-card--label"><a href="/industry" phx-track-event phx-track-id="Label">Industry</a></div><a class="m-card--header" phx-track-event phx-track-id="Title" href="/industry/podcast-w-bennett-liles-complete-av-upgrade-dayton-dragons-home-field-part-1-400737"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Podcast w/ Bennett Liles: Complete AV Upgrade for Dayton Dragons Home Field, Part 1</h2></a><p class="m-card--body">In this edition of the SVC Podcast, SVC Contributing Editor Bennett Liles talks with Scott Rohrer about the effort he led in getting the completely new sound and video system set up for the Dayton Dragons in Fifth Third Field, their home stadium. Scott discusses the project <a href="/industry/podcast-w-bennett-liles-complete-av-upgrade-dayton-dragons-home-field-part-1-400737"><i>...read more</i></a></p></div></article></phoenix-super-link></div></div></section></section></section><section class="m-collection-strip mm-collection-strip--is-stretched m-component-stack mm-component-stack--is-stacked mm-component-stack--has-header"><div class="m-collection-strip--header"><div class="m-component-header m-component-stack--header"><div class="m-component-header--container mm-component-header--size-small is-link" onclick="window.location.href='/the-wire';"><h1 class="m-component-header--image" role="heading"><img src="https://www.svconline.com/.image/cs_srgb%2Cq_auto:good/MTUyNjk4NDE4MjIzOTE2NTgy/section_header_art_small_fromthewire.svg" alt="From the Wire"></h1></div></div></div><div class="m-carousel m-collection-strip--carousel" phx-carousel><div class="m-carousel--content-wrapper"><div class="m-carousel--content" phx-carousel-content><div class="m-collection-strip--tile"><phoenix-super-link href="/the-wire/metric-halo-defines-black-friday-cyber-monday-with-deep-discounts-on-everything-from-plug-ins-to-sound-analysis-software-to-next-generation-3d-hardware-interfaces"><article class="m-card mm-card--landscape-image mm-card--type-standard mm-card--density-strip" role="article"><div class="m-card--media"></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/metric-halo-defines-black-friday-cyber-monday-with-deep-discounts-on-everything-from-plug-ins-to-sound-analysis-software-to-next-generation-3d-hardware-interfaces"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Metric Halo Defines Black Friday/Cyber Monday with Deep Discounts on Everything...</h2></a><p class="m-card--body">From Plug-Ins to Sound Analysis Software to Next-Generation 3d Hardware InterfacesSAFETY HARBOR, FLORIDA – NOVEMBER 2018: Forget socks, snow blowers, and stand mixers, this is the Black Friday/Cyber Monday announcement you’ve been waiting for: everything Metric Halo makes is <a href="/the-wire/metric-halo-defines-black-friday-cyber-monday-with-deep-discounts-on-everything-from-plug-ins-to-sound-analysis-software-to-next-generation-3d-hardware-interfaces"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 21, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="m-collection-strip--tile"><phoenix-super-link href="/the-wire/software-release-4-7-with-new-features-for-aurus-platinum-and-aurus"><article class="m-card mm-card--landscape-image mm-card--type-standard mm-card--density-strip" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/software-release-4-7-with-new-features-for-aurus-platinum-and-aurus" title="Software Release 4.7 with New Features for AURUS platinum and AURUS"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.webp 960w" sizes="320px"><source data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYwMDIzODk3ODAwOTc2MzYx/stagetec_3daudio_lo.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="StageTec_3Daudio_Lo"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/software-release-4-7-with-new-features-for-aurus-platinum-and-aurus"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Software Release 4.7 with New Features for AURUS platinum and AURUS</h2></a><p class="m-card--body">Berlin, Germany - November 2018… AURUS platinum, the flagship console from Berlin-based manufacturer Stage Tec, continues to offer new features in the fourth product generation. At Interbee in Tokyo, parallel compression (New York compression) was introduced for the first time as <a href="/the-wire/software-release-4-7-with-new-features-for-aurus-platinum-and-aurus"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 21, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="m-collection-strip--tile"><phoenix-super-link href="/the-wire/64-audio-announces-black-friday-deals-on-in-ear-monitors-and-accessories"><article class="m-card mm-card--landscape-image mm-card--type-standard mm-card--density-strip" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/64-audio-announces-black-friday-deals-on-in-ear-monitors-and-accessories" title="64 Audio Announces Black Friday Deals on In-Ear Monitors and Accessories"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.webp 960w" sizes="320px"><source data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTU5OTA4MzMwNDMxNTg3ODcy/64-audio-black-friday-deals-2018hr.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="64 Audio Announces Black Friday Deals on In-Ear Monitors and Accessories"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/64-audio-announces-black-friday-deals-on-in-ear-monitors-and-accessories"><h2 class="m-card--header-text" role="heading" phx-ellipsis>64 Audio Announces Black Friday Deals on In-Ear Monitors and Accessories</h2></a><p class="m-card--body">VANCOUVER, Wash., Nov. 21, 2018 - 64 Audio, the leader in custom and universal fit in-ear monitors, is proud to announce it will once again host its Annual Black Friday Sale at www.64audio.com as well as via authorized 64 Audio dealers.The event will take place from 12:00am <a href="/the-wire/64-audio-announces-black-friday-deals-on-in-ear-monitors-and-accessories"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 21, 2018</span></div></li></ul></div></article></phoenix-super-link></div><div class="m-collection-strip--tile"><phoenix-super-link href="/the-wire/crestron-opens-milan-office-and-experience-centre"><article class="m-card mm-card--landscape-image mm-card--type-standard mm-card--density-strip" role="article"><div class="m-card--media"><a class="m-card--image-link m-background-image" phx-track-event phx-track-id="Image" href="/the-wire/crestron-opens-milan-office-and-experience-centre" title="Crestron opens Milan office and experience centre"><phoenix-picture><picture class="is-waiting-to-load"><source type="image/webp" data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.webp 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.webp 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.webp 960w" sizes="320px"><source data-srcset="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_320/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.jpg 320w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_640/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.jpg 640w, https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_960/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.jpg 960w" sizes="320px"><img class="m-card--image-element" decoding="async" nopin="true" sizes="320px" src="https://www.svconline.com/.image/ar_16:9%2Cc_fill%2Ccs_srgb%2Cfl_progressive%2Cg_faces:center%2Cq_auto:good%2Cw_620/MTYwMDA1NTgyNDQ5ODEzMzY0/crestronmilan.jpg" srcset="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" alt="crestronmilan"></picture><div class="m-card--image-aspect-ratio-pusher"></div></phoenix-picture></a></div><div class="m-card--content"><a class="m-card--header" phx-track-event phx-track-id="Title" href="/the-wire/crestron-opens-milan-office-and-experience-centre"><h2 class="m-card--header-text" role="heading" phx-ellipsis>Crestron opens Milan office and experience centre</h2></a><p class="m-card--body">Crestron EMEA has announced the opening of its new office in Milan, which includes offices and an experience centre.The new experience centre will come fully equipped with the latest Crestron technology, including the new DigitalMedia NVX, Crestron Mercury, XiO Cloud and <a href="/the-wire/crestron-opens-milan-office-and-experience-centre"><i>...read more</i></a></p><ul class="m-card--metadata" role="list"><li class="m-card--metadata-b" role="listitem"><div><span>Nov 20, 2018</span></div></li></ul></div></article></phoenix-super-link></div></div></div></div></section><div class="m-detail--blockthrough-ads"><span class="bt-uid-tg" uid="5ae8a9c908-168" style="display: none !important"></span></div><footer class="m-footer"><div class="m-footer--container"><div class="m-footer--links-cell"><ul class="m-footer--links"><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.futureplc.com/who-we-are/" target="blank" phx-track-event phx-track-id="Link">About Us</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.futureplc.com/contact/" target="blank" phx-track-event phx-track-id="Link">Contact Us</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="mailto:usadvertising@futurenet.com" target="blank" phx-track-event phx-track-id="Link">Advertise</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.futureplc.com/privacy-policy/" target="blank" phx-track-event phx-track-id="Link">Privacy</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.futureplc.com/terms-conditions/" target="blank" phx-track-event phx-track-id="Link">Terms of Use</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="http://www.futureplc.com/cookies-policy/" target="blank" phx-track-event phx-track-id="Link">Ad Choices</a></li><li aria-hidden="false" phx-track-id="Footer Links"><a href="https://www.saymedia.com/privacy" target="_blank" phx-track-event phx-track-id="Link">Platform Privacy</a></li></ul><div class="m-footer--copyright">&copy; 2018 Sound & Video Contractor is part of Future plc, an international media group and leading digital publisher. Visit our corporate site.</div></div><div class="m-footer--tempest-logo-cell"><a target="_blank" href="https://www.saymedia.com/publishing"><svg class="m-svg m-footer--tempest-logo"><use xlink:href="/assets-global/icons/svg-sprite.svg?v=2018-11-21-215450-c2095d2-012080#tempest-footer" phx-svg-fallback></use></svg></a></div></div></footer></div></section></div><div><div><div><div id="ad-4550398ed7b2480a8b7a5287b5b80344"></div></div></div></div><div class="m-fixedbottom-ad--container"><phoenix-ad class="m-fixedbottom-ad not-size-b not-size-c not-size-d" auto-reload config='{"adReloaderDelay":30,"maxAdReloads":25,"adReloaderSizeCodes":["300x50","320x50","320x60","728x90","768x66","970x90","1x1"],"moduleClass":"m-fixedbottom-ad","slotId":"ad-2c669a3ef363409795904282512ce133","visClasses":["not-size-b","not-size-c","not-size-d"],"slotConfig":{"id":"ad-2c669a3ef363409795904282512ce133","config":{"sizes":[[320,60],[320,50],[300,50]]},"screenSizes":["A"],"model":{"zone":"fixed_bottom","index":0,"isOutstream":false}}}' data-class-rules="[{&quot;dimensions&quot;:[&quot;300x50&quot;,&quot;301x50&quot;,&quot;320x50&quot;,&quot;321x50&quot;,&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom&quot;,&quot;m-advertisement--fixedbottom-contained&quot;]},{&quot;dimensions&quot;:[&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom-close-button&quot;]}]" fixed-visible skip-dynamic-call><div class="m-fixedbottom-ad--slot is-placeholder not-size-b not-size-c not-size-d"><div id="ad-2c669a3ef363409795904282512ce133"></div></div></phoenix-ad><phoenix-ad class="m-fixedbottom-ad not-size-a not-size-c not-size-d" auto-reload close-button config='{"adReloaderDelay":30,"maxAdReloads":25,"adReloaderSizeCodes":["300x50","320x50","320x60","728x90","768x66","970x90","1x1"],"moduleClass":"m-fixedbottom-ad","slotId":"ad-dd489805938f4b4eb6406414201b6444","visClasses":["not-size-a","not-size-c","not-size-d"],"slotConfig":{"id":"ad-dd489805938f4b4eb6406414201b6444","config":{"sizes":[[768,66],[728,90]]},"screenSizes":["B"],"model":{"zone":"fixed_bottom","index":0,"isOutstream":false}}}' data-class-rules="[{&quot;dimensions&quot;:[&quot;300x50&quot;,&quot;301x50&quot;,&quot;320x50&quot;,&quot;321x50&quot;,&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom&quot;,&quot;m-advertisement--fixedbottom-contained&quot;]},{&quot;dimensions&quot;:[&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom-close-button&quot;]}]" fixed-visible skip-dynamic-call><div class="m-fixedbottom-ad--slot is-placeholder not-size-a not-size-c not-size-d"><div id="ad-dd489805938f4b4eb6406414201b6444"></div></div></phoenix-ad><phoenix-ad class="m-fixedbottom-ad not-size-a not-size-b" auto-reload close-button config='{"adReloaderDelay":30,"maxAdReloads":25,"adReloaderSizeCodes":["300x50","320x50","320x60","728x90","768x66","970x90","1x1"],"moduleClass":"m-fixedbottom-ad","slotId":"ad-0d8041d12e3e4cca921863451b51edd0","visClasses":["not-size-a","not-size-b"],"slotConfig":{"id":"ad-0d8041d12e3e4cca921863451b51edd0","config":{"sizes":[[900,65],[970,90],[728,90]]},"screenSizes":["C"],"model":{"zone":"fixed_bottom","index":0,"isOutstream":false}}}' data-class-rules="[{&quot;dimensions&quot;:[&quot;300x50&quot;,&quot;301x50&quot;,&quot;320x50&quot;,&quot;321x50&quot;,&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom&quot;,&quot;m-advertisement--fixedbottom-contained&quot;]},{&quot;dimensions&quot;:[&quot;728x90&quot;,&quot;729x90&quot;,&quot;970x90&quot;,&quot;971x90&quot;,&quot;1x1&quot;],&quot;classes&quot;:[&quot;m-advertisement--fixedbottom-close-button&quot;]}]" fixed-visible skip-dynamic-call><div class="m-fixedbottom-ad--slot is-placeholder not-size-a not-size-b"><div id="ad-0d8041d12e3e4cca921863451b51edd0"></div></div></phoenix-ad></div></div></div><div><phx-promotions></phx-promotions></div><script id="phx-webcomponent-ad" async src="/.bootscripts/webcomponents/ad.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script id="phx-webcomponent-import" async src="/.bootscripts/webcomponents/import.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script id="phx-webcomponent-superLink" async src="/.bootscripts/webcomponents/superLink.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script id="phx-webcomponent-picture" async src="/.bootscripts/webcomponents/picture.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script id="phx-webcomponent-page" async src="/.bootscripts/webcomponents/page.min.js?v=2018-11-21-215450-c2095d2-012080"></script><script id="phx-webcomponent-style" async src="/.bootscripts/webcomponents/style.min.js?v=2018-11-21-215450-c2095d2-012080"></script><phoenix-script delay-load src="/.bootscripts/hubRebalancer.min.js?v=2018-11-21-215450-c2095d2-012080"></phoenix-script><phoenix-script delay-load src="/.bootscripts/streamMoreItems.min.js?v=2018-11-21-215450-c2095d2-012080"></phoenix-script><script type="text/template" id="carbon-analytics">(function(scriptUrl, tagId) {"use strict";window.CustomerConnectAnalytics="cca";window.cca=window.cca||function(){(window.cca.q=window.cca.q||[]).push(arguments)};var script=document.createElement("script");script.src=scriptUrl+"?id="+window.location.hostname+"&parentId="+tagId;document.head.appendChild(script);})('https://carbon-cdn.ccgateway.net/script', 'b4b3d228');</script><phoenix-script script-id="carbon-analytics" block-on-gdpr-applicable delay-load wait-for-app></phoenix-script><script type="text/template" id="blockthrough-tag">"use strict";var src="https://saymedia-com.videoplayerhub.com/videoloader.js";var e=document.createElement("script");e.src=src;e.onload=function(){BT.clearThrough()};document.body.appendChild(e);</script><phoenix-script block-premium wait-for-app script-id="blockthrough-tag"></phoenix-script><script>'use strict';
window._sf_startpt = (new Date()).getTime();
window._sf_async_config = {"uid":"21390","domain":"svconline.com","useCanonical":true,"sections":"N/A","authors":"N/A"};
</script><script type="text/template" id="chartbeat-init-21390">"use strict";window._sf_endpt=new Date().getTime();</script><phoenix-script script-id="chartbeat-init-21390" block-on-gdpr-applicable block-premium delay-load></phoenix-script><phoenix-script src="https://static.chartbeat.com/js/chartbeat.js" block-on-gdpr-applicable block-premium delay-load></phoenix-script><script type="application/json" id="liftigniter-metadata">{"noShow":"true"}</script><script type="text/template" id="liftigniter-init">(function(jsKey) {"use strict";if(typeof $igniter_var==="undefined"){(function(w,d,s,p,v,e,r){w.$ps=w.performance&&w.performance.now&&typeof w.performance.now=="function"?w.performance.now():undefined;w["$igniter_var"]=v;w[v]=w[v]||function(){(w[v].q=w[v].q||[]).push(arguments)};w[v].l=1*new Date;e=d.createElement(s),r=d.getElementsByTagName(s)[0];e.async=1;e.src=p+"?ts="+(+new Date/3600000|0);r.parentNode.insertBefore(e,r)})(window,document,"script","//cdn.petametrics.com/"+jsKey+".js","$p");$p("init",jsKey);$p("send","pageview")}})('999gba4qphtjrmpe');</script><phoenix-script script-id="liftigniter-init" block-on-gdpr-applicable block-premium delay-load></phoenix-script></phoenix-page><script>(function(appScripts) {"use strict";function dropExtScript(src){return new Promise(function(resolve,reject){var e=document.createElement("script");e.async=false;e.src=src;e.addEventListener("load",function(){resolve()},false);e.addEventListener("error",function(){console.error("failed to load "+src);resolve()},false);document.body.appendChild(e)})}function dropExtScripts(scripts){var promises=[];scripts.forEach(function(s){promises.push(dropExtScript(s))});return Promise.all(promises)}function loadAndStartApp(){dropExtScripts(appScripts).then(function(){var e=document.createElement("script");e.text="require(['main'], function () {"+"window._angularAppLoaded=true;"+"window.dispatchEvent(new CustomEvent('angularAppLoaded'));"+"});";document.body.appendChild(e)})}if(appScripts.length>0){window.getTimedOutPageLoadPromise(30000).then(loadAndStartApp)}})(["/.config.js?config=published&cv=f192e1e06f365b6bd6a384ba7f9c0144&v=2018-11-21-215450-c2095d2-012080","/.components.min.js?v=2018-11-21-215450-c2095d2-012080","/.app.min.js?v=2018-11-21-215450-c2095d2-012080","/components/angular-i18n/angular-locale_en-us.js?v=2018-11-21-215450-c2095d2-012080"]);</script></body></html>