Re: URL.createObjectURL() for DataChannels

On 17 July 2013 00:58, piranna@gmail.com <piranna@gmail.com> wrote:
> I've remember another use case I read some time ago, regarding to use a P2P
> URI scheme inside <video> tag sources:
>
> <video>
>     <source src="p2p:123456789abcd"/>
>     <source src="http:/dc:abcd1234/video.avi"/>
>     <source src="http://example.com/video.avi"/>
> </video>
>
> I find this very doable and with real use cases...

RFC 6920 already exists.  It deals with the security issues that
haven't been mentioned yet.

Or, you could use what has actually been deployed:
https://en.wikipedia.org/wiki/Magnet_URI_scheme

Received on Wednesday, 17 July 2013 15:56:16 UTC