NB:myFlag:1. This option may be used multiple times to construct arbitrary
AMF sequences. E.g.
.nf
- -C B:1 -C S:authMe -C O:1 -C NN:code:1.23 -C NS:flag:ok -C O:0
+ \-C B:1 \-C S:authMe \-C O:1 \-C NN:code:1.23 \-C NS:flag:ok \-C O:0
.fi
.SS "Session Parameters"
These options take effect after the Connect request has succeeded.
NB:myFlag:1. This option may be used multiple times to construct arbitrary
AMF sequences. E.g.
.nf
- -C B:1 -C S:authMe -C O:1 -C NN:code:1.23 -C NS:flag:ok -C O:0
+ \-C B:1 \-C S:authMe \-C O:1 \-C NN:code:1.23 \-C NS:flag:ok \-C O:0
.fi
.SS "Session Parameters"
These options take effect after the Connect request has succeeded.
.BR rtrmpdump (1)
invocation
.nf
- rtmpdump -r rtmp://server/myapp -y somefile
+ rtmpdump \-r rtmp://server/myapp \-y somefile
.fi
Note that only the shortform (single letter) options are supported.
RTMP_LogPrintf
("--live|-v Get a live stream, no --resume (seeking) of live streams possible\n");
RTMP_LogPrintf
- ("--subscribe|-d string Stream name to subscribe to (otherwise defaults to playpath if live is specifed)\n");
+ ("--subscribe|-d string Stream name to subscribe to (otherwise defaults to playpath if live is specified)\n");
RTMP_LogPrintf
("--timeout|-m num Timeout connection num seconds (default: %lu)\n",
defaultRTMPRequest.timeout);