iPhone、黑莓、Android、诺基亚上的 Gstreamer?它将如何表现?
iPhone、Android、黑莓、诺基亚上的 Gstreamer。我们如何使用 C 或 D 或 Vala 语言来实现它?或者我们应该只使用 Java 还是 Lua?
1) Glib 可以移植到 iPhone、Android、Blackberry、Nokia 吗?
对于Android,有一个提示http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions
对于 iPhone,不知道
对于诺基亚,不知道
对于黑莓,不知道
希望有人对此主题提供一些答案和反馈。
Gstreamer on IPhone, Android, Blackberry, Nokia. How can we make it using C or D or Vala languages? Or should we just use Java or Lua?
1) Glib porting to IPhone, Android, Blackberry, Nokia is available?
For Android, there is a tips http://gstreamer.freedesktop.org/wiki/GstreamerAndroid_InstallInstructions
For IPhone, no idea
For Nokia, no idea
For Blackberry, no idea
Wish someone put some answers and feedback on this topic.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我对移动开发了解不多,但最好的选择是研究 GtkD。该项目提供了 GTK 和 GObject 的绑定。 AFAIK 尚不存在与 GStreamer 的 D 绑定,但是从 D 调用 C 代码并不困难 。此外,要针对 ARM 架构进行编译,您可能需要查看 GDC,因为参考 DMD 实现仅针对 x86/x64。
I don't know much about mobile development, but your best bet would be to look into GtkD. This project provides bindings to GTK and GObject. AFAIK no D bindings to GStreamer exist yet, but calling C code from D isn't difficult. Furthermore, to compile for ARM architectures, you'll probably want to look at GDC since the reference DMD implementation only targets x86/x64.