Piotr Dobrowolski

Results 93 comments of Piotr Dobrowolski

Any updates on this? I'm looking into deploying portus in our environment. I've quickly hacked together https://github.com/kubic-project/caasp-services/tree/master/contrib/helm-charts/portus with support for automatic cert-manager self-signing keypair generation (for authentication tokens) running behind...

https://git.io/fp58s (+ required ClusterIssuer/Issuer object: https://git.io/fp58W) As you can see, it is *very* dirty, and, as stated above, does not really work yet. But IMO employing cert-manager to do certificate...

I'm not 100% sure how TLS certificates are used when communicating between all components in Portus, but if _any_ component needed to sign some certificates, there's an option for that...

Hey, out of curiosity: do we have any updates on that? In the end I only had a couple of hours to hack on this, and, sadly, didn't go any...

Fot future reference: it seems like currently videos are sorted by their date reported by `os.stat` if `medias_sort_attr` is set to `date`. (it wasn't the case in v1.3.0 at least)

| **hyperion-webos commit** | 2b5972b094bf06d2a64e8d74cfe6d7c20995e0cc | |---|---| | **Board type** | K3LP_DVB | | **Hardware ID** | HE_DTV_W17P_AFADABAA | | **Product ID** | 43UJ6307-ZA | | **webOS TV version** |...

Yes. Seems like this library is missing on webOS 6.0.1. You'll likely be better off trying `libvtcapture` backend.

Not really. I guess they still have `libdile_vt.so` in the system, but it's just a stub that returns errors, since it's not supported. If the library was missing altogether, we'd...

Did you try latest piccap release in regards to libdile_vt? Nevertheless, if libvtcapture works well (enough) then we don't necessarily need to figure out libdile_vt in your case.

First try changing resolution by adding these options: `-x 384 -y 216` and see if it starts up properly. Then you can try downloading latest development CI build here: https://github.com/webosbrew/hyperion-webos/actions/runs/1612798406...