Can i convert udp packets to udp-lite?

hello guys,

is it possible to convert any udp packets to udp lite say i want to change udp packets from youtube to udp lite

You mean you want to convert an incoming mediastream to UDP-Lite, in order to drop less packets? That seems impossible to me. When a packet arrives with with the right checksum it is used anyway, and if it arrives with a wrong checksum, you don't know if the bytes which would be covered in UDP-Lite are undamaged.

2 Likes