Jan Stabenow
Jan Stabenow
Hello @ws The v2.2.0 now supports video rotation. Here is a tutorial: https://docs.datarhei.com/restreamer/knowledge-base/user-guides/how-to-rotate-a-video Cheers
@divx118 @LckyLuciano Has this already been tested with the latest version? Would be very interesting!
By the way: VAAPI is built into the `datarhei/restreamer:vaapi-latest` image. Maybe it also works without mounts.
Hey folks, Release v2.1.0 is out now and the `%PUBLIC_URL%` is removed. Thanks for your hint 👍 It should work now. Other solution: Use our hosted Restreamer-UI: https://restreamer.datarhei.com?address=https://your-restreamer-url:port (no /)...
Hey @NeveIsa Here's a quick example: 1. Create a process via the Restreamer-Interface 2. Log in and get the `access_token`: ```sh curl -X 'POST' \ 'http://127.0.0.1:8080/api/login' \ -H 'accept: application/json'...
You can find the existing configuration in the object "config": https://demo.datarhei.com/api/swagger/index.html#/default/restream-3-get-all ```json [ { "config": { "autostart": true, "id": "string", "input": [], "limits": { "cpu_usage": 0, "memory_mbytes": 0, "waitfor_seconds": 0...
@NeveIsa Did it work? Any questions?
Hey @beanman12 You are using HTTP content on an HTTPS website, which does not work. The error is "Mixed Content." To make it work, enable HTTPS via Let's Encrypt. Here...
Ah sorry, you need a proxy. Have no experience with Plesk. Try this: 1. Remove the TLS enviroments 2. Add Volume mapping /core/config : /mnt/core/config /core/data : /mnt/core/data 3. Create...
@beanman12 Sorry, I don't have Plesk, so I can't test it and help you.