Hello When sending Mpeg-ts data, there are two way to utilize the MTU size. one is to send only complete mpeg-ts packets (each 188 byte so 7 can go in a single normal MTU). the other option is to fragment the last mpeg-ts packet and so feel the MTU completely, at the cost of having the next MTU start in the middle of a mpeg-ts packet and not with a header. Which strategy does the libav use by default and is there a way to control it?
Carmel
_______________________________________________ Libav-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/libav-user
