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
11.69k stars 1.47k forks source link

Libcamera version bump (I think) causes piCamera failure #2076

Closed neutralvibes closed 1 year ago

neutralvibes commented 1 year ago

Which version are you using?

v0.23.7

Which operating system are you using?

rpi-bullseye-lite (32bit)

Describe the issue

Due to apt upgrade today I believe the 'libcamera' drivers versions have been bumped. I think this may be the reason for the error I am now getting.

Here are what I think are the relevant files:-

/lib/arm-linux-gnueabihf/libcamera_app.so
/lib/arm-linux-gnueabihf/libcamera_app.so.1.2.1
/lib/arm-linux-gnueabihf/libcamera-base.so.0.0
/lib/arm-linux-gnueabihf/libcamera-base.so.0.0.5
/lib/arm-linux-gnueabihf/libcamera.so.0.0
/lib/arm-linux-gnueabihf/libcamera.so.0.0.5

Describe how to replicate the issue

sudo apt update && sudo apt upgrade -y

Then run the application.

Error and the picamera source fails

2023/07/18 23:08:35 INF [RTSP] [conn 192.168.1.111:44800] closed (no one is publishing to path 'stream')
2023/07/18 23:08:31 INF [path stream] [rpicamera source] ERR: symlink /lib/arm-linux-gnueabihf/libcamera.so.0.0 /dev/shm/libcamera.so.x.x.x: file exists

Was working fine before the update.

github-actions[bot] commented 1 year ago

This issue is being automatically closed because it does not follow the issue template. Please reopen the issue and make sure to include all sections of the template.

github-actions[bot] commented 8 months ago

This issue is being locked automatically because it has been closed for more than 6 months. Please open a new issue in case you encounter a similar problem.