I have an iMX6 board with Android M on it. I want to have GStreamer as my default media engine.
In the android source from Freescale, I can see that VPU enabled OpenMax compliant components are present, so I thought of using gst-omx. But this may not be the right approach as we have VPU enabled GStreamer source available at https://github.com/Freescale/gstreamer-imx. Approach 1: Completely replace Android Stagefright/NuPlayer with a customer Gstreamer player which uses available gst components. Is there any open source project doing the same. I feel the effort to develop this might be on higher side. Approach 2: Use the android Stagefright/NuPlayer and replace the the OMX layer with gstreamer components. Not sure about the complexity. Let me know your thoughts on which approach will be ideal and possible risks or suggest any better approach. Any pointers will be of great help. |
Le jeudi 27 avril 2017 à 00:30 -0700, palpal7785 a écrit :
> I have an iMX6 board with Android M on it. I want to have GStreamer as my > default media engine. > > In the android source from Freescale, I can see that VPU enabled OpenMax > compliant components are present, so I thought of using gst-omx. But this > may not be the right approach as we have VPU enabled GStreamer source > > available at https://github.com/Freescale/gstreamer-imx. > > Approach 1: Completely replace Android Stagefright/NuPlayer with a customer > Gstreamer player which uses available gst components. Is there any open > source project doing the same. I feel the effort to develop this might be on > higher side. > Approach 2: Use the android Stagefright/NuPlayer and replace the the OMX > layer with gstreamer components. Not sure about the complexity. plugin will call the Java public APIs (Android Media Codec) from C. It is the only portable method. If you are removing the Java VM though, you'll have to try one of your other solution. When removing StageFright (gstreamer-imx or gst-omx) you also remove the graphic integration (using ION/GRAlloc and special texture extension). Re- implementing this platform specific code might take time. > > Let me know your thoughts on which approach will be ideal and possible risks > or suggest any better approach. > Any pointers will be of great help. > > > > -- > View this message in context: http://gstreamer-devel.966125.n4.nabble.com/GStreamer-on-iMX6-with-Android-M-tp4682826.html > Sent from the GStreamer-devel mailing list archive at Nabble.com. > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (188 bytes) Download Attachment |
Free forum by Nabble | Edit this page |