hi everybody
im trying to run a gstreamer application base C language
i remove gstreamer from my ubuntu laptop(20.04) and built it from source and my application work there fine
but when i want to build gstreamer in nvidia jetson there is some problems
most important of them is there is no more any plugin to decode h264 stremas
in the stock gstreame that built in jetpack there are nvv4l2 plugins or omx plugins to decode and encode even in my ubuntu laptop after building from source nvh264enc and nvh264dec exist for encoding and decoding h264 stream
i dont know how to build gstreamer exactly to have some plugins to be able to encode and decode h264
im using gst-build reposiory (GitHub - GStreamer/gst-build: Build GStreamer and plugin modules using the Meson build system. This module has been merged into the main GStreamer repo for further development.) to build gstreamer in jetson (its work on my ubuntu system very well)
i should note that with a littlebit search i understand to i should add -Dgst-plugins-bad:nvcodec=enabled option to meson build command will istall nvidia codec plugins but that was not helpful.
please help me if you can
thanks a lot
Hi,
Please try the steps in
Accelerated GStreamer — NVIDIA Jetson Linux Developer Guide 1 documentation
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.