Android FFMPEG - 加载 http 广播 url 并解码以播放它

发布于 2024-10-28 02:16:48 字数 194 浏览 1 评论 0原文

我正在尝试加载 aac 广播流并播放它。为此,我尝试解码音频并使用音轨播放它。

我正在尝试使用 FFMPEG 来实现此目的。是否可以传入http url并要求ffmpeg的方法av_open_input_file打开http url?我正在尝试执行此操作,但在编译时显示一些错误。

有没有人尝试过这个。这可能吗?

问候, 哈里

I'm trying to load a aac radio stream and play it. For this I'm trying to decode the audio and play it using audiotrack.

I'm trying to use FFMPEG for this purpose. Is it possible to pass in the http url and ask ffmpeg's method av_open_input_file to open the http url? I'm trying to do this but its showing some errors while I'm compiling it.

Has anyone tried this. Is this possible?

Regards,
Hari

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

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

发布评论

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

评论(1

一身骄傲 2024-11-04 02:16:48

我在我的机器人上测试了一些应用程序。请在此处查看这些应用程序的代码。

http://code.google.com/p/aacplayer-android/

https://github.com/havlenapetr/android_packages_apps_FMRadio

在我的机器人上运行得很好。希望这有帮助。

I have tested some apps on my droid. See the code for these apps here.

http://code.google.com/p/aacplayer-android/

https://github.com/havlenapetr/android_packages_apps_FMRadio

Which works perfectly well on my droid. Hope this helps.

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