Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[META] ARM and other mobile/embedded devices #50

Open
ehfd opened this issue Sep 10, 2022 · 4 comments
Open

[META] ARM and other mobile/embedded devices #50

ehfd opened this issue Sep 10, 2022 · 4 comments
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

Comments

@ehfd
Copy link
Member

ehfd commented Sep 10, 2022

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/or v4l2h264enc, then to add aarch64 capabilities to GStreamer build workflows.

@ehfd
Copy link
Member Author

ehfd commented Sep 21, 2022

https://github.com/m1k1o/neko uses v4l2h264enc for Raspberry Pi.

@ehfd ehfd added enhancement New feature or request help wanted External contribution is required good first issue Good for newcomers encoding Audio or video encoders but not the OS interfaces labels Oct 12, 2022
@ehfd
Copy link
Member Author

ehfd commented Oct 27, 2022

@ndufresne, maintainer of the v4l2 plugin of GStreamer Good Plugins:

yeah, so I'd say, stick with VP8/H264 (and HEVC perhaps)
I've seen some activity (of VP9 encoders) on Exynos side, after half a decade of silence, might be good news
as for stateless/rk (Rockchip), I expect one or two more years before that is ready
Media CODEC in Linux are still in catchup mode

VP9 encoders are out of the table for at least a year. Thus, I am focusing on H.264 and VP8, with H.265 to be back on the table if we land WebTransport.

https://gitlab.freedesktop.org/gstreamer/gst-plugins-good/-/commit/040e25218ac4d7cf50bcfd4651300b4bdfa629cb

@ehfd
Copy link
Member Author

ehfd commented Mar 30, 2023

From selkies-project/docker-nvidia-egl-desktop#23: @brianlmerritt

NVIDIA Jetson:

  1. Compiling GStreamer for AARCH64 (addons/gstreamer)
  2. Add nvv4l2h264enc/nvv4l2vp9enc and test
  3. Verify all the pipeline works
    Would be trivial for newbies.

https://docs.nvidia.com/jetson/archives/r35.2.1/DeveloperGuide/text/SD/Multimedia/AcceleratedGstreamer.html

Nicholas Dufresne (ndufresne) at #gstreamer IRC oftc.net should be experienced in this regard.

@ehfd
Copy link
Member Author

ehfd commented Sep 26, 2023

GST-OMX is deprecated. Stick with v4l2.

@ehfd ehfd changed the title ARM and other mobile/embedded devices [META] ARM and other mobile/embedded devices Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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
Projects
None yet
Development

No branches or pull requests

1 participant