Sync streaming video and timeline

Hello,

I want to play a timeline and a video (subsymbol) only after buffering is done.
Could you help me with the code? I tried:
video.on(“ready”, () => {
but it shows the video buffering, I need a script to run after buffering ends.

tks,
USF