Freescale / gstreamer-imx

GStreamer 1.0 plugins for i.MX platforms
Other
182 stars 127 forks source link

Questions about supporting Android #319

Open mori9393 opened 1 year ago

mori9393 commented 1 year ago

Hello,

I want gstreamer-imx which can encode MPEG-2 video to H.264 on I.MX8M/Android. It is because the Webview (or any other web-browsers) can't display MPEG-2 stream directly.

But the gstreamer-imx doesn't support to Android OS yet.

Q1. Would you tell me does the gstreamer-imx project have a plan of Android support soon? Q2. If not, what we should try to another way to be able to? Q3. Attempted cross-compiling the 'libimxvpuapi', but it was fail because 'libhantro' did not exist. If possible, let me know how to compile the libimxvpuapi.

Best Regards.

dv1 commented 1 year ago

I haven't tried that yet. From what I recall, GStreamer plugins need to be statically linked when building for Android. I'll ask others about details.