Dan Isla
Dan Isla
After the selkies-gstreamer integration is done (#14), build a workflow to build all of the images and push them to GHCR with versions. Follow the same build philosophy as the...
If the client device is using resolution scaling or hidpi modes, the server resolution and DPI will not match. On Xpra, desktop icons and text may appear blurry because the...
The GCE proxy is used by the [vdi-vm example](https://github.com/selkies-project/selkies-examples/tree/master/vdi-vm) to create a localhost proxy that uses the GCE VM service account credentials to transparently authenticate to the pod broker. This...
Depends on #34 Convert all image references in base yamls and kustomizations to use the GHCR images. - base yamls should reference the ghcr.io image with the `latest` tag. -...
After the web and coturn cleanup is done (blocked by #24 and #25) build a workflow to build all of the images and push them to GHCR with versions. Follow...
Instead of creating the GCLB, Managed Certs and AutoNEG controller for the ingress tier, create the GCLB using the new Gateway API. This will reduce the manual dependencies and deployment...
Remove dependency on fixed istio releases in favor of Managed ASM release channel. Some things to keep in mind: - support for EnvoyFilters to preserve OPA addon support. This will...
Enabling audio results in high latency (700-1000ms) after first connection. It eventually drops down to something more reasonable (100-250ms).
Use XFixes extension to listen to mouse cursor change events and send the updated cursor to the browser over the Data Channel to be rendered locally. Currently using [python-xlib](https://github.com/python-xlib/python-xlib/blob/master/Xlib/ext/xfixes.py) which...
Per conversation in https://github.com/selkies-project/selkies-gstreamer/issues/7#issuecomment-1100765217: - [ ] Figure out how to build the [nvimage](https://github.com/CERIT-SC/webrtc/tree/main/nvimage) element without the NVIDIA Video Codec SDK requirement. - [ ] Update gst pipeline to support...