Ingo Oppermann
Ingo Oppermann
The color should be green. To see a report for the RTMP publication service, you have to open it and switch to the "Process & Control" section. There you'll find...
Yes, or with the ffmpeg command that Restreamer creates. Maybe there's some setting that prevents ffmpeg to properly connect to the RTMP server.
This seems to be a bug in ffmpeg itself. With a later version this might get fixed. Regarding your suggestion for setting the memory and CPU limits for a process,...
Hi @AgataAah I tested the setup with OBS 30 (MacOS) and `datarhei/restreamer:latest`. **TL;DR** it works. These are the steps: 1. Starting `datarhei/restreamer:latest` with `docker run`. The ports 8080 (for the...
The token is highly recommended because it protects the RTMP server. Only if you know the correct token, you will be able to send a stream to the RTMP server....
Thanks. We will take a look at it.
This bug has been fixed in the dev branch. You can pull the `datarhei/restreamer:dev` docker image to test it.
You should also change the line saying `dtoverlay=vc4-kms-v3d` to `dtoverlay=vc4-fkms-v3d`. I updated this in the documation accordingly (https://docs.datarhei.com/restreamer/knowledge-base/user-guides/how-do-i-stream-a-raspicam). This assumes that you use Raspbian "bullseye". Please share the output of...
@MattGeale In "legacy mode" (by setting `start_x=1` in `config.txt`), the camera is not anymore accessible by libcamera. When selecting "mmal service 16.1" during video setup, it might be that the...
Did you try a lower resolution? Or is some other application using the camera at the same time? Can you post the output of `v4l2-ctl --list-formats-ext -d /dev/video0`?