I want to increase the performance streaming from a rpi4 via an rtsp streamer.
I am using ffmpeg to do the encoding however it is using CPU encoding.
What is the right options for using the hardware in 264 encoding?
I assume it is -c:v h264_omx
That is not compiled it.
I added to ffmpeg_%.bbappend
>
>
>
> PACKAGECONFIG += " omx omx-rpi "
>
>
>
>
>
>
>
> PACKAGECONFIG[omx] = "--enable-omx"
>
>
>
> PACKAGECONFIG[omi-rpi] = "--enable-omx-rpi"
>
>
>
>
> DEPENDS =+ "virtual/libomxil"
>
>
>
> RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_libomxil}"
>
>
I get the error.
ERROR: OMX_Core.h not found
Am I braking up the wrong tree here?
Thanks
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#58390): https://lists.yoctoproject.org/g/yocto/message/58390
Mute This Topic: https://lists.yoctoproject.org/mt/94472166/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-