How to use raspivid with Mjpeg-streamer? - Raspberry Pi Forums


i've been using mjpeg-streamer raspistill 1fps.
i'd try raspivid has "-cd mjpeg" option.
i've used raspistill command line this:

code: select all

raspistill -n -w 320 -h 240 -o /tmp/pic.jpg -tl 50 -t 9999999 -th 0:0:0
, lauch mjpeg follows:

code: select all

sudo ld_library_path=/usr/local/lib mjpg_streamer -i "input_file.so -f /tmp -n pic.jpg" -o "output_http.so -w /usr/local/www"
viewing this:

code: select all

http://localhost:8080/
gives 1 fps.

how use raspivid instead? post raspivid updated mjpeg use in may 2016 (?) many other examples use older version.



raspberrypi



Comments