Scroll to navigation

PPM2WEBCAM(1) General Commands Manual PPM2WEBCAM(1)

NAME

ppm2webcam - Supply an FTP/HTTP based webcam with images from a PPM stream

SYNOPSIS

ppm2webcam [ options ]

DESCRIPTION

ppm2webcam connects a PPM stream to an FTP/HTTP based webcam.

OPTIONS

FTP server to connect to.
FTP user to connect to.
Password for FTP user.
Real filename used by the HTML user of the image (default: kino.jpeg).
Temp file to use on the server while deposting the image (default: kino.tmp).
Temp file to use on the local system (default: /tmp/kino.jpeg).
Floating point number indicates the seconds per frame to send (default: 1).
Quality of image sent - applies to jpeg and png (default: 80).

Help Options

Show help message.

EXAMPLES

Feed from your cam:

ffmpeg -vd /dev/video0 -f imagepipe -img ppm pipe: |
ppm2webcam -s ftp.server -u user -p password

Need some html to handle it? Javascript solution supplied.

SEE ALSO

smilutils(1)

AVAILABILITY

See http://kino.schirmacher.de/ for the latest version.

AUTHORS

ppm2webcam was written by Dan Dennedy <dan@dennedy.org>.

October 2003