• Jindřich Makovička's avatar
    mpegts: adjustable minimum PES payload · 891ce00c
    Jindřich Makovička authored
    With the current default PES packet size, and very small audio bitrates,
    audio packet duration gets too long. For players, which wait for a whole
    audio packet (or more) it takes a very long time to start playing sound.
    
    For 24kbps audio, one PES packet is about 1 second long. On Motorola STBs,
    we observe about 3 second delay before the playback starts with the
    default setting.
    Signed-off-by: 's avatarAnton Khirnov <anton@khirnov.net>
    891ce00c
mpegtsenc.c 35.1 KB