function GetScript(url, callback, remove){ var head = document.getElementsByTagName('head')[0]; var script = document.createElement('script'); script.type = 'text/javascript'; script.src = url; if(callback !== false){ var func = (function(h, s, c, r){ return function(){ if(c !== undefined){ c(); } if(r === undefined || r === true){ h.removeChild(s); } }; })(head, script, callback, remove); script.onreadystatechange = (function(f){ return function(){ if(this.readyState === 'loaded' || this.readyState === 'completed'){ f(); } }; })(func); script.onload = func; } head.appendChild(script); } function addEvent(evt, func, obj){ if(obj.attachEvent) obj.attachEvent('on' + evt, func); else if(obj.addEventListener) obj.addEventListener(evt, func, false); } function UpdateHelpful(id, help){ getHelp = 'no' if(help) getHelp = 'yes'; GetScript('https://www.kingwebtools.com/kvm_switches/kwm_qa_system/updatehelpful.php?id='+id+'&help='+getHelp, false, true); var he = document.getElementById('helpful' + id); var un = document.getElementById('unhelpful' + id); var lhe = document.getElementById('linkhelpful' + id); var lun = document.getElementById('linkunhelpful' + id); var newNum = 0; if(help){ he.style.color = 'green'; newNum = parseInt(he.innerHTML) + 1; he.innerHTML = newNum; } else{ un.style.color = 'red'; newNum = parseInt(un.innerHTML) + 1; un.innerHTML = newNum; } lhe.href = 'javascript:void(0)'; lun.href = 'javascript:void(0)'; } var expandInt = 0; var expandTotal = 0; function QAExpandInit(){ var o = document.getElementById('kwm_question'); QAInputFocus(o); expandTotal = o.offsetHeight; if(document.getElementById('kwm-qa-submit-form').offsetHeight < 140){ // start the drop-down animation expandInt = setInterval(QAExpand, 40); } } function QAExpand(){ var o = document.getElementById('kwm-qa-submit-form'); if(expandTotal >= 140){ var finalHeight = 140; if(isIE()) finalHeight += 20; o.style.height = finalHeight + 'px'; clearInterval(expandInt); return; } expandTotal += 10; o.style.height = expandTotal + 'px'; } function QAInputBlur(o){ if(o.value == ''){ o.value = o.defaultValue; o.style.color = '#909090'; } } function QAInputFocus(o){ if(o.defaultValue == o.value){ // clear out the font and set to black if empty o.style.color = '#000000'; o.value = ''; } } // Found function -- returns tallest height of the three possible height members function getElemHeight(D) { return Math.max( Math.max(D.scrollHeight), Math.max(D.offsetHeight), Math.max(D.clientHeight) ); } function isIE(){ return /msie/i.test(navigator.userAgent) && !/opera/i.test(navigator.userAgent); } var kwm_read_qas_text = 'Read Questions and Answers'; var kwm_write_qa_text = 'Ask a question'; var kwm_folder = 'kvm_switches'; document.write('
<\/scr' + 'ipt>
Have a question about this product? Ask here!
Your contact info is kept private.
Can it put up only two windows instead of four
Thank you for your inquiry,

The Splitmux-C5HDR-4LC would not be ideal for two sources. The unit supports three different multiviewer modes: 4 sources of the same size on one display, 4 sources where one is bigger and 3 are smaller, and a KVM mode with one display - the multiviewer becomes a switchable KVM in this setup.

NTI does offer a multiviewer that would work for your two display setup though - The SPLITMUX-HD-4RT supports the above mentioned configurations but also supports custom configurations such as 2- and 3- source viewing and customizable position and size of each of the attached displays

Also here is a page with most of our Audio / Video multiviewers listed out for reference.

If you would like a recommendation based on the specifics your setup, please feel free to contact your KVM Switches Online sales representative directly at 1-877-586-6654, at sales@kvm-switches-online.com, or via our online Chat functionality.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
For the remote extender unit, does it have to be same unit OR is there a smaller unit for remote extension purpose?
Thank you for your inquiry. The local unit is 9.84" x 4.65" x 1.26". The included remote unit is smaller at 4.02" x 2.60" x 1.02". Unfortunately, we are not familiar with a smaller unit for the extender component.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
Is this unit HDCP ready?
Thank you for your inquiry,

The NTI SPLITMUX-C5HDR-4LC does not support HDCP. That being said, most HDMI devices do I.e. the SmartAVI SM-HDMV-PLUS; For a recommendation based on your application, please feel free to contact your KVM Switches Online sales representative directly.
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
I am looking for a quad split device that accepts HDMI inputs, has HDMI outputs, and can superimpose a user-configurable label on each output. Does the SPLITMUX-C5HDR-4LC allow the labeling of each output? Thanks
Thank you for your inquiry,

The basic SPLITMUX-C5HDR-4LC is not capable of superimposing labels. NTI does however offer a higher quality version of that model (the NTI SPLITMUX-4K-4RT) which offers more advanced features such as custom labeling, and 4K Ultra-HD resolution. Please refer to the following image below to see the labeling in-action:

Quad Screen Multiviewer Custom Labeling & Features
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
How do I Independently Switch Audio?
Thank you for your inquiry,

Independent audio switching can only be done in Quad Mode. When in Quad Mode, users can switch between the active audio channel by selecting the desired channel via the front panel buttons or IR remote control.

E.g. if input 1 is currently selected and its audio is playing, press input 3 on the front panel or IR remote control to have input 3\'s audio playing instead. The quad mode visual does not change.

Note: When in Full Screen or Picture in Picture (PiP) mode, selecting an input via the front panel buttons or IR remote control will result in both audio and video (main image for PiP) changing to the selected input.

Please let us know if there is anything else we can help you with!
0% of 0 people found this helpful. Was this helpful to you? Yes(0) | No(0)
More Questions...
');document.getElementById('kwm-sr').style.display = 'none';