Open jidanni opened 7 years ago
However when I limit to just one frame.
cd qt428-master; for i do ./qt428 -c $i 59.126.105.57|
mplayer -fps 25 -demuxer h264es -nocache -nolirc -really-quiet \
-frames 1 -vo jpeg:outdir=/tmp/camera$i -; done
there is no problem stopping.
Here's how I run the program:
I need the pkill because ./qt428 cannot detect that I have finished watching already and have typed 'q' into mplayer. It just keeps using the network sending the results nowhere. So I have to kill it.