GNOME Bugzilla – Bug 794595
[Android omxgoogleh264encoder] AMC encodebin failed.
Last modified: 2018-11-03 14:19:29 UTC
This bug is similar to #794593, but now I try to use a last found on my device the HW Android's encoder: amcvidenc-omxgoogleh264encoder. Now, I use something other pipeline: [code] ... const QByteArray launch = "videotestsrc name=appsrc " "! amcvidenc-omxgoogleh264encoder name=videoenc " "! video/x-h264, profile=main " "! rtph264pay name=pay " "! udpsink name=udpsink"; GError *error = nullptr; m_pipeline = ::gst_parse_launch(launch.constData(), &error); ... [/code] ang got a lot of errors and warnings, please see my attachments. PS: I use Android 5.1.1 (CyanogenMod 12.1) on Samsumg GT-S7270.
Did you forgot the attachment ? Have you tried with newer Android ?
Created attachment 370005 [details] Encoder debugging log ("amc*:6")
Created attachment 370006 [details] Pipeline startup code
> Have you tried with newer Android ? Hi, I have not any other Android device.
-- GitLab Migration Automatic Message -- This bug has been migrated to freedesktop.org's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/669.