标签: javascript html html5-audio shoutcast
我创建了我的$this->with = array_merge(['someRelationship'], parent::getParentWith());网址,如下所示
$this->with = array_merge(['someRelationship'], parent::getParentWith());
audio
无法暂停流
暂停方法
this.stream = new Audio("http://ip:port/;");
还尝试清除this.stream.pause(); 并设置src和currentTime=0 但它们都不起作用,音频流在暂停之后也在继续播放
this.stream.pause();
src
currentTime=0