bluenviron / mediamtx

Ready-to-use SRT / WebRTC / RTSP / RTMP / LL-HLS media server and media proxy that allows to read, publish, proxy, record and playback video and audio streams.
MIT License
10.88k stars 1.41k forks source link

rpi camera support for non rasbian (OpenWRT) on rpi #3148

Closed t3therdev closed 2 months ago

t3therdev commented 4 months ago

Which version are you using?

v0.16.0

Which operating system are you using?

Describe the issue

Trying to use rpi camera support. Getting an error as its not rasbian: "[RPI Camera source] server was compiled without support for the Raspberry Pi Camera"

Our OS build is OpenWRT running on Rasberry PI and it has libcamera and libfreetype. Also, the rasberry pi camera is successfully mounted and can be used via v4l2.

Can we manually specify the build of rpicamera in go or what would be required to try to enable this to get it to work?