<音频>标记 Android chrome 中的异常行为

发布于 2025-01-05 17:44:06 字数 351 浏览 3 评论 0原文

<audio src="SOURCE1" /> 

在 Android 浏览器中玩得很好。但是当我

 wget SOURCE1

然后使用

<audio src="MYSERVER/SAME_MP3" /> 

它时,它在 android chrome 中无法识别!我不知道出了什么问题。

这是 my-server 的配置方式吗?两个服务器的响应标头看起来很相似。只是我的服务器正在 https 上连接。

非常感谢任何帮助! :)

I have

<audio src="SOURCE1" /> 

playing perfectly in Android Browser. But when I

 wget SOURCE1

and then use

<audio src="MYSERVER/SAME_MP3" /> 

it is not recognized in android chrome! I've no idea what is going wrong.

Is it the way the my-server is configured? The response headers of both the servers look alike. Just that my server is connecting on https.

Any help is greatly appreciated! :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

落墨 2025-01-12 17:44:06

适用于 Windows 或 Mac 的 Chrome 怎么样?它是否以正确的方式处理这个问题?如果不是,您可以在调试控制台中看到 HTTP(S) 连接。

如果仅适用于 Android 的 Chrome,请尝试此远程调试器。它还显示了相同的内容:http://code.google.com/chrome/移动/docs/debugging.html

How about Chrome for Windows or Mac? Does it handle this in the correct way? If it's not, you can see the HTTP(S) connection in the debug console.

If it's Chrome for Android only, try this remote debugger. It also shows the same thing: http://code.google.com/chrome/mobile/docs/debugging.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文