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('
|
I'm serious about purchasing this product, however I wanted to ask if this is the lowest the price can go on this? Lastly, I don't plan to have this connected to a PC/Internet. Will I still be able to customize PIP views using only the remote? Thank you for your inquiry, You can set the different modes on the SPLITMUX-4K-4RT (Full-screen, quad-screen, picture-in-picture, and custom modes) using any of following six methods:
|
Does SPLITMUX-4K-4RT work as a multiviewer for a 21:9 Ultra-Wide Display? Can you put two different HDCP v1.4 or higher enabled HDMI sources side by side on an Ultra-Wide Monitor? Thank you for your inquiry, Yes, you can indeed use the SPLITMUX-4K-4RT to show two different sources side-by-side on a 3840x1080 Ultra-Wide display. The SPLITMUX-4K-4RT does also support HDCP sources including HDCP v1.4. Note, if your sources are also 3840 x 1080 21:9 Ultra-Wide, the SPLITMUX-4K-4RT can work but only through the "custom mode" where the aspect ratio has to be set as 21:9. In doing that, the picture at the boundaries will cut horizontally so as to fit in that aspect ratio. Apologies for the delay while we verified this information with the product engineering team. Please let us know if there is anything else we can do for you! |
If you just want to select and switch audio from one of the 4 HDMI inputs, will it pass through in full 5.1 through HDMI or does it downscale to stereo? Thank you for your inquiry and thank you for your patience as we awaited information from the manufacture. The manual says the following: Four-channel mixing stereo with 16-, 20-, or 24-bit uncompressed PCM audio. We were unsure if that was 4-stereo channels per input or 1-stereo channel per input for a total of 4. We asked for clarification from the manufacture who responded: Each HDMI input can support four independent stereo channels (eight channels in total). In some applications these are used for surround sound audio, in others they may carry alternate languages or director\'s commentary. Not every HDMI source uses all of them, but the SPLITMUX-4K-4RT is capable of mixing and passing them all. |