-
Notifications
You must be signed in to change notification settings - Fork 6
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
renderer process crash in cog container on Toradex Verdin iMX8M-Plus #17
Comments
Hey @escherstair probably because for the iMX8MP you need to use the GPU specific image: |
Hi @microhobby
and I see on the crfeen an error page with the message with a button "Try again" |
These messages sound interesting:
Your page probably uses something that COG depends on GStreamer behind the scenes 🤔, and it's not installed in the base image. |
Hi @microhobby
When I use chromium container, I set this environment variable in
Do you think this (playing audio/sound) is a general/common need, and so it's worth installing these elements in the base image? |
The base is the Line 25 in 7c0d041
Instead, we could create a |
Hi @microhobby I can add that the same error messages are shown when I try to access to https://www.onlinemictest.com/sound-test/ with cog. Anmd this simplifies the test of what happens. I verified what is already installed in cog-imx8 and here is the result: dpkg -l | grep gstreamer
ii libgstreamer-gl1.0-0:arm64 1.22.0-3+toradex1 arm64 GStreamer GL libraries
ii libgstreamer-plugins-base1.0-0:arm64 1.22.0-3+toradex1 arm64 GStreamer libraries from the "base" set
ii libgstreamer1.0-0:arm64 1.22.0-2 arm64 Core GStreamer libraries and elements so it seems that something is already installed Taking inspiration from toradex/dir-gstreamer |
I used cog container from commontorizon/cog:3.3.1 on my Verdin iMX8M-Plus running Torizon OS 6.7.0+build.18
I launch it using my docker compose
On http://172.17.0.1:3000/ there is my application (it works if I use torizon/chromium container).
The renderer process crashed with the following errors
Is there any missing parameter in my
docker-compose.yml
?The text was updated successfully, but these errors were encountered: