[FFmpeg-trac] #11247(ffmpeg:new): Sensitive info passed on command line may unexpectedly leak
FFmpeg
trac at avcodec.org
Mon Oct 21 08:59:34 EEST 2024
#11247: Sensitive info passed on command line may unexpectedly leak
---------------------------------------+----------------------------------
Reporter: rayanayar | Owner: (none)
Type: enhancement | Status: new
Priority: normal | Component: ffmpeg
Version: unspecified | Resolution:
Keywords: password rtsp | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
---------------------------------------+----------------------------------
Comment (by rayanayar):
Tried again, here is the output:
{{{
$ cat concat.txt
file 'rtsp://admin:PASSWORD@192.168.0.100/stream1'
$ ./ffmpeg -t 10 -f concat -safe 0 -i concat.txt -vcodec copy -acodec copy
"$(date +%Y-%m-%d+%H-%M-%S).mkv"
[tcp @ 0x8143280] Protocol 'tcp' not on whitelist 'file,crypto,data'!
[concat @ 0x8136f00] Impossible to open
'rtsp://admin:PASSWORD@192.168.0.100/stream1'
[in#0 @ 0x8136b80] Error opening input: Invalid argument
Error opening input file concat.txt.
Error opening input files: Invalid argument
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11247#comment:7>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list