osos
osos
This info might be helpful: https://gist.github.com/neilyoung/8216c6cf0c7b69e25a152fde1c022a5d
So far it seems the docker image is based an a pure amd64 image: https://hub.docker.com/_/rust?tab=tags Maybe base the Dockerfile image on rust:slim instead of rust:1-alpine. Basically all the rust:*alpine* are...
Best guess on dependencies (tried on raspbian, but unfortunately my raspberry shuts down due to overheat during compiling): - apt-get install gstreamer1.0-rtsp libgstrtspserver-1.0-dev libgstrtspserver-1.0 musl To compile on rasbian the...
Thank you for the pointers. docker support for the raspberries are preferable due to lots of other "iot" pckages are supported that way and makes it easier on the noob...
I have not tested any of this. But a few pointers: - docker buildx (https://github.com/docker/buildx/) - https://www.docker.com/blog/multi-arch-images/
Thank you for the great efforts. I have succeed to sell both my D800 - and, thus, I am unable test neolink on them going forward. I still think it...
I see the grey frames too. D800 Only on mainStream, not subStream. Tested with VLC on Linux mint 20. Same with "IPCams" app on iPhone, which is more grey than...
tcp seems better, however not all clients have options to chose transport or buffers. On a related note other project suffer the same with udp streams, pointers in direction of...
Sure: - https://www.home-assistant.io/docs/mqtt/discovery/ - Example: https://github.com/Sennevds/system_sensors/blob/d416d3bcfc70a1a7f9b523db6322c02cb0f357bb/src/system_sensors.py#L347