Re: [FFmpeg-devel] [PATCH] avformat/gopher: Add support for Gopher over TLS.

2021-02-28 Thread Ivan J.
Pinging for review. Best regards, Ivan ___ 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".

Re: [FFmpeg-devel] [PATCH] avformat/gopher: Add support for Gopher over TLS.

2021-02-26 Thread Ivan J.
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 $ ./f

[FFmpeg-devel] [PATCH] avformat/gopher: Add support for Gopher over TLS.

2021-02-22 Thread parazyd
This commit adds a "gophers" handler to the gopher protocol. gophers is a community-adopted protocol that acts the same way like normal gopher with the added TLS encapsulation. The gophers protocol is supported by gopher servers like geomyidae(8), and clients like curl(1), clic(1), and hurl(1). S