[META] ARM, mobile/embedded devices, and IBM POWER ppc64le #50
Labels
encoding
Audio or video encoders but not the OS interfaces
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
External contribution is required
GStreamer has encoders and screen capturing interfaces from various embedded operating systems, including Raspberry Pi and NVIDIA Jetson. gst-omx is an example of an encoder usable for Raspberry Pi and other ARM SoCs.
v4l2codecs
in gst-bad enables encoding support for Video4Linux as well.While support for Android or iOS is probably out of our scope, ARM Linux support should be useful.
Relevant files: https://github.com/selkies-project/selkies-gstreamer/blob/master/src/selkies_gstreamer/gstwebrtc_app.py and to add
omxh264enc
and/orv4l2h264enc
, then to addaarch64
capabilities to GStreamer build workflows.The most critical part here is the native build pipeline (emulation is prohibited because of a 7-8x overhead and 6-hour time limit for GitHub Actions).
The text was updated successfully, but these errors were encountered: