Probably relating to the SO question MQTT for realtime data streaming, how would the realtime multimedia quality be achieved with MQTT?
This is different from the MQTT defined QoS 0, 1, or 2. In realtime streaming with RTP and RTCP, these extra functionalities are explicitly supported:
- Sequencing
- Time-stamping and buffering
- Rate control
- Quality feedback
Though the referenced SO question mentions VoIP are implemented on MQTT, how would the above factors be considered, or just ignored at all?
Edit: As @hardillb mentions below in the answer the "considerations would have to be implemented by application", what protocol the application should follow? Is RTP/RTCP over MQTT a good solution here?