我正在尝试从安全站点在线流式传输音频内容,例如使用 Cordova 框架的 Windows Phone 8 应用程序中的https://myWebsite.com/sites/My_Song.mp3。
该页面是使用 HTML5 和带有音频标签的音频播放器设计的。
从公开网站(例如http://myWebsite.com/sites/My_Song.mp3 )流式传输音频内容时效果很好。但是当我尝试从https流式传输时它失败了
<audio id='audioID' controls><source src='https://myWebsite.com/sites/My_Song.mp3'>Your browser does not support the audio tag.</audio>