Register in file Video on Server

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
[email protected]
Posts: 14
Joined: Fri Mar 17, 2017 10:44 am

Register in file Video on Server

Post by [email protected] »

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
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Register in file Video on Server

Post 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.
[email protected]
Posts: 14
Joined: Fri Mar 17, 2017 10:44 am

Re: Register in file Video on Server

Post by [email protected] »

Hi,
when the next update will be out ?

thanks

Alessandro Romano
Sergey Tkachenko
Site Admin
Posts: 17236
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: Register in file Video on Server

Post by Sergey Tkachenko »

When all changes will be tested. I do not know the date, sorry.
Post Reply