nixpkgs-suyu/pkgs/development/libraries/ffmpeg
Pierre Bourdon ece53aed8b
ffmpeg_5,ffmpeg_5-full: cherry-pick IPFS default gateway removal
ffmpeg 5.1 introduced ipfs:// and ipns:// streaming support as part of
libavformat. This new implementation falls back to fetching from an
untrusted 3rd party internet service in the (likely) case where a user
doesn't have a local IPFS gateway running on their computer. This puts
an unaudited 3rd party provider in a position where they can log and
alter any IPFS content being streamed by the ffmpeg library. No user
consent is collected at any point by the library.

ffmpeg developers are currently discussing [1] how to better implement
this feature. In the meantime, cherry-pick the proposed patch to disable
the default gateway until a better alternative is released.

[1] https://ffmpeg.org/pipermail/ffmpeg-devel/2022-August/299924.html
2022-08-13 00:16:28 +02:00
..
4.nix
5.nix ffmpeg_5,ffmpeg_5-full: cherry-pick IPFS default gateway removal 2022-08-13 00:16:28 +02:00
generic.nix
ipfs-remove-default-gateway.patch ffmpeg_5,ffmpeg_5-full: cherry-pick IPFS default gateway removal 2022-08-13 00:16:28 +02:00