Callbacks fail

Peter Bogdanoff bogdanoff at me.com
Sun Mar 11 16:15:28 EDT 2018


Hi,

I’m working on a project that has a 1-1/2 hour video playing. I’m using callbacks to display subtitle text in a field. When a callback is sent from the player, the appropriate text is shown.

This work great on Mac, not so good on Windows. On Windows, the callbacks seem to stop arriving after about a minute, and the player stops functioning correctly. The player timeScale and subsequent callbacks are set up:

Mac timeScale = 2997, last callback in the video = 16661913
Win timeScale = 10,000,000, last callback in the video = 552892592040

So, should I be surprised that in Windows a callback of 552 billion might not work? The callbacks seem to stop coming around 325625625.

Peter
ArtsInteractive



More information about the use-livecode mailing list