Hello all,
I am trying to host the rtsp server using gstreamer on armbian. everything is latest and updated. I found, bare rtsp server is taking 3-4% of cpu usage. when I add timestamp and text overlay, cpu goes 23-25%. I was checking if I can enable GPU support, here is output. My system is on NVME, and its working so not sure why error popped. I am connected to wifi, so again not sure why wifi drivers are having issues. however my board never shows it has gpu. can some one guide me ? I have 2 mp camera, not a huge load. again memory is 8GB but never used beyond 1GB, but CPU is most of the time on above 70%
dmesg | grep -i error [ 10.423927] fiq_debugger fiq_debugger.0: error -ENXIO: IRQ fiq not found
[ 10.423965] fiq_debugger fiq_debugger.0: error -ENXIO: IRQ wakeup not found
[ 11.550508] dw-pcie: probe of 3c0000000.pcie failed with error -22
[ 11.611235] rockchip-vop2 fe040000.vop: error -ENODEV: _opp_set_regulators: no regulator (vop) found
[ 11.613533] dwhdmi-rockchip fe0a0000.hdmi: error -ENXIO: IRQ index 1 not found
[ 11.616990] rockchip-drm display-subsystem: [drm] run display error_event monitor
[ 12.251529] mali fde60000.gpu: error -ENXIO: IRQ JOB not found
[ 12.251654] mali fde60000.gpu: error -ENXIO: IRQ MMU not found
[ 12.251725] mali fde60000.gpu: error -ENXIO: IRQ GPU not found
[ 12.251821] mali fde60000.gpu: Register map failed error = -5
[ 12.251912] mali: probe of fde60000.gpu failed with error -5
[ 12.257912] RKNPU fde40000.npu: error -ENXIO: IRQ npu_irq not found
[ 19.231558] brcmfmac mmc2:0001:1: Direct firmware load for brcm/brcmfmac43456-sdio.rockchip,rk3566-orangepi-3b.bin failed with error -2
Regards-