Android 媒体播放器无线电流与 wma 编解码器

发布于 2024-12-28 17:19:45 字数 377 浏览 0 评论 0原文

我正在尝试从 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 技术交流群。

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

发布评论

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

评论(1

心凉 2025-01-04 17:19:45

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.

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