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

CLI-only version? #381

Closed
rwjack opened this issue Dec 12, 2021 · 2 comments
Closed

CLI-only version? #381

rwjack opened this issue Dec 12, 2021 · 2 comments

Comments

@rwjack
Copy link

rwjack commented Dec 12, 2021

Trying to install in a docker container -

Dockerfile:

FROM debian:stable
RUN apt update && apt install -y mkchromecast

docker-compose.yml:

 mkchromecast:
    image: local/mkchromecast:latest
    build:
      context: .
      dockerfile: Dockerfile
    command: mkchromecast -t
    restart: unless-stopped

Error log:

qt.qpa.xcb: could not connect to display 

qt.qpa.plugin: Could not load the Qt platform plugin "xcb" in "" even though it was found.

This application failed to start because no Qt platform plugin could be initialized. Reinstalling the application may fix this problem.

Available platform plugins are: eglfs, linuxfb, minimal, minimalegl, offscreen, vnc, xcb.

Is there a CLI only version I can use on my headless server? Basically trying to stream media from my server to the TV.

@6b6561
Copy link

6b6561 commented Jan 17, 2022

Take a look at https://github.com/skorokithakis/catt

@pataquets
Copy link

@rwjack You might be interested in #399

@rwjack rwjack closed this as completed Jan 1, 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

3 participants