RtmpOutputSettings.onSourceTimeUpdate property
Called when the RTMP output sends the first media frame after connecting to a server (base t0 is established for the RTMP connection)
Signature:
onSourceTimeUpdate?: (streamKey: StreamKey, timestamp: Interval, sourceTime: SourceTime | undefined) => void;