Man Linux: Main Page and Category List

NAME

       raw2webcam  - Supply an FTP/HTTP based webcam with images from a Raw DV
       stream

SYNOPSIS

       raw2webcam [ options ]

DESCRIPTION

       raw2webcam connects a Raw DV stream to an FTP/HTTP based webcam.

OPTIONS

       -s server
              FTP server to connect to.

       -s user
              FTP user to connect to.

       -s password
              Password for FTP user.

       -r real-file
              Real filename used by the  HTML  user  of  the  image  (default:
              kino.jpeg).

       -t temp-file
              Temp  file  to  use  on  the  server  while  deposting the image
              (default: kino.tmp).

       -l local-temp-file
              Temp file to use on the local system (default:  /tmp/kino.jpeg).

       -f frames-per-second
              Floating  point  number  indicates the frames per second to send
              (default: 1).

       -w width
              Width of image sent (default: 160).

       -h height
              Height of image sent (default: 144).

       -q quality
              Quality of image sent - applies to jpeg and png (default: 80).

       -d     Turn deinterlacing off (default: on).

HELP OPTIONS

       --help Show help message.

EXAMPLES

       Feed from your cam:

       dvconnect -- |
       raw2webcam -s ftp.server -u user -p password

       Feed from a smil project:

       smil2raw project.smil |
       raw2webcam -s ftp.server -u user -p password

       Feed from a selected X Window (.. umm...):

       xwd2raw -s |
       raw2webcam -s ftp.server -u user -p pasword

       Need some html to handle it? Javascript solution supplied.

SEE ALSO

       smilutils(1)

AVAILABILITY

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

AUTHORS

       raw2webcam was written by Charles Yates <charles.yates@pandora.be>.

                                 November 2002