Skip to content

Latest commit

 

History

History
40 lines (38 loc) · 1.11 KB

README.md

File metadata and controls

40 lines (38 loc) · 1.11 KB

xscreencast Build Status

C Packagist

Screencasting tool for X Window System

Installation

make    
sudo make install     

Usage

Usage: xscreencast [OPTION]... [PORT]

Options:
	-v		Verbose output
	-m		Maximum framerate

Stream on [port]

xscreencast [port]     
xscreencast 8080     

Verbose output

xscreencast -v 8080     

Maximum framerate (frames might be skipped on slower connections)

xscreencast -m 8080       

Customization

The stream page can also be customized. The template is stored in ~/.xscreencast/home.html and can be edited. Note that there must be at least one img container pointing to /scr.jpg for streaming.
screenshot

Uninstallation

sudo make uninstall