Giter Site home page Giter Site logo

xibo-client-docker's Introduction

xibo-client-docker

Run the Xibo Windows client in a Docker container.

What is in here?

The Dockerfile includes all commands to build a version of Docker-Wine capable of running the Xibo Windows Player program.

Do note that this is still largely a work in progress and I'm by no means a "pro" when it comes to Docker or WINE.

Usage

Build it

docker build . -t esinko/xibo-client-docker

Run it

The installer will run automatically. After it has finished, press finish and do not start the player automatically. Otherwise you might encounter issues.

With X11 forwarding

docker run -it \
  --hostname="$(hostname)" \
  --env="DISPLAY" \
  --volume="${XAUTHORITY:-${HOME}/.Xauthority}:/root/.Xauthority:ro" \
  --volume="/tmp/.X11-unix:/tmp/.X11-unix:ro" \
  --volume="xibo-client-volume:/xibo-wine" \
  esinko/xibo-client-docker

Flags

-o, Manually run the Player Options program.
-i, Manually run the Player Installer program.

Limitations

  • Docker-Wine's RDP & X11 forwarding functionality is unavailable.
  • Only version v3-R301.1 of the Xibo Player has been proven to work at least somewhat.

Dependencies

Known issues

  • Sometimes WINE might start leaking memory. Currently it is believed this is an issue with CEF (Chromium Embedded Framework), which the player program uses to display (at least) web content. However, this memory leak should be relatively rare (expect occurrences every 48h of runtime).
  • The about tab in the options program crashes everything.
  • The Xibo Watchdog does not work at all. With it enabled, the player won't start at all.

xibo-client-docker's People

Contributors

esinko avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.