2015-07-13 165 views
3

我正在使用以下代码通过wowza媒体服务器播放manifest.f4m视频流。但它不工作请帮助,如果有人知道。如何使用html5视频标签播放HDS视频流

<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> 
+1

你的视频格式是mp4或不是 –

回答

0
<video width="320" height="240" controls> 
    <source src="http://localhost:1935/vod/_definst_/mainVideo/smil:mainVideo.smil/manifest.f4m" type="video/f4m"> 

    Your browser does not support the video tag. 
</video> 

试试这个代码...

+0

感谢您的帮助,但它并没有在我身边工作。 –

+0

检查你的视频路径和格式 –

+0

视频路径是正确的,因为它适用于我在wowza测试flash播放器上播放它。 –

1

截至此时,HTML5不支持原始F4M。考虑将视频文件转换为兼容格式。