Hi,<div>i'm currently developing a patch to keep vlc from converting timestamps into system-time relative timestamps in both ClockStreamToSystem and ClockSystemToStream.</div><div>For file transcoding, it's not always useful to have system based timestamps on the output file so i added an option to the input in order to skip the timestamp conversion in input_clock_ConvertTS (src/input/clock.c).</div>
<div>I changed input_clock_New to accept a boolean modifier to set an internal flag and when inputclocknew is called (most likely in es_out.c), the corresponding parameter is passed to the clock.</div><div><br></div><div>
As this parameter breaks the display, i wonder if there is a way to Get the value of this parameter only in case of a file to file transcode for example !</div><div>For information, this permit to fix the case of variant playlists for VOD when using httplive streaming module (non linear playback)</div>
<div><br></div><div>I currently have a pre version of this patch for both 1.0 maintenance branch and main tree.</div><div>If you have any advises, i'm all ears !</div><div>Thanks</div><div><br></div><div><br></div><div>
<br></div>