Page 1 of 1

encrypted stream from TRVCamSender to TRVMediaServer

Posted: Tue Oct 11, 2016 8:46 am
by JOEL_GAILLEDREAU
Hello,

Is there any way to encrypt the stream sent by TRVCamSender to TRVMediaCenter, and down from TRMediaCenter to TRVCam Receiver ?

Kind regards


Joël

Posted: Wed Oct 12, 2016 8:55 am
by WpgnGaming
Why not use a encryption vcl like blowfish and encode the stream that way?

Posted: Wed Oct 12, 2016 12:40 pm
by Sergey Tkachenko
Generally, encryption is not supported.

However, some encryption is possible, if you encrypt and decrypt data youself.

1) When sending audio from a microphone, TRVCamSender.OnEncodeAudio / TRVCamReceiver.OnDecodeAudio events occur, where you can encrypt/decrypt sound data

2) When sending "user data" and files, you can encrypt/decrypt on sending and receiving. For example, in video chat demos, "user data" data type is used for sending user info and text messages.

Note that the server itself does not decode data (except for some technical information), so you need to encode and decode data on clients.