Ingo Oppermann
Ingo Oppermann
You can mount in a modified `nginx.conf`. Copy the existing one from the repo, apply the tweaks and mount it in by adding `-v /path/to/tweaked/nginx.conf:/restreamer/conf/nginx.conf`.
It should be part of the docker command where all the other options go. At the end of the docker command is the name of the image. You can add...
Hi Currently this is not possible. The Restreamer is not re-encoding the stream, it is only forwarding it as-is (audio may get re-encoded depending on the `RS_AUDIO` setting). Re-encoding may...
What you describe is very typical. That's why we're working on a built-in solution for this. As a temporary workaround you can use ffmpeg to send a video of a...
We found the bug in the RTMP server and fixed it. Now it's possible to push the stream from the ATEM Mini Pro (and possibly other devices) to the Restreamer...
There might be a bugfix release, but we didn't set any date. Meanwhile you can try out the dev build by using the `datarhei/restreamer:dev` or `datarhei/restreamer:rpi-dev` images.
The HDMI output is done by writing into the framebuffer device. In the publication services you should see "Framebuffer" in the "Protocols" tab. There you can select the framebuffer representing...
On the Raspberry Pi 4 it's a bit different. There you have to edit the `/boot/config.txt` in order to set the correct resolution: 1. Open `/boot/config.txt` in an editor, e.g....
In the config.txt at the bottom, you should have the value `vc4-fkms-v3d` for dtoverlay. Also select `RGB565 Little Endian` for the pixel format.
On the Pi, the HDMI output is accessed via the framebuffer (`/dev/fb0`). It should be similar on the NUC. If you don't see this file, you might need to enable...