Page 1 of 1

Register in file Video on Server

Posted: Fri Mar 17, 2017 10:53 am
Hi,
my project uses the server to handle the streaming.
(> 1 sender and > 1 receiver)

my idea is to record the video directly to a file on the server (PC)...

it's possible to do it ?

I saw the demo (recording) ... but does not use the server ...

thanks

RVMedia 5.01 with delphi XE 10.1.2 Berlin
Alessandro Romano

Re: Register in file Video on Server

Posted: Fri Mar 17, 2017 9:07 pm
by Sergey Tkachenko
Unfortunately, the current version of RVMedia allows recording MJpeg videos only from TRVCamera component.

The next update will improve the situation.

TRVMediaServer components itself does not decode video, so it alone cannot be used to record it.
However, you can create a client (TRVCamSender + TRVCamReceiver) embedded directly in your server application. This client can receive video, and we will add a possibility to record video not only from TRVCamera, but also from TRVCamReceiver.

Re: Register in file Video on Server

Posted: Mon Mar 20, 2017 6:16 am
Hi,
when the next update will be out ?

thanks

Alessandro Romano

Re: Register in file Video on Server

Posted: Mon Mar 20, 2017 3:55 pm
by Sergey Tkachenko
When all changes will be tested. I do not know the date, sorry.