Johan Hormaza Well-Known Member Licensed User Longtime User Mar 1, 2020 #1 It is possible to do walkie-talkie with Mqtt. Or have a voice conversation through MQTT. Thank you!
Erel B4X founder Staff member Licensed User Longtime User Mar 2, 2020 #2 You can send any data you like with MQTT. MQTT is not a streaming protocol so it will probably be less suitable for an audio conversation. Upvote 0
You can send any data you like with MQTT. MQTT is not a streaming protocol so it will probably be less suitable for an audio conversation.
Johan Hormaza Well-Known Member Licensed User Longtime User Mar 2, 2020 #3 Which would be the right one? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Mar 2, 2020 #4 Have you seen this B4A example: https://www.b4x.com/android/forum/threads/30648/#content ? Upvote 0
P Philip Prins Active Member Licensed User Longtime User Mar 9, 2020 #5 MQTT is not suitable for push to talk . You can use B4J with UDP streams. Upvote 0