Serve an ASCII movie over Telnet and SSH.
ascii-movie serve [movie] [flags]
--api-address string API listen address (default "127.0.0.1:1977")
--api-enabled Enables API listener (default true)
--concurrent-streams uint Number of concurrent streams allowed from an IP address. Set to 0 to disable. (default 10)
-h, --help help for serve
--idle-timeout duration Idle connection timeout. (default 15m0s)
--max-timeout duration Absolute connection timeout. (default 2h0m0s)
--speed float Playback speed multiplier. Must be greater than 0. (default 1)
--ssh-address string SSH listen address (default ":22")
--ssh-enabled Enables SSH listener (default true)
--ssh-host-key strings SSH host key file path
--ssh-host-key-data strings SSH host key PEM data
--telnet-address string Telnet listen address (default ":23")
--telnet-enabled Enables Telnet listener (default true)
--log-format string log formatter (one of auto, color, plain, json) (default "auto")
-l, --log-level string log level (one of debug, info, warn, error) (default "info")
- ascii-movie - Command line ASCII movie player.