chcore

Results 24 comments of chcore

Thank you @Informatic, I installed piccap using the latest release .pkg file, and got a little further with the libvtcapture backend, but still get some errors: ``` root@lg-tv:/media/developer/apps/usr/palm/services/org.webosbrew.piccap.service# ./hyperion-webos --verbose...

When I tried the libvt backend, I saw some corruption/artifacts on the screen, so hit Ctrl+C a few times to make it stop: ``` root@lg-tv:/media/developer/apps/usr/palm/services/org.webosbrew.piccap.service# ./hyperion-webos --verbose -S -a 192.168.77.202...

OK I got libvtcapture to work by specifically setting the capture width and height, which happens to be 480x270 in my case (a decimation factor of 8 for 2160p). Thank...

I tried #43 and it did not noticeably change the amount of latency (although it seems to produce dumps of the buffer every few seconds, maybe that has some impact?)....

Thanks @jurialmunkey , OK I see that in the "Enter button" OSD now, but I was specifically referring to the "info" OSD (by hitting the 'i' key or the up/down...

I agree that the seek bar OSD should be minimal. Does it need to be the same as the "i" (info) OSD? I feel like the "i" OSD is specifically...

Thanks for your efforts rudihorn. You mentioned it not capturing UI elements while video is playing, which is indeed nice. But does this mean that things will not work when...

> @chcore best to just try it out. When it doesn't detect a video it does fall back to the ui framebuffer, so when displaying images for example it still...

You may be onto something, the CPU usage is similarly high when there is a lot of "damage" when using sway (again, when no clients are connected). I might raise...

Thanks Leon-Plickat. Worked around the issue by having wayvnc run only when needed via systemd socket activation. Hoping #206 will be implemented soon.