This PR adds support for Raspberry Pi 3 and 4 with 32-bit OS.
The Docker image inherits device type Debian Balena base image that has the Raspbian package source added and Raspbian userland pre-installed. The latter facilitates the install of FFmpeg with hardware acceleration support (MMAL and OMX).
Note: the build of MMAL library currently fails on 64-bit OS, thus FFmpeg hardware decoding ( -c:v h264_mmal) is possible only on 32-bit OS.
This PR adds support for Raspberry Pi 3 and 4 with 32-bit OS.
The Docker image inherits device type Debian Balena base image that has the Raspbian package source added and Raspbian userland pre-installed. The latter facilitates the install of FFmpeg with hardware acceleration support (MMAL and OMX).
Note: the build of MMAL library currently fails on 64-bit OS, thus FFmpeg hardware decoding (
-c:v h264_mmal
) is possible only on 32-bit OS.