mkchromecast icon indicating copy to clipboard operation
mkchromecast copied to clipboard

CLI-only version?

Open rwjack opened this issue 2 years ago • 2 comments

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.

rwjack avatar Dec 12 '21 11:12 rwjack

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

6b6561 avatar Jan 17 '22 10:01 6b6561

@rwjack You might be interested in #399

pataquets avatar Jun 15 '22 18:06 pataquets