Ingo Oppermann
Ingo Oppermann
Please try with the latest Restreamer version. We fixed some bugs in our RTMP and switched to ffmpeg 6.1.1. I also don't have a paid restream.io account in order to...
In den neueren Raspian-Versionen wird die Kamera nicht mehr korrekt als Video4Linux-Gerät zur Verfügung gestellt. Somit ist es FFmpeg nicht möglich den Stream direkt von der Kamera abzugreifen. Wie in...
This is the corrected command. I tested it on a fresh Raspbery Pi OS 64bit lite (bookworm) installation. First install ffmpeg on the system: ``` sudo apt-get update && sudo...
Please try the latest `vaapi-dev` image: `docker pull datarhei/restreamer:vaapi-dev`
This is currently not possible out of the box. You can use the API to add such a process, similar to the snapshot process created by the UI. More information...
Thanks for the suggestion. I added it to the list of [feature requests](https://github.com/datarhei/restreamer/discussions/345).
This can be resolved by manually putting the file you want to stream onto the data directory that you mount into the docker container. 1. Upload a video file that...
Yes, in the `active.list` you have count the objects that contain the channel ID in the reference in order to get the number of currently watching viewers.
You have to check in nginx that the DELETE is allowed. For the HLS publication service, we use the HLS output of ffmpeg. The error 415 indicates that nginx has...
@grf1 Yes, it is planned to implement connection bonding. However, there's currently no schedule when it will be available. Pull requests and sponsorings are welcome.