Hi all,
I use udpcast to transmit a flow from a pipe of a priori unknown size. I
feed this pipe at fixed rate with an external program. Doing tests, I detect
the rate grows a lot when fec is active if no data rate limitation was
considered. I see that the block size of the slice was very small a lot of
times in comparison with the length of the UDP packet.
I fixed this forcing the maximum length of slice. This way ensures that all
the packet length fills with useful data.
I don't know if there is a more easier solution yet implemented in udpcast.
Maybe this could be useful to someone.
Regards,
Héctor