【发布时间】:2017-02-28 12:11:23
【问题描述】:
当我尝试使用 html5 或 cordova 媒体插件调用音频时,会有大约 40 秒的延迟。但它可以在电脑浏览器中使用。
我在下面发送我的代码。
var my_media = new Media("http://85.111.25.40:8000/stream/1/;", onSuccess, onError, status);
my_media.play();
或
<audio controls autoplay>
<source src="http://85.111.25.40:8000/stream/1/;" type="audio/mp4"></source>
</audio>
config.xml
<content src="index.html" />
<access origin="*" />
【问题讨论】:
标签: android html cordova streaming cordova-media-plugin