Shoutcast流让我头痛不已。
我试过了:
这些都不是真正的跨平台浏览器解决方案。它甚至不能播放所有的shoutcast流!
这个问题还有其他解决办法吗?
也许我可以通过一些php库传递流?
任何解决方案吗?
答案 0 :(得分:2)
由于没有人回答,我今天洗劫了网络并找到了soundmanager2 - 至少在我的测试中,它们在桌面和移动浏览器上都能正常工作。
我测试了Android,IOS,桌面端chrome,firefox,safari和所有shoutcast频道似乎都运行良好。
所以,你去吧:)。
http://www.schillmania.com/projects/soundmanager2/
soundManager.setup({
url: 'soundManager2/swf',
debugMode: false,
// optional: use 100% HTML5 mode where available
// preferFlash: false,
onready: function() {
var mySound = soundManager.createSound({
id: 'shoutCast',
url: valueSelected+';',
type: 'audio/mp3'
});
mySound.play();
},
ontimeout: function() {
// Hrmm, SM2 could not start. Missing SWF? Flash blocked? Show an error, etc.?
}
});
valueSelected = http://198.27.79.224:9770/