This introduces camera-streamer as streamer option
via `mode: multi`
camera-streamer is a feature packed stream service.
It is capable to deliver mjpg/snapshots/webrtc and rtsp
Limited to raspberry pi sbc's for now.
This should also resolv
Feature request #51
Feature request #37Fixes#83Closes#85Fixes#89
BREAKING CHANGES:
Dropping support for Debian Buster based images and kernels older than
5.15y
Dropping RTSP support due aler9/simple-rtsp-server
Dropping usage of ffmpeg
No support anymore for Raspicam V1 (EOL)
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Used version of crudini puts spaces between values and parameters
This leads to an unusable config.txt
To fix that behavior simply remove blanks with sed.
This may fix#50
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Improved readability of device definition section and added text to resolve "Video capture not supported by the device" error when using /dev/video0 on non-RPi hardware.
Signed-off-by: Cor Ruiten <zozo@ruiten.com>
Signed-off-by: Cor Ruiten <zozo@ruiten.com>
Ubuntu with kernel 5.15 moves its config.txt to
`/boot/firmware/config.txt`
This should fix#50 (fixes#50)
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This should also fix#58 (fixes#58)
As described in issue #58 the version v0.19.1 isnt working correctly on
armv6 devices like an RPI 2B
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This should fix#63 (fixes#63)
According to changes of Install routine, I simply forgot to change the
path to resources (which was file_templates before)
Signed-off-by: Stephan Wendel <me@stephanwe.de>
* Added ubuntu server 20.04 as tested and working
I Fixed a couple of spelling mistakes and added Ubuntu server 20.04 as tested working.
I used a fresh install of Ubuntu 20.04.4 LTS (GNU/Linux 5.4.0-100-generic x86_64).
I used the Kiauh installer to setup klipper, mainsail, moonraker, and obico.
This allows you to run crowsnest without any
proxy server needed.
This resolves#34
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Error in func build_apps and clone_ustreamer
leads to cloned repo and build ustreamer as root.
This leads to failing make buildclean and build
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This installer requires to be configured due
make config
Changes:
Add tools/configure.sh script and make config.
Refactor of uninstall.sh according to new installer
Add dev-helper.sh to provide various informations for developing
and also could check existing installation as kinda "unit-test"
This should also fix#46
and fix#41
Signed-off-by: Stephan Wendel <me@stephanwe.de>
Signed-off-by: Stephan Wendel <me@stephanwe.de>
This should fix#33
By default a variable bitrate is set, this leads
to a "blocky" view.
blockyfix function sets constant bitrate and a moderate
bitrate if not set by user.
Signed-off-by: Stephan Wendel <me@stephanwe.de>