gpt4 book ai didi

html - 使用 HTML5 音频播放 pls 文件

转载 作者:搜寻专家 更新时间:2023-10-31 22:04:21 24 4
gpt4 key购买 nike

我想播放一个 .pls 文件,它是一个 radio 文件。当我点击这个文件时,它会在我的 iIunes 中播放视频(我使用的是 mac)。我想在浏览器中播放这个 pls 文件,尤其是在 Safari 中,因为我想在 iPhone 中播放它。

我的代码:

<audio src="radioveronica.pls" controls="controls">
Your browser does not support the audio element.
</audio>

以下是我的 pls 文件的内容:

[playlist]
File1=http://5713.live.streamtheworld.com:80/VERONICAAACCMP3
Title1=Radio Veronica
Length1=-1
File2=http://5713.live.streamtheworld.com:3690/VERONICAAACCMP3
Title2=Radio Veronica
Length2=-1
File3=http://5713.live.streamtheworld.com:443/VERONICAAACCMP3
Title3=Radio Veronica
Length3=-1
File4=http://5723.live.streamtheworld.com:80/VERONICAAACCMP3
Title4=Radio Veronica
Length4=-1
File5=http://5723.live.streamtheworld.com:3690/VERONICAAACCMP3
Title5=Radio Veronica
Length5=-1
File6=http://5723.live.streamtheworld.com:443/VERONICAAACCMP3
Title6=Radio Veronica
Length6=-1
NumberOfEntries=6
Version=2

最佳答案

shoutcast 服务器没有 stream.nsv(大多数服务器)icecast 就像你说的,虚拟 dj 和 shoutcast 一样,例如:

<html>
<head><title> Listen To Ma' Radio</title></head>
<body>
<audio controls="controls" src="http://50.22.217.113:13679/;&type=mp3"></audio>
</body>
</html>

你可以实现其他功能,因为它是基本的 html,你甚至可以在 php 中实现,享受

关于html - 使用 HTML5 音频播放 pls 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4454132/

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