I propose a couple of new command line options..
First, a command line option to launch a viewer application (such as VLC) after x amount of seconds (passing the file name of the mpeg file of course).
nfpvr --viewer "vlc" 5
Also, I think there should be an option for live feed.
nfpvr -live "vlc"
This would open vlc, and stream the mpeg stream straight to VLC (like it was getting a stream over the Internet), maybe through a port on localhost? Either way, the main point would be to stream video to your computer, without eating up disk space for an actual mpeg file.
Also - please keep this command line based! Maybe open up a pipe or provide other means for a GUI to read the sdout information. That way, this great application won't become bloated with a GUI. But if someone wants one, or wants to design one, it will work with nfpvr.
thanks - keep up the good work