Hi,
We are building the torizon core docker yocto image(Zeus branch) for apalis-imx8 machine using the instructions given in the following link,
We flashed the image in Apalis IMX8 EVK using the toradex easy installer.
we are trying to run gstreamer using container method using the instructions given in the following link,
But when following that procedure, we face the following issue,
aetbuild@aetbuild-PC:~/torizon-samples/gstreamer/bash/simple-pipeline$ docker build -f Dockerfile.arm64 -t dharan899/gst_example .
Sending build context to Docker daemon 7.68kB
Step 1/4 : FROM torizon/arm64v8-debian-wayland-base-vivante
—> eca458334ffa
Step 2/4 : RUN apt-get -y update && apt-get install -y libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio && apt-get clean && apt-get autoremove && rm -rf /var/lib/apt/lists/
—> Running in 864a966424cb*
standard_init_linux.go:211: exec user process caused “no such file or directory”
The command '/bin/sh -c apt-get -y update && apt-get install -y libgstreamer1.0-0 gstreamer1.0-plugins-base gstreamer1.0-plugins-good gstreamer1.0-plugins-bad gstreamer1.0-plugins-ugly gstreamer1.0-libav gstreamer1.0-doc gstreamer1.0-tools gstreamer1.0-x gstreamer1.0-alsa gstreamer1.0-gl gstreamer1.0-gtk3 gstreamer1.0-qt5 gstreamer1.0-pulseaudio && apt-get clean && apt-get autoremove && rm -rf /var/lib/apt/lists/’ returned a non-zero code: 1*
We tried “dos2unix” command to resolve “standard_init_linux.go:211: exec user process caused "no such file or directory” issue. But it is not solving the issue.
We are using Ubuntu18.04 system for docker build. Kindly help us to run gstreamer commands successfully in the Apalis iMX8 machine using docker method.
Also is there any possibility to add the gstreamer libraries in yocto to add them with torizon-core-docker image. We saw all the DISTRO features which are needed for gstreamer libraries (like X11, wayland, opengl etc) are removed in the Torizon image. Is it possible to enable them and add complete gstreamer libraries in yocto?
Thanks,
Koil Arul Raj.S