Hi,
I'm developing an gstreamer application on BeagleBoard XM needs to use rtmp plugin , but I can't find the rtmp in it.
So I decided to build gstreamer & all plugins ( especially, gst-plugins-bad) from source.
First
method, I find version of these packages and got its source code and
dependents, then build all of it as on PC. But The OS version lacks many
necessary utilities, and I was unsuccessful.
Second method, I built all of it use Openembedded Classic but most of links was out of date.
My PC is running Ubuntu 12.04 LTS, and my BBXM is running:
=======================================
Distributor ID: Angstrom
Description: Angstrom GNU/Linux v2011.08 (foo)
Release: v2011.08
Codename: foo
=======================================
So, Could you please give some ideas?
Thank you so much!