Android 媒体播放器无线电流与 wma 编解码器
我正在尝试从 android 4.0.3 API15 中的媒体播放器播放广播音频流。 有些站可以工作,但很多站都失败,例如:
http://switch3.castup.net/cunet/gm.asp?ai=31&ar=88FM
该电台(以及许多其他电台)向我返回以下错误: 错误(1,-21477483648)。
我检查了该电台使用的编解码器及其 wma。 媒体播放器不支持此编解码器,但我知道有应用程序(“以色列广播电台”)可以播放此电台。
我的问题是,播放该流有什么解决方法吗? 谢谢
I'm trying to play radio audio stream from the media player in android 4.0.3 API15.
Some of the stations work, but a lot of the stations fail, for example :
http://switch3.castup.net/cunet/gm.asp?ai=31&ar=88FM
This station(and many other) is returning me the following error:
error (1,-21477483648).
I checked the codec being used in that station and its wma.
The media player doesnt support this codec but i know that there is application("Radio Israel") that can play this station.
My question is , is there any workaround for playing that stream?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
WMA 是 Windows 格式,Android 是 Linux 格式。您可以使用自己的代理服务器编码为 MP3(或其他格式),然后从那里进行流式传输。
WMA is a Windows format and Android is Linux. You could use a proxy server of your own to encode into MP3 (or another format) then stream from there.