${function() {
if (data === undefined || typeof data !== 'string' || data == '') return '';
const searchEmpty = ("Your search for \"{test}\" did not yield any results.").replace('{test}', data);
return `
If you find that you can't get the image or flicker, distortion, snowflake and other abnormal conditions after connecting, it may be that EDID has not been recognized. Please re-identify EDID according to the following methods:
1. Plug the power supply into the "power" port of the transmitter .
2. Use a HDMI cable connect the monitor to the transmitter.
3. Long press the EDID button(On the transmitter ) until the STA light flashes, and then the flashing stops.
4. Last step, unplug all, and then restart the power, and then reconnect all of them again. (signal source, transmitter,receivers )
The Advantages of this HDMI EXTENDER
EDID Copy Function
This product has a very powerful EDID copy function, which makes it be able to identify the display device parameters and match it, enhance compatibility with the device, can match many kinds of display device.
Audio & video Synchronous Transmission
Powerful intelligent chip that transmits the audio and video signals of the HDMI interface to the far end through a network cable to achieve audio and video synchronous output, giving you an audiovisual feast.
Only Need One Power Supply
Technical innovation, only need a single power supply, saving wiring space, more simple and convenient to install.
Application Occasion
You may also like
Recently viewed
${
data == 1
? ("1 product was added to your cart!")
: ("{count} products were added to your cart!").replace('{count}', data)
}
${function() {
const freeShippingAmount = 0;
const totalPrice = data.data.total_price;
const diffAmount = freeShippingAmount - totalPrice;
const freeShippingText = diffAmount > 0
? "Spend {amount} more and get free shipping!"
: "Your order is free delivery";
return `