gpt4 book ai didi

jquery - 获取 ERR_CONNECTION_REFUSED

转载 作者:太空宇宙 更新时间:2023-11-03 13:58:21 57 4
gpt4 key购买 nike

我的网站是 HTTPS,我有一个按钮可以播放来自外部网络电台的音频。我使用这段代码插入音频:

<audio preload="none" src="http://stream.radio.com/mo2"></audio>

但是它不起作用。在 Chrome 控制台中得到这个错误

GET https://stream.radio.com/mo2 net::ERR_CONNECTION_REFUSED

您注意到 http 已转换为 https。如何在我的 src 中强制使用 http 而不是 https

最佳答案

您应该在 source 中放置一个 video 标签。

<video controls="" autoplay="" name="media">
<source src="http://stream.midlar.fo/ras2" type="audio/mpeg">
</video>

使用 HTTPS 运行上面的代码片段,您将收到错误 GET https://stream.midlar.fo/ras2 net::ERR_CONNECTION_REFUSED。但是,如果您在 JSFiddle 中尝试使用 HTTP,它将起作用。

关于jquery - 获取 ERR_CONNECTION_REFUSED,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58008624/

57 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com