cyberpunkych / twenty-foot-pablo

PabloDraw + OBS in Docker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Twenty Foot Pablo

Run a PabloDraw server and OBS Studio configured to stream it to twitch in a container.

To use:

docker build -t 20ftpablo .

docker run \
	-v /some/path/to/save/ansi:/data \
	-e STREAM_KEY=your-twitch-stream-key \
	-e ADMIN_PASSWORD=the-vnc-and-pablo-op-password \
	-e EDITOR_PASSWORD=the-pablo-editor-password \
	-p 5801:5801 \
	-p 5802:5802 \
	-p 14400:14400 \
	20ftpablo

Ports:

  • Port 5801 noVNC connected to PabloDraw.
  • Port 5802 noVNC connected to OBS Studio.
  • Port 14400 PabloDraw server port.

About

PabloDraw + OBS in Docker

License:Creative Commons Zero v1.0 Universal


Languages

Language:Shell 53.3%Language:Dockerfile 46.7%