Network Streaming

As mentioned above you can watch TV over a LAN (local area network). There are two streaming solutions:

1. TCP (Transmission Control Protocol), this is one of the main protocols in TCP/IP networks. Whereas the IP protocol deals only with packets, TCP enables two hosts to establish a connection and exchange streams of data. TCP guarantees delivery of data and also guarantees that packets will be delivered in the same order in which they were sent.)

2. UDP (User Datagram Protocol). UDP is designed for applications where you don't need to put sequences of datagrams together. It fits into the system much like TCP. There is a UDP header. The network software puts the UDP header on the front of your data, just as it would put a TCP header on the front of your data. Then UDP sends the data to IP, which adds the IP header, putting UDP's protocol number in the protocol field in­stead of TCP's protocol number. However UDP doesn't do as much as TCP does. It doesn't split data into multiple datagrams. It do­esn't keep track of what it has sent so it can resend if necessary. About all that UDP provides is port numbers, so that several programs can use UDP at once.

UDP (multicast) streaming must be used in combination with more than 1 client.

There are some prerequisites: First, the DVBViewer must be installed both on the server and the client(s). Second, on each client an MPEG2 decoder must be installed. Third, your firewall must be set up correctly.

And, most important: A functioning network must be installed. Both the server and the client must be equipped with NICs (Network Interface Cards). They must be connected with at least CAT5 cabling.

Use the following settings:

Server:

As interface you must select the network that connects the server with the client(s). Maybe you must select different values for TTL and buffer size, but that depends on your system.

 

Client:

 

When automatically obtaining the IP-address you can use the command "IPconfig.exe /all" (without quotation marks) in a DOS-box to determine the addresses. On both the server and the client you must set the same workgroup.

On the server you must only start the DVB Server and click on start. Then open the DVBViewer on the client. Now you can watch TV over LAN, you can switch all channels.