[FFmpeg-trac] #10322(ffmpeg:closed): Allow ffconcat.txt inside ffconcat.txt to have "unsafe" URIs
FFmpeg
trac at avcodec.org
Sun Apr 16 10:03:38 EEST 2023
#10322: Allow ffconcat.txt inside ffconcat.txt to have "unsafe" URIs
-------------------------------------+-------------------------------------
Reporter: dejavuyeah | Owner: (none)
Type: defect | Status: closed
Priority: important | Component: ffmpeg
Version: 4.0.6 | Resolution: invalid
Keywords: ffmpeg | Blocked By:
concat concatenate https http |
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Changes (by Gyan):
* status: new => closed
* resolution: => invalid
Comment:
Not a bug.
The option `-safe 0` in the command only applies to the `-i` input.
Options for inputs referenced inside the text file have to be supplied
there, like this:
{{{
file 'concat_http.txt'
option safe 0
}}}
In addition, since you're reading inputs over the net, add
`-protocol_whitelist "file,crypto,data,https,tcp,tls"` before `-i`.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/10322#comment:1>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list