在 Visual Studio 调试模式下播放 ogg 文件
这可能更多是 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
尝试 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.