Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 452 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 452 Bytes

iss-display-provider

Creates an infoscreen display that can be accessed over the network

Build container

Uses swayvnc as base image

$ podman build -t iss-display-provider .

Run container

$ podman run -e URL iss-display-provider

Open stream with media player

mpv/mplayer/vlc tcp://ip:port

$ mpv tcp://localhost:6000

Default port is 6000, can be overridden by env var PORT