Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH 1/2] doc/protocols: Remove third party server
@ 2022-12-09 15:27 Derek Buitenhuis
  2022-12-09 15:27 ` [FFmpeg-devel] [PATCH 2/2] doc/protocols: Remove IPFS urls to specific content in examples Derek Buitenhuis
  2022-12-12 15:31 ` [FFmpeg-devel] [PATCH 1/2] doc/protocols: Remove third party server Derek Buitenhuis
  0 siblings, 2 replies; 3+ messages in thread
From: Derek Buitenhuis @ 2022-12-09 15:27 UTC (permalink / raw)
  To: ffmpeg-devel

We do not endorse or recommend specific third party servers or companies
that users' data will be funneled through.

It is also incorrectly describing how FFmpeg currently works.

Should have been part of 412922cc6fa790897ef6bb2be5d6f9a5f030754d but was
missed.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
---
 doc/protocols.texi | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index 5e9198e67c..b9c9485646 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -622,9 +622,6 @@ This protocol wraps the IPFS native protocols (ipfs:// and ipns://) to be sent
 to such a gateway. Users can (and should) host their own node which means this
 protocol will use one's local gateway to access files on the IPFS network.
 
-If a user doesn't have a node of their own then the public gateway @code{https://dweb.link}
-is used by default.
-
 This protocol accepts the following options:
 
 @table @option
@@ -632,7 +629,7 @@ This protocol accepts the following options:
 @item gateway
 Defines the gateway to use. When not set, the protocol will first try
 locating the local gateway by looking at @code{$IPFS_GATEWAY}, @code{$IPFS_PATH}
-and @code{$HOME/.ipfs/}, in that order. If that fails @code{https://dweb.link} will be used.
+and @code{$HOME/.ipfs/}, in that order.
 
 @end table
 
-- 
2.38.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [FFmpeg-devel] [PATCH 2/2] doc/protocols: Remove IPFS urls to specific content in examples
  2022-12-09 15:27 [FFmpeg-devel] [PATCH 1/2] doc/protocols: Remove third party server Derek Buitenhuis
@ 2022-12-09 15:27 ` Derek Buitenhuis
  2022-12-12 15:31 ` [FFmpeg-devel] [PATCH 1/2] doc/protocols: Remove third party server Derek Buitenhuis
  1 sibling, 0 replies; 3+ messages in thread
From: Derek Buitenhuis @ 2022-12-09 15:27 UTC (permalink / raw)
  To: ffmpeg-devel

We shouldn't be providing links to unverified and non-FFmpeg-controlled
content in our documentation.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
---
 doc/protocols.texi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index b9c9485646..d1c6fced7b 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -635,12 +635,12 @@ and @code{$HOME/.ipfs/}, in that order.
 
 One can use this protocol in 2 ways. Using IPFS:
 @example
-ffplay ipfs://QmbGtJg23skhvFmu9mJiePVByhfzu5rwo74MEkVDYAmF5T
+ffplay ipfs://<hash>
 @end example
 
 Or the IPNS protocol (IPNS is mutable IPFS):
 @example
-ffplay ipns://QmbGtJg23skhvFmu9mJiePVByhfzu5rwo74MEkVDYAmF5T
+ffplay ipns://<hash>
 @end example
 
 @section mmst
-- 
2.38.1

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [FFmpeg-devel] [PATCH 1/2] doc/protocols: Remove third party server
  2022-12-09 15:27 [FFmpeg-devel] [PATCH 1/2] doc/protocols: Remove third party server Derek Buitenhuis
  2022-12-09 15:27 ` [FFmpeg-devel] [PATCH 2/2] doc/protocols: Remove IPFS urls to specific content in examples Derek Buitenhuis
@ 2022-12-12 15:31 ` Derek Buitenhuis
  1 sibling, 0 replies; 3+ messages in thread
From: Derek Buitenhuis @ 2022-12-12 15:31 UTC (permalink / raw)
  To: ffmpeg-devel

On 12/9/2022 3:27 PM, Derek Buitenhuis wrote:
> ---
>  doc/protocols.texi | 5 +----
>  1 file changed, 1 insertion(+), 4 deletions(-)

I will push these two later today if there are no objections.

- Derek
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-12-12 15:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-09 15:27 [FFmpeg-devel] [PATCH 1/2] doc/protocols: Remove third party server Derek Buitenhuis
2022-12-09 15:27 ` [FFmpeg-devel] [PATCH 2/2] doc/protocols: Remove IPFS urls to specific content in examples Derek Buitenhuis
2022-12-12 15:31 ` [FFmpeg-devel] [PATCH 1/2] doc/protocols: Remove third party server Derek Buitenhuis

Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

This inbox may be cloned and mirrored by anyone:

	git clone --mirror https://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 ffmpegdev ffmpegdev/ https://master.gitmailbox.com/ffmpegdev \
		ffmpegdev@gitmailbox.com
	public-inbox-index ffmpegdev

Example config snippet for mirrors.


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git