“ https://s3.us-east-2.amazonaws.com/ - -videos / ************。mp4”。 这是一个s3视频网址,我无法在Angular项目中的html5视频标签或其他第三方视频播放器中播放。是否需要执行任何Mime类型或配置才能播放视频?尝试使用的类型是video / mp4。
答案 0 :(得分:0)
did you tried this?
<video width="100" height="100" controls>
<source src="random.mp4" type="video/mp4">
<source src="random.ogg" type="video/ogg">
Your browser does not support the video tag.
</video>