Replies: 1 comment
-
Sorry but we don't support running MediaMTX on BalenaOS. I mean, you are free to do it, but don't expect support for it. From what i see in logs there are some troubles when executing something from the /dev/shm folder, so you should check whether it's actually possible to execute anything from that folder, in a container, independently from MediaMTX. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Question
I'm currently working on getting MediaMTX running on a balena image for WebRTC streaming of video. I'm on a Raspberry Pi Zero 2 W with a Camera Module 3.
I'm running into a wall of messages from the executable. Once I start it, I see
[RPI Camera source] fork/exec /dev/shm/mediamtx-rpicamera-1745026858688842897/mtxrpicam: permission denied
This message has occurred consistently whether i have built from source or used the binary. I've ensured that my service has
but I still run into this issue.
What's the right place to start looking to debug this further? I ran with debug but wasn't able to see any further useful logs.
Docker Compose:
Version: 1.12.0 for Linux ARM64
Full logs below:
Beta Was this translation helpful? Give feedback.
All reactions