summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-01-03 17:04:47 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2006-01-03 17:04:47 +0100
commita94f6a8443d8a723aedb3f2854d85f1fdd8a17e2 (patch)
tree1f675d55d74fc92d43d33353f4e4bd3c36042c09 /HISTORY
parent1f44f9adc25120b2eac99dc3fc17a0a1f09bb928 (diff)
downloadvdr-a94f6a8443d8a723aedb3f2854d85f1fdd8a17e2.tar.gz
vdr-a94f6a8443d8a723aedb3f2854d85f1fdd8a17e2.tar.bz2
Added an example for a remote GRAB and display command
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY4
1 files changed, 4 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index a708a4fb..42dcf138 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4027,6 +4027,10 @@ Video Disk Recorder Revision History
(encoded in base64) if the given file name consists of only the file
extension (".jpg", ".jpeg" or ".pnm"), or if only "-" is given as file
name (based on a suggestion from Darren Salt).
+ A simple way of viewing a grabbed image on a remote host is:
+
+ svdrpsend.pl -d <hostname> 'grab -' | sed -n -e 's/^216-//p' -e '1ibegin-base64 644 -' -e '$a====' | uudecode | display
+
- The new command line option '-g' must be given if the SVDRP command GRAB
shall be allowed to write image files to disk. The parameter to this option
must be the full path name of an existing directory, without any "..", double