Re: [yocto] Raspberry Pi 4 h264 encoder

2022-10-21 Thread Zoran
I see that you are using the following (EXO) player: https://github.com/google/ExoPlayer I see that you are trying to use the HW codec for H264. In Android, I use also the SW codec with the option: --encoder OMX.google.h264.encoder This email is just to make the context much cleaner, and

[yocto] Raspberry Pi 4 h264 encoder

2022-10-21 Thread Ed Watson
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