encrypted stream from TRVCamSender to TRVMediaServer

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
JOEL_GAILLEDREAU
Posts: 1
Joined: Tue Oct 11, 2016 8:32 am
Location: ELANCOURT, France
Contact:

encrypted stream from TRVCamSender to TRVMediaServer

Post 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
WpgnGaming
Posts: 20
Joined: Mon Dec 21, 2015 7:54 pm

Post by WpgnGaming »

Why not use a encryption vcl like blowfish and encode the stream that way?
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Post 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.
Post Reply