[FFmpeg-devel] [PATCH] avformat/gopher: Add support for Gopher over TLS.
Ivan J.
parazyd at dyne.org
Fri Feb 26 13:13:26 EET 2021
As for the test cases, curl has implemented their local test units[0]
that test gophers.
After applying the patch and compiling, the ffmpeg implementation can
be tested with the following:
1) No encryption:
$ ./ffplay gopher://parazyd.org/9/pub/dev/random/1593154977112.webm
$ ./ffplay gopher://adamsgaard.dk/9/npub/alien-love.mkv
$ ./ffplay gopher://codemadness.org/9/paste/warmelul.mkv
2) TLS with trusted certificate:
$ ./ffplay gophers://parazyd.org/9/pub/dev/random/1593154977112.webm
$ ./ffplay gophers://adamsgaard.dk/9/npub/alien-love.mkv
$ ./ffplay gophers://codemadness.org/9/paste/warmelul.mkv
[0] https://github.com/curl/curl/commit/48b85c46f16f04e803e00b0bad42a4fa0295f517
Best regards,
Ivan
More information about the ffmpeg-devel
mailing list