Seungmin Kim

Results 665 comments of Seungmin Kim

> Will this work for Cloud Gaming as well? @MWsDev79 We are intended for cloud gaming. And it works now. And I believe that if you find an equivalent of...

@MWsDev79 Please feel free to contact us on Discord (https://discord.gg/wDNGDeSW5F) if you need more assistance.

@MWsDev79 https://github.com/selkies-project/selkies-gstreamer/blob/ee2a27db9cf602c077479a8099ad3d653454a1c3/src/selkies_gstreamer/webrtc_input.py#L114 This defines our local cursor size, it would be trivial to change this dynamically. Remote cursor is set by the desktop environment. I will take a look at...

@MWsDev79 I have added the capability to scale the size of our local cursor (will be in the next release, use `WEBRTC_CURSOR_SIZE` in points), but the remote cursor must be...

@MWsDev79 Note: ```Mouse pointer is too small and does not follow system size in Qt/KDE applications: This is a new bug in Qt 5.15.1. Qt and KDE programs get a...

This is possible. Conda enables installing packages without regard to ABI or OS compatibility, and [GStreamer](https://anaconda.org/conda-forge/gstreamer)/[GST-Python](https://anaconda.org/conda-forge/gst-python/) are usually updated to most new stable and development versions. The plugins are also...

**Edit: This is solved for now because GStreamer 1.24 pulls and compiles these missing dependencies automatically. However, for Selkies to become a feedstock for `conda install -c conda-forge selkies-gstreamer`, these...

Would be really nice if we knew all the set of dependencies which could be installed with just conda and pip. In theory, anything can be built using Conda's own...

This seems easier because the CUDA dependency was reduced to NVRTC only.

If anyone does this, make sure to start from Miniconda and enable only `conda-forge`. `anaconda` channel is proprietary.