I wish to encode audio with Opus encoder and send encoded frames in UDP packets.
There are ~1600 bytes per second.
As far as I read about UDP packet size 1400 bytes is good choice to start but most articles are about ethernet.
I can't find good references about 3G and 4G networks. I think I read somewhere that some mobiles networks compress packets.
Is it efficient to transmit audio in 500 bytes UDP packets vs 1400 bytes packets? May it triple mobile data usage?