Skip to content

[BUG] Stuck waiting for stream with Firefox (Android) #330

@bryan065

Description

@bryan065

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-stopped

Container logs

Tried to paste logs but field cannot be longer than 65536 characters?

webtop_logs.txt

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions