【发布时间】:2015-10-01 12:47:48
【问题描述】:
我正在使用以下代码通过 wowza 媒体服务器播放 manifest.f4m vod 流。但它不起作用如果有人知道,请帮助。
<video width="320" height="240" controls>
<source src="http://localhost:1935/vod/_definst_/mainVideo/smil:mainVideo.smil/manifest.f4m" type="video/mp4">
Your browser does not support the video tag.
</video>
【问题讨论】:
-
您的视频格式是否为mp4
标签: html html5-video wowza