TRVCamSender.ReceiverHost, ReceiverPort

<< Click to display table of contents >>

TRVCamSender.ReceiverHost, ReceiverPort

The properties define the address and port of the receiver (TRVCamReceiver or TRVMediaServer).

property ReceiverHost: String;

property ReceiverPort: Word;

When connecting to TRVCamReceiver, a value of ReceiverPort must be equal to its Port property.

When connecting to TRVMediaServer, a value of ReceiverPort must be equal either to its HTTPPort or UDPPort, depending on Protocol.

These properties are used:

if Protocol=rvpUDP, or

if TCPConnectionType=rvtcpSenderToReceiver

Default values:

ReceiverHost: ''

ReceiverPort: 7777

See also:

ProxyProperty