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
encrypted stream from TRVCamSender to TRVMediaServer
-
- Posts: 1
- Joined: Tue Oct 11, 2016 8:32 am
- Location: ELANCOURT, France
- Contact:
-
- Posts: 20
- Joined: Mon Dec 21, 2015 7:54 pm
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
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.
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.