<< Click to display table of contents >> TRVCamSender.Protocol |
Defines a protocol to use for sending data.
property Protocol: TRVProtocol;
Recommendation for connection between TRVCamSender and TRVCamReceiver:
If you need to send not only video and audio, but also other kinds of data (commands, files, etc.), create 2 pairs of Sender+Receiver. For the first Sender, assign Protocol=rvpUDP, connect it to the first Receiver (having the same value of Protocol property) and use to transfer video and audio data. For the second Sender, assign Protocol=rvpTCP (or rvpHTTP), connect it to the second Receiver (having the same value of Protocol property) and use to transfer commands, files, etc.
Recommendation for connection between TRVCamSender and TRVMediaServer:
If you need to send not only video and audio, but also other kinds of data (commands, files, etc.), a client may consists of 3 components having the same GUID: two Senders and one Receiver. The first Sender may send video and audio using UDP. The second Sender may send commands and files using HTTP or TCP. A connection Server-Receiver must always be HTTP or TCP.
Default value
rvpUDP