Re: [yocto] #raspberrypi #ffmpeg

2023-05-26 Thread Ed Watson
', 'common'] | DEBUG: Python function autotools_aclocals finished | DEBUG: Executing shell function do_configure | ERROR: v4l2_m2m requested, but not all dependencies are satisfied: linux_videodev2_h sem_timedwait This is missing a kernel module right, do you also have the machin

[yocto] #raspberrypi #ffmpeg

2023-05-04 Thread Ed Watson
Hello, I am trying to get v4l_mem2mem in to ffmpeg. It does hardware h264 encoding on a RPI4 ffmpeg  -encoders | grep h264 for example ffmpeg -f v4l2  - i /dev/video0 -v:c v4l_mem2mem out.mp4 would take the a webcam output and encode it in h264 using the hardware encoder. On raspberry pi os:

[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 ffmpeg_%.bbap

Re: [yocto] meta-go dependencies #dunfell #golang

2022-09-14 Thread Ed Watson
Hello Sure thanks it is https://github.com/aler9/rtsp-simple-server Ed Watson On Wed, 14 Sept 2022 at 19:53, Alexander Kanavin wrote: > It helps if you can name the project. Are the sources public? > > Alex > > On Wed 14. Sep 2022 at 18.42, wrote: > >> Hello,