Gstreamer on iphone, blackberry, android, nokia? How would it perform?

…衆ロ難τιáo~ 提交于 2019-12-24 19:12:35

问题


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.


回答1:


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.



来源:https://stackoverflow.com/questions/5585538/gstreamer-on-iphone-blackberry-android-nokia-how-would-it-perform

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!