Re: [FFmpeg-devel] [PATCH v9 1/1] avformat: Add IPFS protocol support.

2022-03-30 Thread Mark Gaiser
On Mon, Mar 28, 2022 at 7:00 PM Mark Gaiser wrote: > On Mon, Mar 28, 2022 at 6:44 PM Michael Niedermayer < > mich...@niedermayer.cc> wrote: > >> On Mon, Mar 28, 2022 at 06:34:33PM +0200, Mark Gaiser wrote: >> > On Mon, Mar 28, 2022 at 6:19 PM Michael Niedermayer < >> mich...@niedermayer.cc> >> >

Re: [FFmpeg-devel] [PATCH v9 1/1] avformat: Add IPFS protocol support.

2022-03-28 Thread Mark Gaiser
On Mon, Mar 28, 2022 at 6:44 PM Michael Niedermayer wrote: > On Mon, Mar 28, 2022 at 06:34:33PM +0200, Mark Gaiser wrote: > > On Mon, Mar 28, 2022 at 6:19 PM Michael Niedermayer < > mich...@niedermayer.cc> > > wrote: > > > > > On Fri, Mar 18, 2022 at 03:50:05PM +0100, Mark Gaiser wrote: > > > > T

Re: [FFmpeg-devel] [PATCH v9 1/1] avformat: Add IPFS protocol support.

2022-03-28 Thread Michael Niedermayer
On Mon, Mar 28, 2022 at 06:34:33PM +0200, Mark Gaiser wrote: > On Mon, Mar 28, 2022 at 6:19 PM Michael Niedermayer > wrote: > > > On Fri, Mar 18, 2022 at 03:50:05PM +0100, Mark Gaiser wrote: > > > This patch adds support for: > > > - ffplay ipfs:// > > > - ffplay ipns:// > > > > > > IPFS data can

Re: [FFmpeg-devel] [PATCH v9 1/1] avformat: Add IPFS protocol support.

2022-03-28 Thread Mark Gaiser
On Mon, Mar 28, 2022 at 6:19 PM Michael Niedermayer wrote: > On Fri, Mar 18, 2022 at 03:50:05PM +0100, Mark Gaiser wrote: > > This patch adds support for: > > - ffplay ipfs:// > > - ffplay ipns:// > > > > IPFS data can be played from so called "ipfs gateways". > > A gateway is essentially a webse

Re: [FFmpeg-devel] [PATCH v9 1/1] avformat: Add IPFS protocol support.

2022-03-28 Thread Michael Niedermayer
On Fri, Mar 18, 2022 at 03:50:05PM +0100, Mark Gaiser wrote: > This patch adds support for: > - ffplay ipfs:// > - ffplay ipns:// > > IPFS data can be played from so called "ipfs gateways". > A gateway is essentially a webserver that gives access to the > distributed IPFS network. > > This protoc

Re: [FFmpeg-devel] [PATCH v9 1/1] avformat: Add IPFS protocol support.

2022-03-27 Thread Mark Gaiser
On Wed, Mar 23, 2022 at 12:24 PM Mark Gaiser wrote: > On Fri, Mar 18, 2022 at 3:59 PM Mark Gaiser wrote: > >> On Fri, Mar 18, 2022 at 3:50 PM Mark Gaiser wrote: >> >>> This patch adds support for: >>> - ffplay ipfs:// >>> - ffplay ipns:// >>> >>> IPFS data can be played from so called "ipfs gat

Re: [FFmpeg-devel] [PATCH v9 1/1] avformat: Add IPFS protocol support.

2022-03-23 Thread Mark Gaiser
On Fri, Mar 18, 2022 at 3:59 PM Mark Gaiser wrote: > On Fri, Mar 18, 2022 at 3:50 PM Mark Gaiser wrote: > >> This patch adds support for: >> - ffplay ipfs:// >> - ffplay ipns:// >> >> IPFS data can be played from so called "ipfs gateways". >> A gateway is essentially a webserver that gives acces

Re: [FFmpeg-devel] [PATCH v9 1/1] avformat: Add IPFS protocol support.

2022-03-18 Thread Mark Gaiser
On Fri, Mar 18, 2022 at 3:50 PM Mark Gaiser wrote: > This patch adds support for: > - ffplay ipfs:// > - ffplay ipns:// > > IPFS data can be played from so called "ipfs gateways". > A gateway is essentially a webserver that gives access to the > distributed IPFS network. > > This protocol support

[FFmpeg-devel] [PATCH v9 1/1] avformat: Add IPFS protocol support.

2022-03-18 Thread Mark Gaiser
This patch adds support for: - ffplay ipfs:// - ffplay ipns:// IPFS data can be played from so called "ipfs gateways". A gateway is essentially a webserver that gives access to the distributed IPFS network. This protocol support (ipfs and ipns) therefore translates ipfs:// and ipns:// to a http:/