在带有html5 <audio>的流音频中。为什么不能写出currentTime?或者有其他方法来改变播放进度?</audio>

时间:2014-12-11 10:11:31

标签: http-headers html5-audio

我看了样品马克,现在也跑得很好。 http://streaming203.radionomy.com/Air-Jazz?group=0&countrycode=US

但音频的src是一个流音频,如何改变播放进度? 代码audio.currentTime = XXX无法运行。 audio.currentTime和audio.duration很好。

您需要在上面的http服务或html5的音频中设置它吗?谁有个好主意?

1 个答案:

答案 0 :(得分:0)

也许你应该在流媒体时回复以下标题:

  • Content-Type =&gt; “音频/ MPEG”
  • Content-Length =&gt; “TOTAL_BYTES”
  • Content-Range =&gt; “bytes 0-xxx / total_bytes”
  • Accept-Ranges =&gt; “字节”

尤其是最后一个。