m1k1o / neko

A self hosted virtual browser that runs in docker and uses WebRTC.
https://neko.m1k1o.net/
Apache License 2.0
5.96k stars 449 forks source link

Disable mouse pointer #293

Closed RuralDependencies closed 1 year ago

RuralDependencies commented 1 year ago

Hi,

Using docker, any way to disable mouse pointer? Thanks!

m1k1o commented 1 year ago

You could copy existing pipeline and add it to neko, but change use-pointer to false in ximage element.

RuralDependencies commented 1 year ago

Hmm, indeed yes, I saw in config, nice!

Do you know the default "settings" to match:

      NEKO_MAX_FPS: 60
      NEKO_VIDEO_CODEC: h264
      NEKO_VIDEO_BITRATE: 10000

using ximage?

m1k1o commented 1 year ago

If you start neko and join with one user, you will see full pipeline in logs. That way you can just copy it and use it.

RuralDependencies commented 1 year ago

It works, thank you so much! Great work clearly, will donate soon.