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.
Would this product be able to take four xbox 1 hdmi video inputs in. And one hdmi out to a capture card that is streaming from a computer to a live stream website. Would it be able to switch without any signal interruption in the output and the input hdmi sources?
Thank you for your inquiry. This device is primarily for controlling HDMI based computers and may require a keyboard and mouse to operate. We are also not familiar with how any digital rights management would function under the above scenario. For the most part, switches of this nature will have at least some signal interruption, even if for only a half second.

You may be interested in a dedicated HDMI switch like the following device: https://www.kvm-switches-online.com/hr-4ps.html. Of course there may still be digital rights issues with the video capture.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Will this product support 2 monitors with a HDMI spliter?
Thank you for your inquiry,

Using a HDMI splitter with the HKM-PROS will provide the ability to output two identical signals to two seperate monitors. If you are looking for a true dual-monitor KVM, please refer to our Dual-Monitor KVM page or our Dual-Monitor HDMI KVM page (not many vendors offer dual monitor HDMI).

If you would like a recommendation based on 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)
Does it include cables?
Thank you for your inquiry,

HKM-PRO-S package contents includes: (1) HKM-Pro KVM and (1) PS5VDC4A power adapter. The cables are sold separate; you can find a links to HDMI, USB, and audio cables page under the accessories section of this HKM-PROS page.
100% of 1 people found this helpful. Was this helpful to you? Yes(1) | No(0)
Hi - I am looking for identical unit that will handle 8 devices. I have five right (Raspberry PI computers) but having eight ports will allow a little flexibility to add on. Thanks
Thank you for your inquiry,

While SmartAVI does not sell an 8-port vesion of the HKM-PROs, they do sell a similar 8 port HDMI KVM switch: SmartAVI HDN-8P-S.

For a KVM recommendation based on specification in 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)
Does the unit switch automatically when you add a new computer or can it be controlled completely manually? The goal is to have it where I plug in a computer and it does NOT disrupt the video from the machine I have selected.
Thank you for your inquiry,

According to the vendor, the HKM-Pro is not hot pluggable. It is best to have it switched off when you are plugging in or swapping sources.

For a Hot-Pluggable KVM switch solution for your application, please feel free to contact your KVM Switches Online sales representatives.
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';