Mobile Chat

RVMedia support and discussion (components for displaying and controlling IP cameras, webcams, video conferencing, video chats, recording audio and video files)
Post Reply
bouhlal
Posts: 2
Joined: Mon Jan 10, 2022 7:03 pm

Mobile Chat

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

Re: Mobile Chat

Post 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.
bouhlal
Posts: 2
Joined: Mon Jan 10, 2022 7:03 pm

Re: Mobile Chat

Post by bouhlal »

thank you for the informations
Post Reply