Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] Video Resolution always defaults to 'medium'and no other options are visible. #5101

Closed
Softbox44 opened this issue Dec 5, 2024 · 8 comments
Labels
question Further information is requested

Comments

@Softbox44
Copy link

Softbox44 commented Dec 5, 2024

Describe the bug
Video Resolution always defaults to 'medium'and no other options are visible.

Steps to Reproduce

  1. Launch docker containers
  2. call internal IP with port 3000
  3. Search for video
  4. Watch video

Logs: My compose file


 version: "3"
services:

  invidious:
    image: quay.io/invidious/invidious:latest
    # image: quay.io/invidious/invidious:latest-arm64 # ARM64/AArch64 devices
    labels:
      - "com.centurylinklabs.watchtower.enable=true"
    restart: unless-stopped
    ports:
      - "3000:3000"
    environment:
      # Please read the following file for a comprehensive list of all available
      # configuration options and their associated syntax:
      # https://github.com/iv-org/invidious/blob/master/config/config.example.yml
      INVIDIOUS_CONFIG: |
        db:
          dbname: invidious
          user: kemal
          password: kemal
          host: invidious-db
          port: 5432
        check_tables: true
        signature_server: inv_sig_helper:12999
        visitor_data: xx
        po_token: xx
        quality: dash
        quality_dash: auto
        speed: 1.25
        volume: 25
        # external_port:
        # domain:
        # https_only: false
        statistics_enabled: false
        hmac_key: "HMAC2024?"
    healthcheck:
      test: wget -nv --tries=1 --spider http://127.0.0.1:3000/api/v1/trending || exit 1
      interval: 30s
      timeout: 5s
      retries: 2
    logging:
      options:
        max-size: "1G"
        max-file: "4"
    depends_on:
      - invidious-db

  inv_sig_helper:
    image: quay.io/invidious/inv-sig-helper:latest
    init: true
    command: ["--tcp", "0.0.0.0:12999"]
    environment:
      - RUST_LOG=info
    restart: unless-stopped
    cap_drop:
      - ALL
    read_only: true
    security_opt:
      - no-new-privileges:true

  invidious-db:
    image: docker.io/library/postgres:14
    restart: unless-stopped
    volumes:
      - /srv/2T_JBOD/Invidious/db-data:/var/lib/postgresql/data
      - /srv/2T_JBOD/Invidious/db-config:/config/sql
      - /srv/2T_JBOD/Invidious/init-invidious-db.sh:/docker-entrypoint-initdb.d/init-invidious-db.sh
    environment:
      POSTGRES_DB: invidious
      POSTGRES_USER: xx
      POSTGRES_PASSWORD: xx
    healthcheck:
      test: ["CMD-SHELL", "pg_isready -U $$POSTGRES_USER -d $$POSTGRES_DB"]

volumes:
  postgresdata:

Screenshots

Additional context

@Softbox44 Softbox44 added the bug Something isn't working label Dec 5, 2024
@unixfox unixfox changed the title [Bug] [Bug] Video Resolution always defaults to 'medium'and no other options are visible. Dec 5, 2024
@unixfox
Copy link
Member

unixfox commented Dec 5, 2024

#4759

@unixfox unixfox closed this as not planned Won't fix, can't repro, duplicate, stale Dec 5, 2024
@Softbox44
Copy link
Author

thanks but I already use DASH. It still only shows 'MEDIUM'and very bad resolution.

@unixfox
Copy link
Member

unixfox commented Dec 5, 2024

Do you have JS enabled?

@Softbox44
Copy link
Author

Softbox44 commented Dec 6, 2024 via email

@unixfox
Copy link
Member

unixfox commented Dec 6, 2024

Hello, this sounds like a configuration issue on your side.

As maintainers, we do not have a lot of free time so you should ask your question on our matrix channel or IRC.

@Softbox44
Copy link
Author

Softbox44 commented Dec 6, 2024 via email

@unixfox unixfox changed the title [Bug] Video Resolution always defaults to 'medium'and no other options are visible. [Question] Video Resolution always defaults to 'medium'and no other options are visible. Dec 6, 2024
@unixfox unixfox added question Further information is requested and removed bug Something isn't working labels Dec 6, 2024
@EvgeniyDoctor
Copy link

@Softbox44 hey, did you solve this? I set quality: dash, but when i open my instance in incognito mode, hd720 selected.
#4721 is about it too.
This option is ignored and does not work. This is a bug, not a "question".

@Softbox44
Copy link
Author

Softbox44 commented Feb 18, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants