支持桌面,平板电脑和移动设备的网络应用程序。 问题: 无法在iphone / ipad safari浏览器中播放下面提到的音频wav流
在音频wav流中添加了以下标题 content-type:“audio / x-wav” .header(“Content-Length”,“”+ rawAudio.length) .header(“Accept-Ranges”,“bytes”) .header(“Last-Modified”,“Wed,2013年11月27日16:40:59 GMT”) .header(“连接”,“保持活着”)
Wav as a stream:a get restful api返回binarystream作为对上述标题的响应。
sample restful: /audio/getWav.do (this is an spring based web app, which returns binary wav stream as response)
选项已尝试,但无效: 1. web audio api,名为audio.play()函数on_touch_start 2.玩jplayer播放wav流 3. jquery.mb.audio API播放wav流
选项有效: 1.将wav文件上传到web应用程序,iphone / ipad播放文件。
为什么ipad / iphone safari浏览器会从Web服务器播放wav文件,但不播放wav流。
请提供输入或指针,以便在iphone或ipad中播放wav流。