.TH GAVF-TEE 1 "2024-02-09" Gmerlin "User Manuals" .SH NAME gavf-tee \- Gavf stream splitter .SH SYNOPSIS .B gavf-tee .I [options] .SH DESCRIPTION gavf tee .SH OPTIONS .B \-i .I .RS 2 Input file or location .RE .B \-iopt .I param1=val1[¶m2=val2...] .RS 2 .RE .RS 2 .BR dh "=[1|0] (default: 0)" .P Dump gavf headers .P Use this for debugging .P .BR dp "=[1|0] (default: 0)" .P Dump gavf packets .P Use this for debugging .P .BR dm "=[1|0] (default: 0)" .P Dump inline metadata .P Use this for debugging .P .BR to "= (500..100000, default: 5000)" .P Timeout (milliseconds) .P .BR nomsg "=[1|0] (default: 0)" .P No messages .P Don't attempt to make a back-channel for messages. Forward messages might still be sent. .P .RE .B \-as .I .RS 2 Comma separated list of characters 'd' (decode), 'm' (mute) or 'c' (read compressed) .RE .B \-vs .I .RS 2 Comma separated list of characters 'd' (decode), 'm' (mute) or 'c' (read compressed) .RE .B \-ts .I .RS 2 Comma separated list of characters 'm' (mute) or 'c' (read) .RE .B \-os .I .RS 2 Comma separated list of characters 'd' (decode), 'm' (mute) or 'c' (read compressed) .RE .B \-o .I .RS 2 Output file or location. Use this option multiple times to add more outputs. .RE .B \-oopt .I param1=val1[¶m2=val2...] .RS 2 options .RE .RS 2 .BR shm "= (default: 1024)" .P SHM threshold .P Select the minimum packet size for using shared memory for a stream. Non-positive values disable shared memory completely .P .BR to "= (500..100000, default: 5000)" .P Timeout (milliseconds) .P .BR dp "=[1|0] (default: 0)" .P Dump gavf packets .P Use this for debugging .P .RE .SH GENERIC OPTIONS The following generic options are available for all gmerlin applications .B \-help .RS 2 Print this help message and exit .RE .B \-help\-man .RS 2 Print this help message as a manual page and exit .RE .B \-help\-texi .RS 2 Print this help message in texinfo format and exit .RE .B \-version .RS 2 Print version info and exit .RE .B \-v .I level .RS 2 Set verbosity level (0..4) .RE .B \-syslog .I name .RS 2 Log to syslog the specified name .RE .B \-stderr .RS 2 Always log to stderr .RE .SH FILES .B ~/.gmerlin/plugins.xml .RS 2 Cache of the plugin registry (shared by all applications) .RE .P .B ~/.gmerlin/generic/cfg.xml .RS 2 Default plugin parameters are read from there. Use gmerlin_plugincfg to change them. .RE .P