在 Visual Studio 调试模式下播放 ogg 文件

发布于 2024-10-19 13:41:20 字数 259 浏览 1 评论 0原文

这可能更多是 MIME 类型的卡西尼问题(你能改变它们吗?看起来你不能,还是我错了?)。

我正在构建一个使用音频标签来播放音频文件的网站。对于 Firefox,我使用 ogg。

当我直接转到文件 http://localhost:1455/audio.ogg 时,而不是播放文件刚刚下载。我需要做什么才能使其正常工作(无需通过 IIS 运行该站点)?

This might be more of a cassini issue with MIME Types (can you change them? It doesn't look like you can or am I wrong?).

I'm building a site that is using the audio tag to play audio files. For Firefox I'm using ogg.

When I go the to file directly, http://localhost:1455/audio.ogg, instead of playing the file just downloads. What would I need to do to get this working (without resorting to running the site through IIS)?

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

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

发布评论

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

评论(1

内心旳酸楚 2024-10-26 13:41:20

尝试 IIS Express 而不是 cassini,它是 IIS 的轻量级版本,专为开发而设计,是 cassini 的直接替代品。

您将更好地控制网络服务器的各个方面。

Try IIS Express instead of cassini, it is a lightweight version of IIS designed for development and is a drop-in replacement for cassini.

You will get better control over all aspects of the web server.

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