how to stream windows media files in html without downloading the file ? i tried with html audio,embeded tags but wma files are not supporting
如何在不下载文件的情况下以html格式传输windows媒体文件?我尝试了html音频,嵌入标签,但wma文件不支持。
<audio controls="mycontrol" height="50" width="50">
<source src="music.mp3" type="audio/mp3" />
<source src="music.ogg" type="audio/ogg" />
<embed height="50" width="50" src="music.mp3" />
</audio>
any other way to stream or play wma files ?
是否有其他方法来流或播放wma文件?
1
You can't. No browsers support that format.
你不能。没有浏览器支持这种格式。
Convert your audio files to a supported format. (MP3, for instance; everything supports that.)
将音频文件转换为受支持的格式。(MP3,例如;一切支持。)
本站翻译的文章,版权归属于本站,未经许可禁止转摘,转摘请注明本文地址:http://www.silva-art.net/blog/2016/11/04/f72acda13167e794df317e0061434529.html。