3 lines
128 B
Bash
Executable file
3 lines
128 B
Bash
Executable file
#!/bin/sh
|
|
ffserver -f /etc/ff.conf &
|
|
ffmpeg -v quiet -r 5 -s 320x240 -f video4linux2 -i /dev/video0 http://localhost/webcam.ffm
|