使用 HTML5 在 iPhone 上播放 Shoutcast 流

发布于 2024-10-11 17:54:24 字数 377 浏览 4 评论 0原文

我知道这个问题过去已经被问过,但我最终没有找到答案......

所以我得到了一个Shoutcast流,编码音频/mpeg,我想为我的iPhone创建一个网络应用程序来收听我的流移动设备。

我尝试了http://mydomain.com:8000/的几种方法。用分号,用stream.nsv,用stream.nsv&type=mp3等等...

我每次都用Safari浏览器测试它,但没有任何反应。我在 html5 音频标签中尝试了几个选项。预加载,自动缓冲等......它仍然很安静......

你有任何解决方案或片段或其他什么吗?

谢谢 :)

I know this question is already asked in past, but i finally found no answer....

So I got a shoutcast stream, encoding audio/mpeg and I want create a web-app for my iphone to listen to my stream mobile.

I tried several methods of http://mydomain.com:8000/. With semicolon, with stream.nsv, with stream.nsv&type=mp3 and so on...

I tested it everytime with the Safari browser und nothing happened. I tried several options in the html5 audio tag. preload, auto-buffering etc..... it's still quiet...

Do you have any solutions or snippets or what else?

Thank you :)

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

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

发布评论

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

评论(4

£噩梦荏苒 2024-10-18 17:54:25

我建议 Mediaelement 。它适用于大多数移动设备,包括 iPhone。

I would suggest Mediaelement . Its works well on most of mobile devices including iPhone.

适用于 iPhone 的 HTML5 流媒体 Web 应用程序。

<audio controls="> 
 <source src="http://www.yourstreaming.com" type="audio/ogg" />
 <source src="http://www.yourstreaming.com" type="audio/mpeg" />
</audio>

HTML5 streaming web pp for iPhone.

<audio controls="> 
 <source src="http://www.yourstreaming.com" type="audio/ogg" />
 <source src="http://www.yourstreaming.com" type="audio/mpeg" />
</audio>
与君绝 2024-10-18 17:54:24

尝试jPlayer 我很确定它可以播放shoutcast 流,并且可以在iPhone 中使用。该播放器使用HTML5,并支持flash回退。

Try jPlayer I'm pretty sure it can play shoutcast stream, and it works in iPhone. The player uses HTML5, and supports flash fallback.

沒落の蓅哖 2024-10-18 17:54:24

非常欢迎,抱歉我不知道 Android 的来源,这里有可能对您有帮助的链接,祝您好运。
http:// dev.opera.com/articles/view/everything-you-need-to-know-about-html5-video-and-audio/

you very welcome,sorry i don't know the source for Android,here are links that might help you,good luck with it.
http://dev.opera.com/articles/view/everything-you-need-to-know-about-html5-video-and-audio/

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