创建播客的教程(PHP)

发布于 2024-07-23 00:03:20 字数 1542 浏览 7 评论 0原文

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

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

发布评论

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

评论(3

披肩女神 2024-07-30 00:03:21

请注意,如果您希望文件看起来像 mp3,您可以执行简单的 Apache 重写,在内部重写请求,因此转换 http://blah.com/audio43657.mp3(其中数字是要播放的内容的某种 ID):

RewriteRule audio([\d]+)\.mp3 streamingaudio.php?id=$1

Just a note, if you want a file to look like an mp3, you could do a simple Apache rewrite that internally rewrites the request, so convert http://blah.com/audio43657.mp3 (where the number is some sort of ID of what to stream):

RewriteRule audio([\d]+)\.mp3 streamingaudio.php?id=$1
好多鱼好多余 2024-07-30 00:03:21
  • RSS 2.0 at Harvard Law is reasonably digestible and outlines the required tags.

  • Apple Podcasts Technical Specification - Tracking Usage includes a small note on the "url must end in .mp3" issue, which others have encountered.

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