tedd pasta

Results 53 comments of tedd pasta

> @resession can you confirm the version of `libp2p-gossipsub` you are using? > > Run this in your project/where npm has installed js-ipfs: > > ``` > npm ls libp2p-gossipsub...

@achingbrain i ran that command, here is what i get `[email protected] F:\Proj\Production\project-test` `└─┬ [email protected]` ` └─┬ [email protected]` ` └─┬ [email protected]` ` └── [email protected]`

read a little about it with http multiple ways to stream, the two is have seen is the do-it-yourself way and the hls way(http live streaming) with live streams, a...

couple of issue i can see that can come up is the .m3u8 file uses http urls inside the file(iirc). we would have to find out if we can not...

instead of going the .m3u8 file route, what about just using the range header? should be easier. watched this, https://www.youtube.com/watch?v=ZjBLbXUuyWg while this would be bad for regular server-client setup(for example...

as long as identifying info like ip address is not tracked, i am fine. so yeah everything you mentioned sounds good to me.

i'm a huge user of "save as", i love backing up stuff. this would be great.

if you are thinking of hyperswarm dht, then also think about webtorrent/bittorrent-dht bep44. all of them seems to have a way of storing records. might as well add them all...

wondering if there are differences between the hashes the dhts as far as length, thought i read that hyperswarm dht creates a 32 character length hash(not sure though, might be...