Next
Now, either copy the KVIE line in channels.conf and append the PIDs you want to record to the line in place of 0:0
Then record with: cat /dev/dvb/adapter0/dvr0 > test.mpg
Or what I do, download dvbstream and record all the PIDs
/usr/local/bin/dvbstream -z 12345 -c 0 -o 8192 >file.mpg
Then view with something like mplayer:
mplayer -vo xvmc -vc ffmpeg12mc -ao alsa -ac hwac, -display 0:0 -zoom file.mpg
Sample only, probably won't work as written, assumes digital connection to stereo.