Android FFMPEG - 加载 http 广播 url 并解码以播放它
我正在尝试加载 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我在我的机器人上测试了一些应用程序。请在此处查看这些应用程序的代码。
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.