asciinema-stream(1) General Commands Manual asciinema-stream(1) (NAME) asciinema-stream - asciinema (SYNOPSIS) asciinema stream [-l|--local] [-r|--remote] [-c|--command] [-I|--capture-input] [--capture-env] [-t|--title] [--description] [--visibility] [--audio-url] [--headless] [--window-size] [--return] [--log-file] [--server-url] [-q|--quiet] [-h|--help] (DESCRIPTION) . HTTP ( / LAN) asciinema ( ) . . 'exit' . . ASCIINEMA_SESSION . (OPTIONS) -l, --local=IP:PORT HTTP . . IP:PORT ( 0.0.0.0:8080 ). 127.0.0.1 . -r, --remote=STREAM-ID|WS-URL asciinema . . (stream ID) asciinema (ws:// wss://) . asciinema . -c, --command=COMMAND . asciinema $SHELL . : --command "python script.py" --command "bash -l". session.command . -I, --capture-input . . . . session.capture_input . --capture-env=VARS . : --rec-env "USER,SHELL,TERM". SHELL . . session.capture_env . -t, --title=TITLE . ( --remote). : --title "Building a REST API". . --description=DESCRIPTION . ( --remote ) . . --visibility=VISIBILITY ( --remote ). (public) . (unlisted) . (private) . [ : public, unlisted, private] --audio-url=URL ( Icecast MP3/OGG) ( --remote ). . . : --audio-url https://icecast.example.com/live.mp3 --headless (Headless) /. asciinema . . Headless . --window-size=COLSxROWS . COLSxROWS ( 80x24 ). (80x) (x24) . . --return asciinema . asciinema 0 . asciinema . --log-file=PATH () . ( ) . --server-url=URL asciinema (self-hosted). ( https://asciinema.example.com). ASCIINEMA_SERVER_URL server.url . ( asciinema.org) . -q, --quiet . . -h, --help ( '-h') (EXTRA) : asciinema stream --local HTTP 127.0.0.1 asciinema stream --local 0.0.0.0:8080 HTTP 8080 asciinema stream --remote asciinema asciinema stream -l -r asciinema stream -r --command "ping asciinema.org" ping asciinema stream -r -t "Live coding" stream asciinema-stream(1)