Manual
84
In BRIC Normal mode, the default mode of operaon, NX transfers all its audio data via the UDP protocol. This is in
contrast to most web-based connecons, such as web browsing and e-mail. These use TCP protocol. UDP, unlike TCP, is
not “connecon oriented”; that is, no virtual connecon actually exists in this protocol layer between the devices.
In UDP, the transmier simply launches packets into the network with the correct address, hoping the network will
deliver the packets in a mely fashion. Since there is no intelligent connecon built between the codecs, there isn’t
actually any connecon to break in the event of network failure.
If a packet is delayed or lost, no error message is sent and no packets are retransmied. It is up to the receiver to cover
up any lost data, if it can. This allows delivery of the packets with the smallest amount of overhead and delay.
Therefore, the usability of the network is the important factor, not the existence of a physical connecon. Loss of the
remote will usually be due to a network failure. (If the network fails and is later restored, the packets stream will be
restored to the decoder.)
For most applicaons, such as remote broadcasng, it’s useful to simulate a connecon-oriented stream, so NX uses a
low-bandwidth sub channel to deliver informaon back to the encoder about overall connecon status. It does this in its
“applicaon layer”, rather than the “transport layer”, which is where UDP exists.
By default, it monitors the health of a connecon. If no data is detected as received by the decoder during the preset
user adjustable meout, it “tears down” this connecon and goes back to idle state. This can give an indicaon to the
user that the network has failed and it’s me to look at the problem.
The good thing about having the connecon protocol in the applicaon layer is that its use is oponal. For 24/7
operaon, there’s no advantage to having the connecon end if no data is received for a meout interval.
To set NX for 24/7 operaon, several parameters are changed:
1 The meout value is set to innity - the connecon will never be torn down regardless of data.
2 NX is congured to re-establish the connecon in the event of a power re-cycling.
3 The local Disconnect control is disabled. The Disconnect funcon on the receiving side is sll en-
abled, but will result in an immediate reconnecon by the iniang side.