-
Notifications
You must be signed in to change notification settings - Fork 102
No RTSP support, camera-streamer fails to build with it #303
Description
What happened
The latest Bookworm packages break the building of camera-streamer again. This time it affects RTSP, as you can read here: ayufan/camera-streamer#177
Therefore we will disable RTSP in new camera-streamer builds by adjusting https://github.com/mryel00/camera-streamer
Furthermore we will remove the enable_rtsp and rtsp_port options from the example config. We will not add it back into the example config and it will only be listed in our docs even if the issue is fixed. For the reason why see additional information.
What did you expect to happen
RTSP should be fixed in camera-streamer or get removed entirely.
How to reproduce
Update to latest Bookworm system packages and try to install Crowsnest or camera-streamer.
Additional information
RTSP should not get confused with WebRTC.
As we see a lot of people just mindlessly enabling RTSP without even knowing what it is, we will remove the option from the example config.
This issue only applies to Raspberry Pis prior to the Pi5, as the Pi5 is not able to build camera-streamer with WebRTC and RTSP support.
We don't know how many people are actually using RTSP, so if you are actually using it, please add a 😕 reaction. No need to comment on this issue.
To get a working RTSP, there are currently only two supported options from us:
- Install MainsailOS v2.0.0 and don't update your system packages
- Install some Bullseye PiOS based image and install Crowsnest on it
We currently cannot easily provide any other options for RTSP.