Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

TCP protocol provides reliable transmission guarantee for no loss of frame. Its bandwidth probing and congestion control will attempt to use all of the available bandwidth between the server and client, fetching content as quickly as possible while being friendly to other (TCP) traffic on the same links. The TCP output can push the stream directly to a TCP socket or to an HTTP server.  

To Create a TCP Output:

  1. In the Zixi Broadcaster Outputs page, click . The New Output window is displayed.
     
  2. Type in the unique identifier for this output in the Output Name.
  3. Select an Input Stream to be made available on this output from the adjacent drop-down list.
  4. Select the Show in Matrix check box to display this stream in the Matrix (see Using the Matrix). Default: Selected.
  5. Select TCP.
  6. Specify the Output parameters (see Output Stream Parameters Table). 
  7. If the target is an HTTP server, select the HTTP checkbox. In this case, HTTP headers will be added to the stream. 
  8. Enter additional parameters as necessary (see Output Stream Parameters Table).
  9. Click OK. The new TCP Output with its settings is created and now appears on the screen.

Output Stream Parameters Table

ParameterDescription
Output Parameters

Host

The destination host for the stream.

Port

Specify the ports to listen on for Push streams.
Default: 2088.

HTTPIf the target is an HTTP server, select the HTTP checkbox. In this case, HTTP headers will be added to the stream.

Enable Decryption

Select this checkbox to enable decryption of an encrypted stream.
Decryption type

If the stream has been encrypted, you can decrypt through the output by selecting this checkbox and specifying the type of encryption that was used.

Select Automatic to decrypt a stream that has been encrypted using Automatic encryption.

Only if the stream has not been encrypted, select None (default).

Important Notice: if the stream has been encrypted you must decrypt it in the output.
Decryption keyEnter the decryption key to decrypt the encrypted stream.



  • No labels