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
Mobile Chat
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: Mobile Chat
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.
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
thank you for the informations