GeekLingo

Results 14 comments of GeekLingo

FWIW, i resolved my issue yesterday by switching from H.265 to H.264 for my secondary stream (the one i used with rpisurv)

> Yes, on the latest OS. And by switching, i mean on the cameras, didn't change anything server side.

My config details are in https://github.com/SvenVD/rpisurv/issues/147 Pi: ``` Linux raspberrypi 5.10.63-v7+ #1496 SMP Wed Dec 1 15:58:11 GMT 2021 armv7l ``` OS: ``` pi@raspberrypi:~ $ cat /etc/debian_version 10.11 ``` VLC...

Yeah ok, so the Kernel upgrade was what broke my install and gave this same error. Same kernel on Bullseye.

scratch that, my fix seemed to only be temp, back to no feeds working.

Workaround didn't work for me @CronoBandit. I've just done a fresh bullseye install and still can't watch anything, keeps showing the connecting graphic but no issues with actual connection. ```...

Man, just did a clean build and same same. uname -a `Linux kitchennvr 5.15.32-v7l+ #1538 SMP Thu Mar 31 19:39:41 BST 2022 armv7l GNU/Linux` cat /proc/cpuinfo | grep Model `Model...

@CronoBandit yeah i am using the Raspberry 7" touch screen. Where is it pulling that resolution config from?

ahh ok will try a couple of things. My cmdline.txt `console=serial0,115200 console=tty1 root=PARTUUID=88e61625-02 rootfstype=ext4 fsck.repair=yes rootwait quiet splash plymouth.ignore-serial-consoles` Updated my general.yml with: ``` fallbacks: displays: - hdmi: 0 display_number:...

@palpatim (love the name btw), i am using inline config. So, redacted example: ``` let awsDevEnv: [String: Any] = [ "IdentityManager": [ "Default": [:] ], . . . . "S3TransferUtility":...