使用 HTML5 在 iPhone 上播放 Shoutcast 流
我知道这个问题过去已经被问过,但我最终没有找到答案......
所以我得到了一个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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我建议 Mediaelement 。它适用于大多数移动设备,包括 iPhone。
I would suggest Mediaelement . Its works well on most of mobile devices including iPhone.
适用于 iPhone 的 HTML5 流媒体 Web 应用程序。
HTML5 streaming web pp for iPhone.
尝试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.
非常欢迎,抱歉我不知道 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/