0 / 60 seg.

In the following code, when will the poster image be replaced by the video?

<video width="320" height="240" controls poster="image.jpg">
  <source src="video.mp4" type="video/mp4">
</video>