libjitsi
libjitsi copied to clipboard
getLocalTime return a future instant
When i make a conference between Chrome 56 and Firefox 51.0.1 getLocalTime return a new instant come from future difference with the System.currentTimeMillis() up to a few hours. More specific diff2S inside getLocalTime is too big. When i try compose all client videos and audios into one source base on metadata.json. It become a hours conversation. but in real life only take place in a few minutes. Thanks!
Could it be that the client clocks are completely de-synchronized and our sync implementation doesn't take that use case into account?
@gpolitis I skipped it. But fears that it could potentially lead to deficiencies. In that case, may or may not be based on RECORDING_ENDED instant of metadata and the duration of the source file to calculate the instant of RECORDING_STARTED. I'll try it right after this
@gpolitis I have tried many ways but still no solution to solve the problem. Sad