docker-ubuntu-vnc-desktop
docker-ubuntu-vnc-desktop copied to clipboard
desktop sound works from time to time not always
Describe the bug
After exporting /dev/snd
running sound is not consistent. It works from time to time but not
always. When it fails docker log show "GET /api/state?video=false&id=5&w=1364&h=915 HTTP/1.0" 200 128 30.230345
seems like video
is set to false even when accessing 6080/#/?video
. Any thoughts on whats going wrong here? thanks.
To Reproduce
Install latest version from hub and enable sound. Access ipaddress:6080/#/?video
and check
the docker logs --follow
Expected behavior
/api/state?video=true
should show up with docker log while running with sound card and
access video
url
Versions (please complete the following information):
dorowu/ubuntu-desktop-lxde-vnc:latest
Firefox - 70.0.1 (64-bit)
Hi Any update on the bug.
Thanks
Am experiencing the same issue, logs showing video=false
I am experiencing the same issue. video=false. Interestingly, when I run speaker-test
in the terminal, I can hear the output. But no sound works (From the docker or from my computer).
I have found that if I launch the browser from the command line google-chrome-stable --no-sandbox
, then the sound works fine. Hope that helps!