-
-
Notifications
You must be signed in to change notification settings - Fork 315
Closed as not planned
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
Connecting to webtop via https://server:3002 (changed from default port) will load a blank page with the Selkies control on the left and be stuck.waiting for stream.
Tested using Firefox for Android and the Fennic fork of Firefox. Loads fine with JPEG.
Edit: just tested with Firefox desktop (Windows) and it is working so seems like a Firefox for Android issue?
Tested with Debian and Alpine. With Nvidia GPU enabled/disabled. With default user:group. With fresh images and volumes.
No issues with the same Docker config in Chrome (Android)
Found an issue related to this here:
selkies-project/selkies#18
Expected Behavior
RTSP stream loads successfully
Steps To Reproduce
Use Firefox
Environment
- OS: Debian Bookworm (OpenMediaVault)
- How docker service was installed: OpenMediaVault plugin (essentially just uses the packagemanager)CPU architecture
x86-64
Docker creation
services:
webtop:
image: lscr.io/linuxserver/webtop:debian-xfce
#image: lscr.io/linuxserver/webtop:debian-kde
container_name: webtop
security_opt:
- seccomp:unconfined #optional
deploy:
resources:
reservations:
devices:
- driver: nvidia
capabilities: [gpu]
environment:
- PUID=1001
- PGID=100
- TZ=$TIMEZONE
- SUBFOLDER=/ #optional
- TITLE=Webtop #optional
- CUSTOM_USER=bryan
- PASSWORD=${password}
#- DOCKER_MODS=linuxserver/mods:universal-package-install
#- INSTALL_PACKAGES=fonts-noto-cjk|vlc|7zip
volumes:
- $DOCKER_CONFIG_PATH/webtop-new2:/config
#- /var/run/docker.sock:/var/run/docker.sock #optional
ports:
- 3000:3000
- 3002:3001
#devices:
# - /dev/dri:/dev/dri #optional
shm_size: "1gb" #optional
restart: unless-stoppedContainer logs
Tried to paste logs but field cannot be longer than 65536 characters?Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Done