Ant Media Server如何生成VoD预览

How to generate VoD preview in Ant Media Server

有没有办法为上传到 Ant Media Server 的 VoD 生成缩略图或预览?

您可以通过以下方法使用 mp4 缩略图:

<video width="320" height="240" controls>
  <source src="video.mp4#t=0.1" type="video/mp4">
</video>

另请检查:

How to set the thumbnail image on HTML5 video?