<< Click to display table of contents >> TRVCamReceiver.Protocol |
Defines a protocol used to receive 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 TRVCamReceiver and TRVMediaServer:
A connection Server-Receiver must always be HTTP or TCP.