Vault 7: Projects
This publication series is about specific projects related to the Vault 7 main publication.
SECRET//NOFORN
3.1.3 (S//NF) Most invocations of Couch Potato require at least the
following arguments to the ICE DLL invocation:
• -i [RTSP url]
o Video source input; this should be a full rtsp url.
Example: rtsp://10.3.2.1:8854/IPCameraStream
• -vcodec copy
o Directs the decoder to “copy” the video data from
the stream. For use when collecting video files
only.
• -acodec copy
o Directs the decoder to “copy” the audio data from
the
stream. For use when collecting video files only.
• -an
o Directs the decoder to ignore audio data from the
stream. For use when collecting video files only.
• -f [output file format] [output path]
o The only currently supported options are avi and
image2. The output path should always be “-“ (as in
a STDOUT pipe).
Example argument strings:
-i rtsp://10.3.2.52:8554/Cam –f image2 –
-i rtsp://10.3.2.52:8554/Cam –t 300 –vcodec copy –an –f avi –
-i rtsp://10.3.2.52:8554/Cam –t 300 –vcodec copy –acodec copy
–f avi -
SECRET//NOFORN
Couch_Potato-1_0-User_Guide.pdf