SvenVD

Results 58 comments of SvenVD

Maybe this topic can provide some hints https://forums.raspberrypi.com/viewtopic.php?t=360902 Can you try configuring each stream with `freeform_advanced_mpv_options: "--vo-gpu"` or a combination of the options in that thread? Although it does say...

> I used the Raspberry Pi Imager v1.8.5 then put the SD card into the PI and booted it up. Had to setup name,username,passwd once I got into the desktop...

Hi, I forked Rpisurv into https://opensurv.net to better reflect the case that the project is not focused only on Raspberry Pi hardware anymore. There is a discussion board at OpenSurv...

I am not sure the raspberry pi4 can even handle such higher resolution streams. You could try with vlc and different vlc options first on the raspberry pi

You can set fixed coordinates https://gist.github.com/SvenVD/5c82acbb96dfb697e5e2d2420ab73ad9

Depends on your monitor resolution

``` essentials: screens: - camera_streams: - url: "https://images.rpisurv.net/example.png" imageurl: true force_coordinates: [0, 0, 960, 540] - url: "https://images.rpisurv.net/example.png" imageurl: true force_coordinates: [960, 0, 1920, 540] - url: "https://images.rpisurv.net/example.png" imageurl: true...