RtmpOutputSettings.onSentInitialMedia 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:

onSentInitialMedia?: (timestamp: Interval, sourceTime: SourceTime | undefined) => void;