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
Register in file Video on Server
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Register in file Video on Server
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.
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.
-
- Posts: 14
- Joined: Fri Mar 17, 2017 10:44 am
Re: Register in file Video on Server
Hi,
when the next update will be out ?
thanks
Alessandro Romano
when the next update will be out ?
thanks
Alessandro Romano
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Register in file Video on Server
When all changes will be tested. I do not know the date, sorry.