We're looking to transfer text or binary data along with audio & video between two bareSIP clients. More than a few bytes, but much less than the UDP MTU. A data conversation of sorts, with a message every few seconds.
Does such a mechanism already exist? Is anyone working on this?
If not, these approaches come to mind, with pros & cons:
Implement SDP's m=text or m=application.Pros:
Cons:
Pros:
Cons:
Pros:
Cons:
Pros:
Cons:
Of course, the approach requiring the least effort, and leveraging existing mechanisms (already well tested) is most appealing. We can handle lost packets at the application layer.
Hello,may be the transfer of small data via DTMF is suitable for you?вторник, 26 сентября 2023 г. в 06:14:21 UTC+3, j...@jc-bell.com:
We're looking to transfer text or binary data along with audio & video between two bareSIP clients. More than a few bytes, but much less than the UDP MTU. A data conversation of sorts, with a message every few seconds.
Does such a mechanism already exist? Is anyone working on this?
...