SetMediaTime on a Media Source

danma06

New Member
With websocket 4.9, I'm noticing that using a SetMediaTime call, the time is not exact. Usually the media time is set to either 4 or 8 seconds before the desired time in ms.

obs.send('SetMediaTime', { 'sourceName': 'Media Source', 'timestamp': 365000 });

Should set the time to the 6min 5sec mark, correct? (365000 milliseconds, is 365 seconds, which is 3min 5 sec) but instead it gets set to 5min 57sec.

Is this a known issue? Or do I have something configured improperly?
 
Top