Am Sa., 17. Dez. 2022 um 08:36 Uhr schrieb Wujian(Chin) <wuji...@huawei.com>:
>
> The Protocol address may contain the user name and password. The ps -ef 
> command may expose the plaintext.

Please add a sentence explaining why this is an issue.

> The -safe parameter option is added to replace the user name and password in 
> the command line with the asterisk (*).
>
> Signed-off-by: wujian_nanjing <wuji...@huawei.com>
> ---
>  doc/ffmpeg.texi    |  7 +++++++
>  doc/ffplay.texi    |  8 ++++++++
>  doc/ffprobe.texi   |  7 +++++++
>  fftools/cmdutils.c | 47 +++++++++++++++++++++++++++++++++++++++++++----
>  fftools/cmdutils.h | 15 +++++++++++++++
>  fftools/ffmpeg.c   | 16 +++++++++++++---
>  fftools/ffplay.c   | 15 +++++++++++++--
>  fftools/ffprobe.c  | 18 ++++++++++++++----
>  8 files changed, 120 insertions(+), 13 deletions(-)
>
> diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
> index 0367930..e905542 100644
> --- a/doc/ffmpeg.texi
> +++ b/doc/ffmpeg.texi
> @@ -50,6 +50,13 @@ output files. Also do not mix options which belong to 
> different files. All
>  options apply ONLY to the next input or output file and are reset between 
> files.
>
>  @itemize
> +@item -safe
> +The Protocol address may contain the user name and password. The ps -ef 
> command may expose the plaintext.
> +The -safe parameter option is added to replace the user name and password in 
> the command line with the asterisk (*).
> +@example

> +ffmpeg -safe -i rtsp://usern...@password.xxxx.com

I believe this should be example.com

Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to