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

Unable to select video qualities higher than 1280x720 #2586

Closed
JoshuaVandaele opened this issue Jan 20, 2024 · 1 comment
Closed

Unable to select video qualities higher than 1280x720 #2586

JoshuaVandaele opened this issue Jan 20, 2024 · 1 comment

Comments

@JoshuaVandaele
Copy link
Contributor

I've just started hosting ViewTube through Docker, and while watching a video I cannot select a quality higher than 1280x720, even though the videos are available in 1920x1080 or even 4K on youtube.com
image
Clicking the 1920x1080 button doesn't do anything at all.

If it helps, I have deployed ViewTube on a Raspberry pi 4 with this docker-compose:

version: '3'

networks:
  viewtube-local:
  networks_reverse_proxy:
    external: true

services:
  viewtube:
    image: mauriceo/viewtube:latest
    depends_on:
      - viewtube-mongodb
      - viewtube-redis
    networks:
      - networks_reverse_proxy
      - viewtube-local
    container_name: viewtube
    environment:
      - VIEWTUBE_DATABASE_HOST=viewtube-mongodb
      - VIEWTUBE_REDIS_HOST=viewtube-redis
    volumes:
      - ./config-viewtube:/data
    restart: unless-stopped

  viewtube-mongodb:
    image: mongo:4.4.18
    networks:
      - viewtube-local
    volumes:
      - ./config-db:/data
    restart: unless-stopped

  viewtube-redis:
    image: redis
    networks:
      - viewtube-local
    volumes:
      - ./config-redis:/data
    restart: unless-stopped
@moisout
Copy link
Member

moisout commented Jan 20, 2024

Coming with the new video player! Watch #2387

@moisout moisout closed this as completed Jan 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants