linuxserver / docker-baseimage-kasmvnc

Base Images for remote web based Linux desktops using KasmVNC for many popular distros.
GNU General Public License v3.0
297 stars 52 forks source link

[FEAT] Disable KAMSVNC menu while pre-defining quality setting using a config file #12

Closed ne0YT closed 9 months ago

ne0YT commented 1 year ago

Is this a new feature request?

Wanted change

I would like to be able to disable the sidebar menu of kasmvnc so it is not shown to the user while pre-definign the quality settings.

as a side-question maybe. how do you setup the audio feature to work using kasm as I don't see this in the normal KASM setup. I read in your description, that you use pulseaudio and the Kclient helper application. but how could I set this up on my non-Docker KASM setup?

Reason for change

It would make the usage easier for non-technical end-users.

Proposed code change

No response

thelamer commented 1 year ago

I have no plans for a kiosk mode at this time, but in general take a look at the embedding options passed in the kclient: https://github.com/linuxserver/kclient/blob/master/public/index.html#L17

As for audio KasmVNC has no audio support, but Kasm Workspaces uses a helper in the container to achieve this I do something similar but I pipe the raw pulseaudio data to the browser vs ffmpeg encoded aac. In general the audio button needs to be clicked for browser support, Safari in particular has problems playing audio unless the playaudio is called directly from a user button click. Some browsers can intercept a simple page interaction and use that to activate audio.

LinuxServer-CI commented 11 months ago

This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions.

github-actions[bot] commented 8 months ago

This issue is locked due to inactivity