Hallo, ./include/vlc_config.h: in this file is the clock frequenz defined: "#define CLOCK_FREQ 1000000" and duration between the time we receive the data packet, and the time we will mark it to be presented: "#define DEFAULT_PTS_DELAY (mtime_t)(0.3*CLOCK_FREQ)" Does anybody know ...