Page 1 of 1

Mobile Chat

Posted: Mon Jan 10, 2022 7:05 pm
by bouhlal
Hello
with RvMedia, it is possible to create a mobile chat app that makes voice/video calls and send voice message one to one like WhatsApp?
does it require a server? if yes the server can run on Linux or just windows?
Best regards

Re: Mobile Chat

Posted: Tue Jan 11, 2022 8:39 am
by Sergey Tkachenko
RVMedia allows reading sound from microphone and sending it by network or recording to a file.

All our chat examples send sound from microphones immediately, without recording sound to a file.
But RVMedia can record sound to a file (with use of FFmpeg), and can send this file.
Unfortunately, RVMedia does not include a component for playing sound files, but the standard TMediaPlayer should work.

It is possible to implement a direct connection, or a connection via a server.
In Delphi, RVMedia supports only Windows platform. In Lazarus, Linux is supported as well.

Re: Mobile Chat

Posted: Wed Jan 12, 2022 1:23 am
by bouhlal
thank you for the informations